elips/docs
Tutorial

Learn ELIPS — thirty-two lessons

From pip install to GPU-accelerated production serving. Three levels, thirty-two chapters, every page grounded in the actual source — not paraphrase.

1install2first DB3records4place / erase5seek + filters6documents7hybrid8EQL9txns10recovery11config12C++ hello13C++ vault14embedder15GPU16ship it16 lessons · Python first, C++ where it matters
The full path. Bookmark this page — every lesson links back here.

32 lessons · grouped by level · linear order works if you read straight through.

Beginner

10 lessons

Install, open a database, write your first record, run your first query.

Intermediate

10 lessons

EQL, transactions, durability, embedders, planner observability — the daily-driver surface.

Advanced

12 lessons

Storage internals, HNSW, lock manager, query executor, GPU engine — everything under the hood.

New here? Start with lesson 1 — What ELIPS is (and isn't).