项目作者: SimonRichardson

项目描述 :
Distributed Key/Value Store
高级语言: Go
项目地址: git://github.com/SimonRichardson/coherence.git
创建时间: 2017-11-16T20:53:29Z
项目社区:https://github.com/SimonRichardson/coherence

开源协议:GNU General Public License v3.0

下载


Coherence

Fully distributed Key/Value Store.

Badges

travis-ci
Coverage Status
Go Report Card

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.