# crate **Repository Path**: summergaolib/crate ## Basic Information - **Project Name**: crate - **Description**: CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of machine data in real-time. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://crate.io/products/cratedb/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-05 - **Last Updated**: 2021-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. image:: docs/_static/crate-logo.png :alt: CrateDB :target: https://crate.io/ ---- .. image:: https://github.com/crate/crate/workflows/CrateDB%20SQL/badge.svg?branch=master :target: https://github.com/crate/crate/actions?query=workflow%3A%22CrateDB+SQL%22 .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg :target: https://crate.io/docs/en/latest/ .. image:: https://img.shields.io/badge/container-docker-green.svg :target: https://hub.docker.com/_/crate/ | 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: .. image:: crate-admin.gif :alt: 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? - Read `the project documentation`_ - Check out our `support channels`_ .. _contribution docs: CONTRIBUTING.rst .. _Crate.io: https://crate.io/ .. _developer docs: devs/docs/index.rst .. _Docker image: https://hub.docker.com/_/crate/ .. _getting started: https://crate.io/docs/crate/tutorials/en/latest/install-run/ .. _support channels: https://crate.io/support/ .. _the introductory docs: https://crate.io/docs/crate/tutorials/ .. _the project documentation: https://crate.io/docs/