-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
34 lines (28 loc) · 1.16 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=====================================================================================
MUST HAVE: CRDTs
=====================================================================================
SetAddWins - add clear
Counter - add set operation
SetGrowOnly - create
LWW register - create
MV register - create
log CRDT: just maintains a list of operations - create
Micro-benchmarks for CRDT types
=====================================================================================
MUST HAVE: system
=====================================================================================
Delete operation
Macro-benchmark
=====================================================================================
NICE TO HAVE: CRDTs
=====================================================================================
FlagEnableWins - create
FlagDisableWins - create
Maps - create
Treedoc - create
=====================================================================================
NICE TO HAVE stuff
=====================================================================================
Better solution to create stable snapshot
Server with REST interface
Server with protobuf interface