Anders Kildemand <AndKil@xxxxxxx> ezt írta (időpont: 2023. okt. 26., Cs, 14:38):
What's the situation with Property Graph Queries in Postgres?
If the underlying question is how to utilize graph database functionality in PostgreSQL, there are similar extensions that may be worth exploring:
- Apache AGE is a PostgreSQL extension that provides graph database functionality. https://age.apache.org/
- AgensGraph is a transactional graph database based on PostgreSQL. https://github.com/bitnine-oss/agensgraph
- etc.
Related : https://www.dylanpaulus.com/posts/postgres-is-a-graph-database/ ( https://news.ycombinator.com/item?id=35386948 )
Best regards,
Imre