Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Codis | 12,881 | 16 | 1 | a year ago | 6 | September 04, 2018 | 287 | mit | Go | |
Proxy based Redis cluster solution supporting pipeline and scaling dynamically | ||||||||||
Ssdb | 7,686 | a year ago | 1 | February 27, 2018 | 378 | bsd-3-clause | C++ | |||
SSDB - A fast NoSQL database, an alternative to Redis | ||||||||||
Pika | 5,090 | 12 hours ago | 88 | bsd-3-clause | C++ | |||||
Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. | ||||||||||
Octosql | 4,504 | 2 | 6 days ago | 32 | September 04, 2022 | 39 | mpl-2.0 | Go | ||
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. | ||||||||||
Dynomite | 4,050 | 2 months ago | 1 | December 15, 2021 | 109 | apache-2.0 | C | |||
A generic dynamo implementation for different k-v storage engines | ||||||||||
Db Tutorial | 3,252 | 13 days ago | 3 | cc-by-sa-4.0 | Java | |||||
📚 db-tutorial 是一个数据库教程。 | ||||||||||
Tendis | 2,557 | 2 months ago | 98 | other | C++ | |||||
Tendis is a high-performance distributed storage system fully compatible with the Redis protocol. | ||||||||||
Nosqlmap | 2,347 | 4 months ago | 3 | gpl-3.0 | Python | |||||
Automated NoSQL database enumeration and web application exploitation tool. | ||||||||||
Dotnetguide | 2,032 | 13 hours ago | 9 | |||||||
🦸【C#/.NET/.NET Core学习、工作、面试指南】概述:C#/.NET/.NET Core基础知识、学习资料、视频、文章、书籍、框架、社区组织、开发必备工具和常见的面试题汇总。以及面试时需要注意的事项和优秀简历编写技巧,希望能和大家一起成长进步👊【让现在的自己不再迷茫✨,如果本知识库能为您提供帮助,别忘了给予支持哦💖(关注、点赞、分享)】。 | ||||||||||
Redisgraph | 1,874 | 3 days ago | 386 | other | C | |||||
A graph database as a Redis module |
A distributed implementation of Redis compatible layer based on TiKV
Thanks TiKV for supporting the core features. The project is developed and open sourced by the Beijing Infrastructure Team at Meitu and has been donated to DistributedIO org.
Can't wait to experiment with Titan? Just follow 2 steps:
curl -s -O https://raw.githubusercontent.com/distributedio/titan/master/docker-compose.yml
docker-compose up
Then connect to Titan using redis-cli
redis-cli -p 7369
Enjoy!
Titan works with 2 TiDB components:
To setup TiKV and PD, please follow the official instructions
go get github.com/distributedio/titan
cd $GOPATH/src/github.com/distributedio/titan
make
pd-addrs="tikv://your-pd-addrs:port"
./titan
For more details about Deploy Titan, click here.
See the details of the commands supporting status
command | status |
---|---|
Connections | Almost Fully Supported |
Transactions | Supported |
Server | Almost Fully Supported |
Keys | Supported |
Strings | Almost Fully Supported |
List | Almost Fully Supported |
Hashes | Supported |
Sets | Almost Fully Supported |
Sorted Sets | Almost Fully Supported |
Geo | Not Supported Yet |
Hyperloglog | Not Supported Yet |
Pub/Sub | Not Supported Yet |
Scripting | Not Supported Yet |
Streams | Not Supported Yet |
Refer to the benchmark docs for more details. It's shared on Baidu Disks, use the code hzt6
to gain the permission.
Basic benchmarking result.
For more info, please vist here Titan Benchmarks
View our Roadmap