Giter VIP home page Giter VIP logo

elasticell's Introduction

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.

elasticell's People

Contributors

gggwvg avatar loadwiki avatar yuzhichang avatar zhangxu19830126 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticell's Issues

请问cell有没release编译的版本,编译失败,求帮助

# github.com/deepfabric/c-nemo
In file included from internal/3rdparty/nemo-rocksdb/rocksdb/util/cf_options.h:13:0,
                 from internal/3rdparty/nemo-rocksdb/rocksdb/db/builder.h:21,
                 from ../../../c-nemo/internal_3rdparty_nemo-rocksdb_rocksdb_db_builder.cc:10:
internal/3rdparty/nemo-rocksdb/rocksdb/util/compression.h:20:20: 致命错误:snappy.h:没有那个文件或目录
 #include <snappy.h>
                    ^
编译中断。
# github.com/deepfabric/elasticell/vendor/github.com/pilosa/pilosa
../../vendor/github.com/pilosa/pilosa/frame.go:1040: undefined: sort.Slice
../../vendor/github.com/pilosa/pilosa/server.go:208: server.Close undefined (type *http.Server has no field or method Close)```

感谢

Question about development mode

It's the interesting project that I have tried the same thing before(base on LogCabin and rocksdb, redis-like API), unfortunately, my project is not going on.

Does it will continue to develop and keep open source by business company(like TiDB or CockroachDB) or use other development mode ?

[Bug] cell cannot bootstrap successfully in the quick-start example.

Info in cell1.log:
2018/01/21 13:00:52.522075 [info] pd-client: connect to pd server succ, addr=<127.0.0.1:20801>
2018/01/21 13:00:52.522669 [fatal] bootstrap: get cluster id from pd failure, pd=<[127.0.0.1:20801 127.0.0.1:20802 127.0.0.1:20803]>, errors:rpc error: code = 2 desc = not leader

Cell1 cannot bootstrap successfully, resulting in cell2 and cell3 cannot elect a leader. This situation happens occasionally.

编译cell报错

go build

github.com/deepfabric/c-nemo

build_version.cc:1:10: fatal error: build_version.h: No such file or directory
#include "build_version.h"
^~~~~~~~~~~~~~~~~
compilation terminated.

go version go1.15.6 linux/amd64
ubuntu 18.04

近期也在参考multi-raft实现,想了解下elasticell的现状及相关问题

Hi,目前我们也在参考multi-raft相关的实现,感觉elasticell这个项目很有参考意义,就是有以下几个问题想了解下:
(1)elasticell现在是否有用到过生产环境?
(2)近期维护也变的很少了,是有什么原因?项目已经稳定了还是没有时间更新了。
(3)有没有什么已知的性能瓶颈或者是坑?

启动redis_proxy出错

begin to start redis proxy
2018/09/28 13:57:13.976302 [info] pd-client: connect to pd server succ, addr=<127.0.0.1:2381>
2018/09/28 13:57:13.980387 [fatal] bootstrap: get init params failed, errors:
rpc error: code = Unimplemented desc = unknown service pdpb.PDService

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.