distributed-database
Here are 273 public repositories matching this topic...
ClickHouse® is a free analytics DBMS for big data
-
Updated
Apr 11, 2022 - C++
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
-
Updated
Jan 18, 2022
-
Updated
Apr 11, 2022 - C++
Our CMake build process produces tarball packages using the cpack TGZ target. This produces a server and client package with a file layout meant to match where the various artifacts go.
Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Apr 9, 2022
Apache ZooKeeper
-
Updated
Apr 11, 2022 - Java
The lightweight, distributed relational database built on SQLite
-
Updated
Mar 28, 2022 - Go
open source training courses about distributed database and distributed systems
-
Updated
Apr 6, 2022 - Rust
Description
source: https://docs.yugabyte.com/latest/architecture/transactions/isolation-levels/#root
We begin the section by listing out 4 transaction isolation levels in decreasing order of strictness. Where possible, subsequent sections should follow this order to make it easier for readers to follow. For example, rewrite the second paragraph to read:
YugabyteDB supports three transa
Distributed PostgreSQL as an extension
-
Updated
Apr 11, 2022 - C
Instead of creating on the fly an Iceberg table with Trino and run queries against it, use static resources for setting up an Iceberg test environment which can be used to read Iceberg v1 / v2 tables and guard trino-iceberg plugin against regresssions.
Related discussion: trinodb/trino#11642 (comment)
A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips
-
Updated
May 10, 2021 - Ruby
Use case:
Concatenate TEXT or to TEXT castable type values using a given separator, for example concatenate address parts by comma.
SELECT concat_ws(',', '535 Mission St.', '14th floor', 'San Francisco', 'CA', '94105') AS address;
--> 535 Mission St., 14th floor, San Francisco, CA 94105Feature description:
Add support for the `concat_ws ( sep text, val1 "any" [
Enhancement
Currently, for a clone task, the client first gets a list of files, then for each file, get file length first then download the file, this can be optimized, when getting file list, also add file length information, so we don't need to get file length later.
LinDB is a scalable, high performance, high availability distributed time series database.
-
Updated
Apr 11, 2022 - Go
Distributed in-memory data structure store. It can be used both as an embedded Go library and as a language-independent service.
-
Updated
Apr 10, 2022 - Go
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
-
Updated
Aug 6, 2021 - Go
Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
-
Updated
Apr 8, 2022 - C++
PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, and is able to afford billions of peak TPS.
-
Updated
Jul 17, 2020 - C++
Distributed "massively parallel" SQL query engine
-
Updated
May 6, 2017 - C++
A High Scalability Middle-ware for MySQL Sharding
-
Updated
Apr 11, 2022 - Java
Users will expect the current SQL to fail if they're using unimplemented features, not the whole compute node or frontend to panic. We should avoid using unimplemented! macro in production code and replace them with ErrorCode::NotImplemented.
Related:
- #1639
IceFireDB is a database built for web3 and web2, and strives to fill the gap between web2 and web3 with the help of a friendly database experience, making web3 application data storage more convenient, and making web2 applications easier to access the blockchain.
-
Updated
Apr 11, 2022 - Go
A distributed, fast open-source graph database featuring horizontal scalability and high availability
-
Updated
Sep 27, 2021 - C++
Skytable is a fast, secure and reliable realtime NoSQL database with keyspaces, tables, data types, authn/authz, snapshots and more to build powerful apps
-
Updated
Apr 11, 2022 - Rust
Improve this page
Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."


What happened?
If you don't pass a
--nameargument to youretcdprocesses, they will all have the namedefaultand the cluster will operate normally. However, when you add a member, the generatedETCD_INITIAL_CLUSTERvariable will have multiple entries with the name "default". When this environment variable is used,etcdwill parse these into a mapping under a single key ("defau