CrateDB

CrateDB是一个分布式SQL数据库,可以轻松实时存储和分析大量机器数据。(CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of machine data in real-time.)

Github星跟蹤圖

CrateDB是一个分布式SQL数据库,可以轻松实时存储和分析大量机器数据。

CrateDB的特点:

  • 标准SQL加上动态模式,可查询对象,地理空间特征,时间序列数据,一流BLOB支持和实时全文搜索。
  • 水平可扩展,高可用性和容错集群,在虚拟化和容器化环境中运行良好。
  • 极快的分布式查询执行。
  • 自动分区,自动分片和自动复制。
  • 自我修复和自动重新平衡。

CrateDB提供通常与NoSQL数据库相关的可扩展性和灵活性,旨在在廉价的商用服务器上运行,并可在任何类型的网络上部署和运行,从个人电脑到多区域混合云。

最小的CrateDB集群可以轻松地每秒捕获数万条记录。并且可以在整个集群中实时并行地查询这些数据。

试试CrateDB

尝试CrateDB的最快方法是运行:

$ bash -c "$(curl -L try.crate.io)"

或者启动官方Docker镜像:

$ docker run -p 4200:4200 crate

访问入门页面以查看所有可用的下载和安装选项。

一旦你开始运行,请继续阅读介绍性文档

贡献

该项目主要由Crate.io维护,但我们欢迎社区的贡献!

有关详细信息,请参阅 开发人员文档 and the 贡献文档

帮助

寻求更多帮助?

概覽

名稱與所有者crate/crate
主編程語言Java
編程語言Java (語言數: 4)
平台
許可證Apache License 2.0
發布數461
最新版本名稱5.7.1 (發布於 2024-05-02 16:04:32)
第一版名稱0.0.6 (發布於 2013-04-15 12:03:31)
創建於2013-04-10 09:17:16
推送於2024-05-17 09:06:32
最后一次提交2024-05-15 14:07:37
星數4k
關注者數174
派生數545
提交數15.4k
已啟用問題?
問題數1937
打開的問題數281
拉請求數12803
打開的拉請求數16
關閉的拉請求數1181
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

.. image:: docs/_static/crate-logo.png
:alt: CrateDB
:target: https://crate.io/


.. image:: https://dev.azure.com/cratedb/cratedb/_apis/build/status/crate.crate
:target: https://dev.azure.com/cratedb/cratedb/_build/latest?definitionId=1

.. 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/

.. image:: https://img.shields.io/lgtm/grade/java/g/crate/crate.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/crate/crate/

.. image:: https://img.shields.io/lgtm/alerts/g/crate/crate.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/crate/crate/alerts/, 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
:target: http://play.crate.io/

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?

  • Read the project documentation_
  • Check out our support channels_

.. _contribution docs: CONTRIBUTING.rst
.. _Crate.io: http://crate.io/
.. _developer docs: devs/docs/index.rst
.. _Docker image: https://hub.docker.com/_/crate/
.. _getting started: https://crate.io/docs/getting-started/
.. _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/

去到頂部