Crates.io | turingfeeds |
lib.rs | turingfeeds |
version | 1.0.0-beta.1 |
source | src |
created_at | 2020-03-15 13:49:10.981208 |
updated_at | 2020-03-15 13:49:10.981208 |
description | Simple Database backed by evmap and sled |
homepage | https://github.com/charleschege/TuringFeeds |
repository | https://github.com/charleschege/TuringFeeds |
max_upload_size | |
id | 218856 |
size | 59,473 |
TuringFeeds is a simple, pure Rust database that aims to be distributed and scaled horizontally. It aims to be a replacement for SQLite where you don't need a relational database or a schema.
The database is backed by Sled key-value store & evmap structure for super fast reads.
The database is currently under development and is not yet suitable for production.
The database aims to be:
We follow the Rust Code of Conduct in making contributions
All code contributions to this project must be licensed under Apache license
All libraries used in this project are subject to their own licenses