From 655ec1a555f3e1f05488670b77261d20172fc772 Mon Sep 17 00:00:00 2001 From: michaelkremmel <74347398+michaelkremmel@users.noreply.github.com> Date: Thu, 22 May 2025 10:49:49 +0200 Subject: [PATCH] Added CrateDB to Datastores Added CrateDB to the Datastores section Disclaimer: I work for CrateDB. Thanks --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 7dc1f66..a6037d3 100644 --- a/README.adoc +++ b/README.adoc @@ -41,6 +41,7 @@ toc::[] * https://hbase.apache.org/[Apache HBase] - Open Source non-relational distributed database. * https://pinot.apache.org/[Apache Pinot] - A realtime distributed OLAP datastore. * https://clickhouse.tech/[ClickHouse] - Open Source distributed column-oriented DBMS. +* https://cratedb.com/[CrateDB] - Distributed SQL database for time series, documents, and vectors compatible with PostgreSQL. * https://www.influxdata.com/[InfluxDB] - Purpose-Built Open Source Time Series Database. * https://min.io/[MinIO] - MinIO is a high performance, distributed object storage system and AWS S3 compatible. * https://www.postgresql.org/[Postgres] - The World's Most Advanced Open Source Relational Database.