What are HelixDB’s key features?
HelixDB provides:- High Performance: Purpose-built storage engine optimized for both graph and vector operations
- Type Safety: Explicit type definitions to ensure data integrity
- Developer-Friendly: Simple setup and migration
- Secure: Options for encryption at rest
How does HelixDB store data?
HelixDB uses a property graph model with three core components:- Nodes: Represent entities with unique identifiers and properties
- Vectors: Represent entities with unique identifiers and vector embeddings
- Edges: Represent relationships between nodes and/or vectors, with directionality and properties
Next steps
Getting started with CLI
Install and deploy your first HelixDB instance
Learn HelixQL
Master the HelixQL query language
Schema definitions
Define your graph structure
Python SDK
Use HelixDB with Python