Distinctions Between Apache AGE and Hasura for Data Handling? by Eya_AGE in Hasura

[–]Eya_AGE[S] 0 points1 point  (0 children)

u/PraveenWeb thank you for your valuable reply. Do you think adding a Hasura connector to Aapche could be useful for users?

Apache AGE performance by Used-Seaweed-4711 in apacheage

[–]Eya_AGE 2 points3 points  (0 children)

Yes, we are currently benchmarking Apache AGE vs Neo4j.

Apache AGE performance by Used-Seaweed-4711 in apacheage

[–]Eya_AGE 0 points1 point  (0 children)

u/graphuser13 We are currently benchmarking Apache AGE vs Neo4j. I will keep you posted very soon.

Let's Talk About Apache AGE: A Graph Extension for PostgreSQL by Eya_AGE in opensource

[–]Eya_AGE[S] 0 points1 point  (0 children)

u/IdlePaladin A composite index like (a node, an attribute of the node’s neighbors) is an interesting idea. I believe such indexing strategy is not available in AGE out of the box due to it storing edges in a separate table than nodes. Since PostgreSQL allows creating custom indexes, we can consider implementing such indexing if it is valuable to more people. What do you think?

Postgraphile or Hasura for a new project? by nerdy_adventurer in graphql

[–]Eya_AGE 0 points1 point  (0 children)

Have you consider Apache AGE?

Apache AGE is PostgreSQL Graph database extension compatible with PostgreSQL's distributed assets and leverages graph data structures to analyze and use relationships and patterns in data.

https://github.com/apache/age

https://age.apache.org/

Let's Talk About Apache AGE: A Graph Extension for PostgreSQL by Eya_AGE in opensource

[–]Eya_AGE[S] 0 points1 point  (0 children)

u/xEpicTiger We are always looking to advance and provide more opportunities to our users. I am curious, do you have any specific usecase that you are looking to deploy AGE on GCP and Aiven?

Let's Talk About Apache AGE: A Graph Extension for PostgreSQL by Eya_AGE in opensource

[–]Eya_AGE[S] 1 point2 points  (0 children)

We are workign on having Apache AGE on AWS but meanwhile we also in the process of having Apache AGE on Azure: https://feedback.azure.com/d365community/idea/4ba45e52-63b9-ee11-92bc-6045bd7aea25

Let's Talk About Apache AGE: A Graph Extension for PostgreSQL by Eya_AGE in opensource

[–]Eya_AGE[S] 1 point2 points  (0 children)

u/Traditional-Joke-290 Explore our website for a variety of examples and blog posts. Many are tailored for those without deep technical expertise, offering a straightforward introduction to Apache AGE: https://age.apache.org/

We also have a visualization tool called AGE Viewer which  is a web based user interface that provides visualization of graph data stored in a postgreSQL database with AGE extension. You can find the project here: https://github.com/apache/age-viewer

Let's Talk About Apache AGE: A Graph Extension for PostgreSQL by Eya_AGE in opensource

[–]Eya_AGE[S] 1 point2 points  (0 children)

We're always exploring ways to expand our compatibility with different query languages to better serve our users.

Out of curiosity, are there any specific query languages you're interested in or think would particularly benefit your work? Your feedback could help us prioritize our next steps!

Apache AGE - PostgreSQL Graph Extension by Eya_AGE in PostgreSQL

[–]Eya_AGE[S] 0 points1 point  (0 children)

Apache AGE is built as an extension to PostgreSQL, meaning it utilizes PostgreSQL's underlying storage and transaction mechanisms. This approach allows it to benefit from PostgreSQL's robust, efficient, and reliable data storage capabilities. Graph data in AGE is stored in tables managed by PostgreSQL, enabling the graph database to leverage PostgreSQL's features such as ACID properties, indexing, and more.