Apache AGE
AGE is an extension for PostgreSQL that allows you to run graph queries using the Cypher query language, which is commonly used in graph databases like Neo4j.
It is built by Bitnine Global Inc.
Reasons
Open-source: You can look into the code and take part into that and contribute with your ideas and suggestions.
JSONability: Apache AGE is designed to work efficiently with PostgreSQL, it uses JSONB in the properties of the vertices or edges.
Comparability: AGE is a PostgreSQL extension which allows you also working with other extensions freely.
Single Container for the structured data and non structured data (Graph database alongside SQL).
If you know Neo4j, you don't need to learn much, you already familiar with the OpenCypher.
Security: You are behaving in back of PostgreSQL which is robust enough and well maintained.
Community (Apache Project): Both PostgreSQL and Apache AGE have active and supportive communities, which can provide resources and support as you explore graph databases (We use Discord).
Enterprise support: If you are a company and looking for support solutions are provided by Bitnine.
Cloud solutions support by the company.
Easy to install :)
Top comments (0)