{"id":13504352,"url":"https://github.com/deepfabric/elasticell","last_synced_at":"2026-03-06T12:11:46.995Z","repository":{"id":50569245,"uuid":"95528534","full_name":"deepfabric/elasticell","owner":"deepfabric","description":"Elastic Key-Value Storage With Strong Consistency and Reliability","archived":false,"fork":false,"pushed_at":"2020-08-24T02:19:07.000Z","size":42620,"stargazers_count":529,"open_issues_count":2,"forks_count":72,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-29T21:32:22.534Z","etag":null,"topics":["distributed-database","distributed-systems","golang","key-value","raft","redis"],"latest_commit_sha":null,"homepage":"http://elasticell.readthedocs.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepfabric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-27T07:09:43.000Z","updated_at":"2025-03-27T16:11:56.000Z","dependencies_parsed_at":"2022-08-19T18:20:29.030Z","dependency_job_id":null,"html_url":"https://github.com/deepfabric/elasticell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deepfabric/elasticell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfabric%2Felasticell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfabric%2Felasticell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfabric%2Felasticell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfabric%2Felasticell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepfabric","download_url":"https://codeload.github.com/deepfabric/elasticell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfabric%2Felasticell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30175923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distributed-database","distributed-systems","golang","key-value","raft","redis"],"created_at":"2024-08-01T00:00:34.964Z","updated_at":"2026-03-06T12:11:46.977Z","avatar_url":"https://github.com/deepfabric.png","language":"Go","funding_links":[],"categories":["Databases","Go"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/deepfabric/elasticell.svg?branch=master)](https://travis-ci.org/deepfabric/elasticell)\r\n[![Go Report Card](https://goreportcard.com/badge/github.com/deepfabric/elasticell)](https://goreportcard.com/report/github.com/deepfabric/elasticell)\r\n![Project Status](https://img.shields.io/badge/status-alpha-yellow.svg)\r\n\r\n## What is Elasticell?\r\n\r\nElasticell is a distributed NoSQL database with strong consistency and reliability.\r\n\r\n- __Compatible with Redis protocol__\r\nUse 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](./docs/unsupport-command.md)).\r\n\r\n- __Horizontal scalability__\r\nGrow Elasticell as your business grows. You can increase the capacity simply by adding more machines.\r\n\r\n- __Strong consistent persistence storage__\r\nElasticell 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.\r\n\r\n- __High availability__\r\nAll of the three components, PD, Cell and Proxy, can tolerate the failure of some instances without impacting the availability of the entire cluster.\r\n\r\n\r\n## Roadmap\r\n\r\nRead the [Roadmap](./docs/ROADMAP.md).\r\n\r\n## Quick start\r\n\r\nRead the [Quick Start](./docs/user-guide/quick-start.md)\r\n\r\n## Documentation\r\n\r\n+ [English](http://elasticell.readthedocs.io/en/latest/)\r\n+ [简体中文](http://elasticell.readthedocs.io/zh/latest/)\r\n\r\n## Architecture\r\n\r\n![architecture](./docs/imgs/architecture.png)\r\n\r\n## Contributing\r\n\r\nTODO\r\n\r\n## License\r\n\r\nElasticell is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.\r\n\r\n## Acknowledgments\r\n\r\n- Thanks [etcd](https://github.com/coreos/etcd) for providing the raft implementation.\r\n- Thanks [tidb](https://github.com/pingcap/tidb) for providing the multi-raft implementation.\r\n- Thanks [RocksDB](https://github.com/facebook/rocksdb) for their powerful storage engines.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepfabric%2Felasticell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepfabric%2Felasticell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepfabric%2Felasticell/lists"}