Skip to content

Commit

Permalink
remove MStore from master branch for now
Browse files Browse the repository at this point in the history
We first have to develop the Store better before building
stuff on top of it. MStore was rather in the way of doing
that.

Before ripping MStore out, I made a branch "mstore" with
the current state (as in master branch before this commit),
so it can be developed there.
  • Loading branch information
ThomasWaldmann committed Sep 28, 2024
1 parent 970947f commit 6a6fb33
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 451 deletions.
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

0 comments on commit 6a6fb33

Please sign in to comment.