Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 818 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 818 Bytes

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.