Skip to content

cw75/anna-cache

 
 

Repository files navigation

Anna Cache

Build Status codecov License

The Anna cache is designed to be a local (i.e., on machine) cache that interacts with a cluster-based deployment of Anna. It interacts with applications (primarily Cloudburst) over IPC channels, and it is designed to periodically receive updates propagated from the underlying KVS during the periodic multicast protocol. There are currently two cache implementations:

  1. A default cache that supports all of Anna's lattice types except for causal lattices.
  2. A causal cache that supports single- and mult-object causal consistency, automatically resolving dependencies before making data available.

The implementation of the default cache is simple; the causal cache is more complicated, and we are working on a more detailed description of its design.

The cache is currently not designed to be a stand-alone data store, but it could be easily extended for that purpose. If this is of interest to you, please open an issue, and we would be happy to discuss this in more detail.

License

The Hydro project is licensed under the Apache v2 License.

About

A local cache for the Anna KVS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.4%
  • CMake 6.5%
  • Shell 6.1%
  • Dockerfile 1.0%