#18 · Primary category: AI Data Infrastructure & Storage

crate

analytics big-data cratedb database dbms distributed distributed-database distributed-sql-database elasticsearch industrial-iot iot iot-analytics iot-database lucene olap postgresql sql time-series tsdb vector-database

CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.

Project last updated:08/28/26

GitHub Stars

4.4K

Forks

612

Contributors

144

License

Apache-2.0

Why we included this project

CrateDB stores vector embeddings in the same rows as the structured, time-series, JSON, and full-text data they describe, so a single SQL statement can run k-nearest-neighbor similarity search and hybrid queries without a separate vector store. That is a real convenience for RAG pipelines and semantic search, where relevance ranking has to sit alongside filters, time constraints, and aggregations. It speaks the PostgreSQL wire protocol and offers a plain HTTP endpoint, so existing SQL tooling and Python pipelines connect without proprietary SDKs. Teams already running analytics or IoT workloads on a distributed database get vector search as an add-on rather than a second system to operate.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category