Skip to content
Junseok Yang edited this page Mar 14, 2017 · 6 revisions

Release Note

0.9.0-beta (2016-10-31)

  • Creation and Management of Graph Objects
    • Support CREATE GRAPH, DROP GRAPH, and ALTER GRAPH
    • Support CREATE VLABEL, DROP VLABEL, and ALTER VLABEL
    • Support CREATE ELABEL, DROP ELABEL, and ALTER ELABEL
  • openCypher Support
    • Support MATCH, OPTIONAL MATCH, CREATE, and SET clauses
    • Support basic graph pattern
    • Provide Cypher funtions
  • Cyper + SQL integrated query
  • DDL
    • Support property index and property constraints
  • Data Loading
    • Support LOAD cluase to load data from tables and foreign data wrappers
  • Client Driver
    • Support JDBC, ODBC, and Perl drivers for clients
  • Contrib/Extension
    • Add pg_stats_info for monitoring (Linux only)
  • Tadpole for AgensGraph
    • Server monitoring dashboard
    • Cypher query browser and graph visualization (using Ruruki.eye)
    • Graph object browser
Clone this wiki locally