Skip to content

deepfabric/elasticell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

acb9878 · Aug 24, 2020
Apr 2, 2019
Oct 31, 2019
Aug 24, 2020
Apr 2, 2019
Sep 1, 2017
Jul 5, 2017
Nov 6, 2019
Nov 5, 2019
Oct 31, 2019
Oct 29, 2019
Dec 31, 2018
Jul 25, 2017
Dec 29, 2018
Dec 30, 2018
Oct 29, 2019
Dec 30, 2018
Apr 2, 2019
Apr 2, 2019
Apr 2, 2019
Mar 9, 2017
Oct 31, 2019
Jul 26, 2017
Feb 9, 2018
Apr 2, 2019
Oct 31, 2019
Oct 31, 2019
Aug 8, 2017

Repository files navigation

Build Status Go Report Card Project Status

What is Elasticell?

Elasticell is a distributed NoSQL database with strong consistency and reliability.

  • Compatible with Redis protocol Use Elasticell as Redis. You can replace Redis with Elasticell to power your application without changing a single line of code in most cases(unsupport-redis-commands).

  • Horizontal scalability Grow Elasticell as your business grows. You can increase the capacity simply by adding more machines.

  • Strong consistent persistence storage Elasticell put your data on multiple machines as replication without worrying about consistency. Elasticell makes your application use redis as a database and not just only the cache.

  • High availability All of the three components, PD, Cell and Proxy, can tolerate the failure of some instances without impacting the availability of the entire cluster.

Roadmap

Read the Roadmap.

Quick start

Read the Quick Start

Documentation

Architecture

architecture

Contributing

TODO

License

Elasticell is under the Apache 2.0 license. See the LICENSE file for details.

Acknowledgments

  • Thanks etcd for providing the raft implementation.
  • Thanks tidb for providing the multi-raft implementation.
  • Thanks RocksDB for their powerful storage engines.