Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove MStore from master branch for now #65

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
BorgStore
=========

A key/value store implementation in Python, supporting multiple backends,
data redundancy and distribution.
A key/value store implementation in Python, supporting multiple backends.

Keys
----
Expand Down Expand Up @@ -103,15 +102,6 @@ Currently, these storage backends are implemented:
- Rclone - access any of the 100s of cloud providers [rclone](https://rclone.org/) supports
- (more might come in future)

MStore
------

API of MStore is very similar to Store, but instead of directly using one backend
only (like Store does), it uses multiple Stores internally to implement:

- redundancy (keep same data at multiple places)
- distribution (keep different data at multiple places)

Scalability
-----------

Expand Down
204 changes: 0 additions & 204 deletions src/borgstore/mstore.py

This file was deleted.

Loading