Skip to content
forked from crate/crate

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

License

Notifications You must be signed in to change notification settings

ilarimikkonen/crate

This branch is 6427 commits behind crate/crate:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 27, 2019
Oct 1, 2019
Sep 26, 2019
Sep 30, 2019
Oct 1, 2019
Sep 12, 2019
May 27, 2019
Sep 11, 2019
Aug 21, 2019
Sep 26, 2019
May 28, 2019
Oct 2, 2019
Oct 2, 2019
Oct 2, 2019
Sep 27, 2019
Aug 1, 2019
Mar 21, 2019
May 27, 2019
Mar 26, 2019
Aug 1, 2019
Oct 2, 2019
Oct 2, 2019
Aug 23, 2019
May 28, 2019
May 25, 2018
Jul 23, 2019
Feb 20, 2019
Feb 10, 2015
Jul 1, 2019
Jun 18, 2018
Apr 26, 2019
Jan 18, 2019
Sep 30, 2019
Dec 12, 2018
Dec 3, 2018
Jan 31, 2019
Feb 18, 2019
Sep 5, 2019
Jan 29, 2019
Sep 15, 2017
Feb 10, 2017
Sep 9, 2019
Nov 8, 2018

Repository files navigation

CrateDB
https://dev.azure.com/cratedb/cratedb/_apis/build/status/crate.crate 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

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%