tikv
surrealdb
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
tikv | surrealdb | |
---|---|---|
21 | 87 | |
13,849 | 23,513 | |
0.8% | 2.0% | |
9.3 | 9.1 | |
6 days ago | 6 days ago | |
Rust | Rust | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tikv
- Implementing a distributed key-value store on top of implementing Raft in Go
- Production grade databases in Rust
- Go devs that learned Rust, what are your thoughts on it?
-
Apache Pegasus – A a distributed key-value storage system
TiKV is basically a layer on top of rocksdb https://github.com/tikv/tikv/blob/956610725039835557e7516828...
-
Surrealdb – FOSS document-graph database, for the realtime web in Rust
> Many,many smart people…
If you look inside the code you can see the stated features are a result of underlying engine (TiKV [0] also in c and rust from pingcap). Surrealdb is standing on shoulders of giants at present, they are TiKV, FoundationDB and rocksdb. The feature set they mentioned mostly coming from TiKV at present.
-
Cloud database for tomorrow's applications (written in Rust)
Hi Diggsey, great question. We are currently focussed on functionality and stability, and then will draw our attention to performance. Coming this week we have a RocksDB storage implementation. We've only just launched our initial beta version, and we know there is a lot of improvement and work to be done (some of these performance issues we know about already and are on our Github issues list).
With regards to the consistency/isolation model, SurrealDB sits on top of a number of key-value stores. By using the distributed highly-available TiKV storage backend, https://tikv.org, (and we have a FoundationDB integration in the works), the database is designed to be highly-scalable and highly-available. The same guarantees (albeit just single-node, so no high-availability or scalability) will be available with the RocksDB implementation coming this week. By sitting on top of these key-value stores, SurrealDB ensures that all transactions are ACID compliant. We don't want to go for speed (for instance by writing to /dev/null) over anything, but want SurrealDB to be a reliable and performant backend for any application. Obviously we have a way to go to catch up with PostgreSQL (launched in 1996), but we will strive to get there!
-
CeresDB: A high-performance, distributed, schema-less and time-series database
If you are looking for a production ready distributed store written in Rust. Check out TiKV(https://github.com/tikv/tikv), which was also mentioned in the acknowledge section of the project's README.
There's also a full-featured distributed RDBMS called TiDB built on top of TiKV.
-
Fly.io – Free Postgres Databases (and free storage volumes, up to 3GB total)
Fair enough. Indeed I didn't consider support costs. Thank you for your answer!
Actually let me ask another thing. Your FAQ mentions you're considering hosting CockroachDB as a drop-in distributed replacement for PostgreSQL [0], and also you currently offer a distributed, eventually consistent PostgreSQL replication solution [1].
Is either Tikv [2] (distributed key-value store) or Tidb [3] (distributed database with a mysql interface, built on top of Tikv) on your radar?
You already offer Redis as a key-value store, but Tikv has an amazing property: it ensures strong consistency globally (not eventual consistency). Tidb, being built on top of Tikv, also has strong consistency.
[0] https://fly.io/blog/fly-answers-questions/#q-what-is-fly-doi...
[1] https://fly.io/blog/globally-distributed-postgres/
-
NoSQL and Key-Value storage systems based on Rust (Redis and Tarantool replacements in Rust)
tikv — A distributed KV database in Rust
-
Belajar Rust 01 - Mengenal Bahasa Pemrograman Rust
TiKV: basis data key-value transaksional yang terdistribusi.
surrealdb
-
SurrealDB 1.0
1.0 version but https://github.com/surrealdb/surrealdb/issues/1548 is still open :)
Not Open Source (in an OSI way):
https://github.com/surrealdb/surrealdb/blob/ed60a35b9b539e1b...
-
How to Design a SurrealDB schema and create a basic client for TypeScript
In the midst of a dynamic landscape of exciting new projects, one name shines bright — SurrealDB.
-
Database Review: Top Five Missing Features from Database APIs
SurrealDB
-
SurrealDB - The Magic Database to Keep on Your Radar
In search of a better solution, I embarked on a journey through the vast landscape of web development tools and databases. That's when I stumbled upon SurrealDB, and let me tell you, it was nothing short of mind-blowing. Beyond resolving my immediate problem, it sparked a cascade of ideas for addressing numerous challenges across my other projects.
-
Show HN: Doculite – Use SQLite Like Firestore
That is an interesting approach.
> 6) SQLite is a proven, stable, and well-liked standard.
How does adding this adapter on top affect the stability?
Have you looked at SurrealDB? - https://surrealdb.com/
Seems like it would provide you with what you need.
-
Tutorial: Build a Notes App with Next.js, Tailwind and SurrealDB
In this tutorial we only touched on a fraction of what makes SurrealD the ultimate multi-model database. To find out more see you can check out the SurrealDB features or our GitHub repo.
- What are some really good open-source next js projects in productions that you can study from?
-
Best local database
SQLite or https://surrealdb.com
-
[Rust] SurrealDB: une nouvelle base de données de document de document évolutive écrite en rouille
[https://github.com/surrealdb/surrealdb
What are some alternatives?
redis-rs - Redis library for rust
rust-etcd - An etcd client library for Rust.
rust-rocksdb - rust wrapper for rocksdb
pocketbase - Open Source realtime backend in 1 file
cassandra-rs - Cassandra (CQL) driver for Rust, using the DataStax C/C++ driver under the covers.
rust-postgres - Native PostgreSQL driver for the Rust programming language
diesel - A safe, extensible ORM and Query Builder for Rust
cassandra-rust
KeyDB - A Multithreaded Fork of Redis
leveldb
arrow-datafusion - Apache Arrow DataFusion SQL Query Engine
neon - Rust bindings for writing safe and fast native Node.js modules.