Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surrealdb/echodb
An embedded, in-memory, immutable, copy-on-write, key-value database engine
https://github.com/surrealdb/echodb
database key-value key-value-store rust surreal surrealdb
Last synced: 3 months ago
JSON representation
An embedded, in-memory, immutable, copy-on-write, key-value database engine
- Host: GitHub
- URL: https://github.com/surrealdb/echodb
- Owner: surrealdb
- License: apache-2.0
- Created: 2021-10-26T13:51:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T19:03:51.000Z (5 months ago)
- Last Synced: 2024-07-28T17:39:42.284Z (3 months ago)
- Topics: database, key-value, key-value-store, rust, surreal, surrealdb
- Language: Rust
- Homepage: https://crates.io/crates/echodb
- Size: 61.5 KB
- Stars: 130
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - surrealdb/echodb - An embedded, in-memory, immutable, copy-on-write, key-value database engine (Rust)
README
An embedded, in-memory, immutable, copy-on-write, key-value database engine.
#### Features
- In-memory database
- Multi-version concurrency control
- Rich transaction support with rollbacks
- Multiple concurrent readers without locking
- Support for serializable, isolated transactions
- Atomicity, Consistency and Isolation from ACID