HelixDB Overview
Learn about HelixDB architecture, features, and capabilities
Key Features
- 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
Data Model
HelixDB follows the property graph model, which consists of:
- 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
This model allows for rich representation of complex domains while maintaining query performance.