You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A promising building block solution for cross-cluster KV storage is anna. It's based on CRDT. See this for a good explanation of the lattice data structure used in Anna.
This task is to evaluate anna in the following aspects:
Build anna
Run anna KV
Understand how it works within a single node
Understand how it works with multiple nodes in a cluster
Build & run anna in a K8s cluster
Can it work with existing serverless framework such as Kubeless?
Performance evaluation (e.g. the communication overhead mentioned in AnnaBellaDB paper)
What are similar options (open source and commercials)
A promising building block solution for cross-cluster KV storage is anna. It's based on CRDT. See this for a good explanation of the lattice data structure used in Anna.
This task is to evaluate anna in the following aspects:
To name a few:
A few reference papers:
Estimate time: ~ by 1/7
The text was updated successfully, but these errors were encountered: