CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of machine data in real-time.
Features of CrateDB:
- Standard SQL plus dynamic schemas, queryable objects, geospatial features, time series data, first-class BLOB support, and realtime full-text search.
- Horizontally scalable, highly available, and fault tolerant clusters that run very well in virtualized and containerised environments.
- Extremely fast distributed query execution.
- Auto-partitioning, auto-sharding, and auto-replication.
- Self-healing and auto-rebalancing.
CrateDB offers the scalability and flexibility typically associated with a NoSQL database and is designed to run on inexpensive commodity servers and can be deployed and run across any sort of network. From personal computers to multi-region hybrid clouds.
The smallest CrateDB clusters can easily ingest tens of thousands of records per second. And this data can be queried, ad-hoc, in parallel across the whole cluster in real time.
CrateDB provides an admin UI:
The fastest way to try CrateDB out is by running:
$ bash -c "$(curl -L try.crate.io)"
Or spin up the official Docker image:
$ docker run -p 4200:4200 crate
Visit the getting started page to see all the available download and install options.
Once you're up and running, head on over to `the introductory docs`_.
This project is primarily maintained by Crate.io, but we welcome community contributions!
See the developer docs and the contribution docs for more information.
Looking for more help?
- Read `the project documentation`_
- Check out our `support channels`_
.._support channels: https://crate.io/support/ .. _the introductory docs: https://crate.io/docs/crate/getting-started/en/latest/first-use/index.html .. _the project documentation: https://crate.io/docs/