What is NebulaGraph?
masterNebulaGraph is an open-source distributed graph database designed to handle massive datasets with hundreds of billions of vertices and trillions of edges, providing millisecond-level query latency.
Key features include:
- Fully Symmetric Distributed Architecture: Designed for high availability and scale.
- Separation of Storage and Compute: Allows independent scaling of storage and query processing.
- Horizontal Scalability: Easily expand the cluster as data grows.
- Strong Consistency: Uses the RAFT protocol to ensure data integrity.
- Query Language Support: Supports
openCypherfor graph queries. - Security: Includes user authentication/authorization.
- Graph Algorithms: Supports various types of graph computing algorithms.