# Helixir CLI
An interactive command-line tutorial for learning [HelixDB](https://helix-db.com), a graph vector database system.
## Installation
```bash
cargo install helixir
helixir
```
Follow the on-screen instructions to progress through the lessons.
## Features
- Step-by-step interactive lessons on HelixDB
- Learn graph database concepts through practical examples
- Real-time validation of your solutions
- Progress tracking
## Lessons
The tutorial covers:
1. Setting up HelixDB
2. Schema design with nodes and edges
3. Creating relationships between entities
4. Querying data with various techniques
5. Advanced graph traversal
6. Semantic search with vectors