All Projects → crate → Crate

crate / Crate

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Crate

Clickhouse
ClickHouse® is a free analytics DBMS for big data
Stars: ✭ 21,089 (+548.09%)
Mutual labels:  sql, analytics, big-data, olap, distributed-database, dbms
Eventql
Distributed "massively parallel" SQL query engine
Stars: ✭ 1,121 (-65.55%)
Mutual labels:  sql, analytics, database, distributed-database, distributed
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+40.78%)
Mutual labels:  sql, analytics, big-data, database, distributed-database
Ignite
Apache Ignite
Stars: ✭ 4,027 (+23.76%)
Mutual labels:  sql, big-data, database, iot
Herddb
A JVM-embeddable Distributed Database
Stars: ✭ 192 (-94.1%)
Mutual labels:  sql, database, distributed-database, distributed
Tdengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
Stars: ✭ 17,434 (+435.77%)
Mutual labels:  database, time-series, iot, industrial-iot
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (-95.39%)
Mutual labels:  sql, analytics, big-data, database
Interference
opensource distributed database with base JPA implementation and event processing support
Stars: ✭ 57 (-98.25%)
Mutual labels:  sql, database, distributed-database, cluster
Griddb
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
Stars: ✭ 1,587 (-51.23%)
Mutual labels:  sql, database, time-series, iot
Radon
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
Stars: ✭ 1,584 (-51.32%)
Mutual labels:  sql, olap, database, distributed-database
Duckdb
DuckDB is an in-process SQL OLAP Database Management System
Stars: ✭ 4,014 (+23.36%)
Mutual labels:  sql, analytics, olap, database
Timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Stars: ✭ 12,211 (+275.26%)
Mutual labels:  sql, analytics, time-series, iot
Ohmysql
Easy direct access to your database 🎯 http://oleghnidets.github.io/OHMySQL/
Stars: ✭ 166 (-94.9%)
Mutual labels:  sql, database, dbms
Sqldb Logger
A logger for Go SQL database driver without modify existing *sql.DB stdlib usage.
Stars: ✭ 160 (-95.08%)
Mutual labels:  sql, database, db
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (-94.62%)
Mutual labels:  sql, analytics, database
Bats
面向 OLTP、OLAP、批处理、流处理场景的大一统 SQL 引擎
Stars: ✭ 152 (-95.33%)
Mutual labels:  sql, olap, database
Wyxdbms
用Java实现了一个关系型数据库,DBMS数据库管理系统,可使用常用增删改查的SQL语句,具有数据字典,数据索引文件,并且实现了启发式查询优化
Stars: ✭ 173 (-94.68%)
Mutual labels:  sql, database, dbms
Cubrid
CUBRID is a comprehensive open source relational database management system highly optimized for Web Applications.
Stars: ✭ 184 (-94.35%)
Mutual labels:  sql, database, dbms
Pipelinedb
High-performance time-series aggregation for PostgreSQL
Stars: ✭ 2,447 (-24.8%)
Mutual labels:  sql, analytics, time-series
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (-97.76%)
Mutual labels:  time-series, scada, historian
CrateDB
https://github.com/crate/crate/workflows/CrateDB%20SQL/badge.svg?branch=master

About

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

CrateDB offers the benefits of an SQL database and the scalability and flexibility typically associated with NoSQL databases. Modest CrateDB clusters can ingest tens of thousands of records per second without breaking a sweat. You can run ad-hoc queries using standard SQL. CrateDB's blazing-fast distributed query execution engine parallelizes query workloads across the whole cluster.

CrateDB is well suited to containerization, can be scaled horizontally using ephemeral virtual machines (e.g., Kubernetes, AWS, and Azure) with no shared state. You can deploy and run CrateDB on any sort of network — from personal computers to multi-region hybrid clouds and the edge.

Features

  • Use standard SQL via the PostgreSQL wire protocol or an HTTP API.
  • Dynamic table schemas and queryable objects provide document-oriented features in addition to the relational features of SQL.
  • Support for time-series data, realtime full-text search, geospatial data types and search capabilities.
  • 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.

Screenshots

CrateDB provides an Admin UI:

Screenshots of the CrateDB admin UI

Try CrateDB

The fastest way to try CrateDB out is by running:

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

Or spin up the official Docker image:

sh$ docker run --publish 4200:4200 --publish 5432:5432 crate -Cdiscovery.type=single-node

Visit the installation documentation to see all the available download and install options.

Once you're up and running, head over to the introductory docs. To interact with CrateDB, you can use the Admin UI web console or the CrateDB shell CLI tool. Alternatively, review the list of recommended clients and tools that work with CrateDB.

For container-specific documentation, check out the CrateDB on Docker how-to guide or the CrateDB on Kubernetes how-to guide.

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?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].