Skip to content
master
Go to file
Code

Latest commit

`createIndices` is always called, even for non-partitioned tables and it
always made a request to the master node, even if there were no
partitions to create.

The `TransportCreatePartitionsAction` has a fast-path for the
empty-indices case, but only on the "request-is-already-received" end.
b9a7b41

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.rst

CrateDB
https://github.com/crate/crate/workflows/CrateDB%20SQL/badge.svg?branch=master https://img.shields.io/lgtm/grade/java/g/crate/crate.svg?logo=lgtm&logoWidth=18 https://img.shields.io/lgtm/alerts/g/crate/crate.svg?logo=lgtm&logoWidth=18

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.

Screenshots

CrateDB provides an admin UI:

Screenshots of the CrateDB admin UI

Try CrateDB

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 -Cdiscovery.type=single-node

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.

Contributing

This project is primarily maintained by Crate.io, but we welcome community contributions!

See the developer docs and the contribution docs for more information.

Help

Looking for more help?

About

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

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.