AgensGraph is a multi-model database that extends PostgreSQL with graph database capabilities, enabling users to work with both relational and graph data within a single system. It supports the Cypher query language alongside SQL, making it ideal for hybrid workloads.
Features
- Combines relational and graph database functionality in PostgreSQL
- Supports Cypher query language for graph traversal
- Enables indexing and optimization for large-scale graph queries
- Provides ACID-compliant transactions for consistency
- Integrates with PostgreSQL extensions and tools
- Open-source and suitable for enterprise graph applications
