https://github.com/simonrichardson/coherence
Distributed Key/Value Store
https://github.com/simonrichardson/coherence
cache coherence gossip-protocol raft
Last synced: 6 months ago
JSON representation
Distributed Key/Value Store
- Host: GitHub
- URL: https://github.com/simonrichardson/coherence
- Owner: SimonRichardson
- License: gpl-3.0
- Created: 2017-11-16T20:53:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T22:28:54.000Z (over 7 years ago)
- Last Synced: 2025-02-12T09:59:22.672Z (8 months ago)
- Topics: cache, coherence, gossip-protocol, raft
- Language: Go
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coherence
Fully distributed Key/Value Store.
## Badges
[](https://travis-ci.org/SimonRichardson/coherence)
[](https://coveralls.io/github/SimonRichardson/coherence?branch=master)
[](https://goreportcard.com/report/github.com/SimonRichardson/coherence)## Introduction
Coherence is a limited Key/Value store, that aims to provide high availability,
with eventual consistency. The limited aspect of the store is provided by a
LRU so that it can provide a windowed data set, that from the outset guarantees
to fit into smaller confined spaces.