#18 · Primary category: AI Data Infrastructure & Storage
crate
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
ClickHouse
ClickHouse® is a real-time analytics database management system
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
gun
An open source cybersecurity protocol for syncing decentralized graph data.
emqx
The most scalable and reliable MQTT broker for AI, IoT, IIoT and connected vehicles
server
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.