Skip to content

Nebula Graph v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@darionyaphet darionyaphet released this 14 May 10:00
· 3549 commits to master since this release

This is the first release of Nebula Graph, a brand new, fast and distributed graph database.

Available Features

  • Physical data isolation with Graph Space
  • Strongly typed schema support
  • Vertices and edges insertion
  • Graph traversal(the GO statement)
  • Variable definition and reference
  • Piping query result between statements
  • Client API in C++, Golang and Java

Features Coming Soon

  • Raft support
  • Query based on secondary index(the LOOKUP statement)
  • Sub-graph retrieval(the MATCH statement)
  • User defined function call
  • User management

Try Out

A Docker image is available for trial purpose. You can get it by following the guide here.