Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.12 KB

File metadata and controls

29 lines (20 loc) · 1.12 KB
Stoolap

Welcome to Stoolap

Stoolap is an embedded SQL database written in pure Rust. It combines transactional workloads (OLTP), analytical queries (OLAP), and native vector search in a single serverless runtime.

Historical note: Stoolap started as an early Go prototype. The project is now fully migrated to Rust, and all active development and releases happen in the Rust codebase.

What We Focus On

  • Embedded first architecture with no external database server
  • Modern SQL engine with MVCC and cost based optimization
  • Native vector and semantic search with HNSW
  • Predictable performance for real time applications

Start Here

License

All Stoolap projects are open source under the Apache 2.0 license.