Quick Guide

What is AgensGraph?

AgensGraph is a new generation multi-model graph database for the modern complex data environment. AgensGraph is a multi-model database based on PostgreSQL RDBMS, and supports both relational and graph data models at the same time. This enables developers to integrate the legacy relational data model and the flexible graph data model in one database. AgensGraph supports Ansi-SQL and Open Cypher, with features that partially align with the developing ISO/IEC Graph Query Language (GQL) standard. SQL queries and Cypher queries can be integrated into a single query in AgensGraph.

AgensGraph is very robust, fully-featured and ready for enterprise use. It is optimized for handling complex connected graph data and provides plenty of powerful database features essential to the enterprise database environment including ACID transactions, multi-version concurrency control, stored procedure, triggers, constraints, sophisticated monitoring and a flexible data model (JSON). Moreover, AgensGraph leverages the rich eco-systems of PostgreSQL and can be extended with many outstanding external modules, like PostGIS.

Features

  • Multi-model support of the property graph data model, relational data model and JSON documents

  • Cypher query language support

  • Integrated querying using SQL and Cypher

  • Graph data object management

  • Hierarchical graph label organization

  • Property indexes on both vertexes and edges

  • Constraints: unique, mandatory and check constraints

  • ACID transactions

  • Hadoop connectivity

  • Active-standby replication

  • And many other features

More Information

Because AgensGraph inherits all features of PostgreSQL (http://postgresql.org), users and database administrators can refer to the documentation of PostgreSQL for more information.