irthomasthomas / undecidability

13 stars 2 forks source link

crate/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. #624

Open irthomasthomas opened 8 months ago

irthomasthomas commented 8 months ago

crate/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.

Description: "CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time.

CrateDB offers the benefits of an SQL database and the scalability and flexibility typically associated with NoSQL databases. Modest CrateDB clusters can ingest tens of thousands of records per second without breaking a sweat. You can run ad-hoc queries using standard SQL. CrateDB's blazing-fast distributed query execution engine parallelizes query workloads across the whole cluster.

CrateDB is well suited to containerization, can be scaled horizontally using ephemeral virtual machines (e.g., Kubernetes, AWS, and Azure) with no shared state. You can deploy and run CrateDB on any sort of network — from personal computers to multi-region hybrid clouds and the edge.

Features:

URL: https://github.com/crate/crate

Suggested labels

{'label-name': 'distributed-database', 'label-description': 'Focuses on databases that are distributed across multiple nodes for increased scalability and performance.', 'gh-repo': 'crate/crate', 'confidence': 75.33}

irthomasthomas commented 8 months ago

Related issues