Nebula Graph v0.1.0
Pre-release
Pre-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.