CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of machine data in real-time.
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Change support probot message to refer to discourse instead of slack Jan 11, 2019
app Remove usage of ES client at the crate node settings test Jan 18, 2019
azure-discovery Rename sub-project `core` to `common` Jan 9, 2019
benchmarks Add `current_schemas(bool)` scalar function. Jan 21, 2019
blackbox Expose pg_type.typlen column Jan 24, 2019
blob Rename sub-project `core` to `common` Jan 9, 2019
common checkstyle: Activate SingleSpaceSeparator rule Jan 21, 2019
devs Update the 'Writing Documentation' for developer docs Jan 24, 2019
dex checkstyle: Activate SingleSpaceSeparator rule Jan 21, 2019
dns-discovery Rename sub-project `core` to `common` Jan 9, 2019
enterprise Add window function testing framework Jan 18, 2019
es Use buffered output streams on file writers Jan 9, 2019
gradle checkstyle: Activate SingleSpaceSeparator rule Jan 21, 2019
http Rename sub-project `core` to `common` Jan 9, 2019
idea Upgrade to Elasticsearch v6.0.1 Feb 2, 2018
integration-testing Upgrade to elasticsearch 6.5.1 Nov 26, 2018
licensing Rename sub-project `core` to `common` Jan 9, 2019
sandbox/crate/config Upgrade to elasticsearch 6.5.1 Nov 26, 2018
shared Rename sub-project `core` to `common` Jan 9, 2019
sql-parser checkstyle: Activate SingleSpaceSeparator rule Jan 21, 2019
sql Expose pg_type.typlen column Jan 24, 2019
ssl Rename sub-project `core` to `common` Jan 9, 2019
udc Rename sub-project `core` to `common` Jan 9, 2019
.editorconfig Add gradle entry to editorconfig May 25, 2018
.gitignore Remove sqllogictests, moved them to the crate-qa repository. Nov 14, 2018
.gitmodules Remove sqllogictests, moved them to the crate-qa repository. Nov 14, 2018
.lgtm.yml lgtm: Set python version to 3 Sep 4, 2018
.mailmap update mailmap Feb 10, 2015
.mergify.yml Add mergify backport rule for 3.2, remove rule for 3.0 Jan 9, 2019
CHANGES.txt improve unreleased changes doc Jun 18, 2018
CONTRIBUTING.rst Update CONTRIBUTING.rst Jan 18, 2019
Jenkinsfile Add Jenkinsfile Jan 23, 2019
LICENSE simplify requirements.txt and document docs dir in LICENSE Dec 12, 2018
NOTICE reword CrateDB licensing documentation Dec 3, 2018
README.rst Replace travis badge with azure pipelines badge in README Oct 9, 2018
azure-pipelines.yml Only build PRs on azure, no branch pushes without PR Jan 10, 2019
build.gradle Upgrade gradle to 5.1.1 Jan 20, 2019
crate-admin.gif improve top level docs Apr 12, 2017
docs re-add docs symlink May 10, 2016
gradlew Upgrade gradle to 4.1 Sep 15, 2017
gradlew.bat Upgrade gradlew wrapper to 3.3 Feb 10, 2017
settings.gradle Rename enterprise:hll to enterprise:functions as it'll hold multiple … Jan 10, 2019
shippable.yml shippable: Use shared ARM nodepool Nov 8, 2018

README.rst

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?