Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indradb/sled
Sled datastore for IndraDB
https://github.com/indradb/sled
Last synced: about 2 months ago
JSON representation
Sled datastore for IndraDB
- Host: GitHub
- URL: https://github.com/indradb/sled
- Owner: indradb
- License: mpl-2.0
- Created: 2021-11-04T01:05:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T21:00:13.000Z (6 months ago)
- Last Synced: 2024-10-19T14:03:21.937Z (3 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IndraDB Sled Implementation [![Docs](https://docs.rs/indradb-sled/badge.svg)](https://docs.rs/indradb-sled)
This is an implementation of the IndraDB datastore for sled.
The sled datastore is not production-ready yet. sled itself is pre-1.0, and makes no guarantees about on-disk format stability. Upgrading IndraDB may require you to [manually migrate the sled datastore.](https://docs.rs/sled/0.34.6/sled/struct.Db.html#method.export) Additionally, there is a standing issue that prevents the sled datastore from having the same level of safety as the RocksDB datastore.