Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Superset | 52,380 | 2 | 13 hours ago | 3 | April 29, 2022 | 1,349 | apache-2.0 | TypeScript | ||
Apache Superset is a Data Visualization and Data Exploration Platform | ||||||||||
Tidb | 34,190 | 68 | 101 | 17 hours ago | 1,289 | April 07, 2022 | 4,045 | apache-2.0 | Go | |
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial | ||||||||||
Metabase | 32,683 | 13 hours ago | 1 | June 08, 2022 | 3,051 | other | Clojure | |||
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: | ||||||||||
Dbeaver | 32,327 | 13 hours ago | 1,762 | apache-2.0 | Java | |||||
Free universal database tool and SQL client | ||||||||||
Cockroach | 27,267 | 50 | 22 | 13 hours ago | 248 | August 06, 2021 | 6,632 | other | Go | |
CockroachDB - the open source, cloud-native distributed SQL database. | ||||||||||
Sqlmap | 27,229 | 4 days ago | 1 | February 27, 2018 | 58 | other | Python | |||
Automatic SQL injection and database takeover tool | ||||||||||
Directus | 21,837 | 50 | 15 hours ago | 55 | September 22, 2022 | 221 | other | TypeScript | ||
The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. | ||||||||||
Tdengine | 21,430 | 1 | 14 hours ago | 12 | April 14, 2022 | 1,031 | agpl-3.0 | C | ||
TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. | ||||||||||
Surrealdb | 20,744 | 13 hours ago | 35 | December 14, 2021 | 226 | other | Rust | |||
A scalable, distributed, collaborative, document-graph database, for the realtime web | ||||||||||
Postgrest | 20,635 | 4 | 2 days ago | 37 | July 12, 2022 | 209 | mit | Haskell | ||
REST API for any Postgres database |
CockroachDB is a cloud-native distributed SQL database designed to build, scale, and manage modern, data-intensive applications.
CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.
For more details, see our FAQ or architecture document.
For guidance on installation, development, deployment, and administration, see our User Documentation.
We can run CockroachDB for you, so you don't have to run your own cluster.
See our online documentation: Quickstart with CockroachCloud
CockroachDB supports the PostgreSQL wire protocol, so you can use any available PostgreSQL client drivers to connect from various languages.
See our wiki for more details.
We welcome your contributions! If you're looking for issues to work on, try looking at the good first issue list. We do our best to tag issues suitable for new external contributors with that label, so it's a great way to find something you can help with!
See our wiki for more details.
Engineering discussions take place on our public mailing list, [email protected]. Also please join our Community Slack (there's a dedicated #contributors channel!) to ask questions, discuss your ideas, and connect with other contributors.
For an in-depth discussion of the CockroachDB architecture, see our Architecture Guide. For the original design motivation, see our design doc.
Current CockroachDB code is released under a combination of two licenses, the Business Source License (BSL) and the Cockroach Community License (CCL).
When contributing to a CockroachDB feature, you can find the relevant license in the comments at the top of each file.
For more information, see the Licensing FAQs.
To see how key features of CockroachDB stack up against other databases, check out CockroachDB in Comparison.