A Distributed Replicated Cache

Hello everyone!

I'm working on an open source project and would love to have your feedback.

The C19 Protocol is an embedded distributed cache. It can run within a Kubernetes cluster or without one. It allows a set of services to agree on a state and share data.

It's helpful if you have stateful services or when you need fast access to data without owning the data.

Code:
https://github.com/c19p/c19

User Guide:
https://c19p.github.io/user-guide/

Developer Guide:
https://c19p.github.io/developer-guide/

Any feedback is highly appreciated!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.