frostfs-node/pkg
Evgenii Stratonikov 8cf71b7f1c [#1324] local_object_storage: Implement tree service backend
In this commit we implement algorithm for CRDT trees from
https://martin.klepmann.com/papers/move-op.pdf

Each tree is identified by the ID of a container it belongs to
and the tree name itself. Essentially, it is a sequence of operations
which should be applied in chronological order to get a usual tree
representation.

There are 2 backends for now: bbolt database and in-memory.
In-memory backend is here for debugging and will eventually act
as a memory-cache for the on-disk database.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-07-21 15:08:24 +03:00
..
core [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
innerring [#1592] Remove debug builds 2022-07-14 10:39:51 +03:00
local_object_storage [#1324] local_object_storage: Implement tree service backend 2022-07-21 15:08:24 +03:00
metrics [#1054] neofs-node: add epoch metric 2021-12-28 15:34:20 +03:00
morph [#1606] go.mod: Update neo-go 2022-07-18 12:41:06 +03:00
network [#1596] *: Remove .gitkeep files 2022-07-14 15:10:57 +03:00
services [#1561] object: Return OUT_OF_RANGE status 2022-07-19 13:29:45 +03:00
util [#1606] Remove deprecated functions 2022-07-18 12:41:06 +03:00