leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口
☆12Jun 18, 2015Updated 10 years ago
Alternatives and similar repositories for leveldbd
Users that are interested in leveldbd are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12May 16, 2015Updated 10 years ago
- a variant of LevelDB with faster write speed☆18Jun 24, 2015Updated 10 years ago
- Depth C++ library☆11Nov 15, 2018Updated 7 years ago
- ☆15Aug 8, 2018Updated 7 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开 发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Dec 4, 2017Updated 8 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆18Nov 15, 2015Updated 10 years ago
- How to build a Async Server.☆83Nov 13, 2012Updated 13 years ago
- Simple C++ RPC library based on boost::asio and protobuf.☆30Sep 3, 2014Updated 11 years ago
- A repository made to host something like a tiny framework to apply heuristics and metaheuristics to the multidimensional knapsack problem…☆10Aug 16, 2015Updated 10 years ago
- ☆15Apr 6, 2015Updated 10 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Jul 4, 2018Updated 7 years ago
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port.☆10Nov 20, 2020Updated 5 years ago
- Paxos algorithm demo,from mit 6.824 lab 3☆26Aug 10, 2016Updated 9 years ago
- v1版完成对PE头,区段,输入表的解析☆11Apr 16, 2018Updated 7 years ago
- Handbook of eRPC which is an efficient, extensible and easy-to-use RPC framework.☆12Nov 18, 2019Updated 6 years ago
- Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.☆12Sep 26, 2012Updated 13 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Apr 10, 2019Updated 6 years ago
- OD反汇编引擎精简版,只适合x86系统,可嵌入驱动程序。☆10Mar 29, 2018Updated 7 years ago
- 买房还是租房小程序。计算未来的净资产,绘制成图表供对比。☆15Apr 11, 2021Updated 4 years ago
- 简易无类型脚本语言☆14Sep 17, 2013Updated 12 years ago
- C++ network library☆10Apr 14, 2015Updated 10 years ago
- Singleton pattern for classes (doesn't need to be with openFrameworks, but we're laying it out like it is)☆10Apr 8, 2021Updated 4 years ago
- C implementation of dynamic hash☆14Aug 28, 2017Updated 8 years ago
- A C++ json/xml dumper/serialization library☆14Apr 5, 2015Updated 10 years ago
- ☆10Dec 20, 2013Updated 12 years ago
- Database persistence layer tool based auto-gen JDBC code☆13Nov 5, 2025Updated 4 months ago
- 基于spring boot + quartz + redis实现job任务调度,前端使用vue和element-ui实现页面控制台。☆13Jan 30, 2019Updated 7 years ago
- Message broker with log-structured storage and HTTP API☆37Sep 8, 2023Updated 2 years ago
- Multiple producer multiple consumer queue template using C++11 atomics.☆14Aug 26, 2021Updated 4 years ago
- An rpc component based on C++ and python zmq, cross language communication, simple and easy to use☆20May 29, 2019Updated 6 years ago
- 异步网络框架☆44Jul 5, 2019Updated 6 years ago
- 每次分享活动相关的材料☆10Nov 3, 2014Updated 11 years ago
- Exchange Server☆11Jun 9, 2021Updated 4 years ago
- ☆14Feb 3, 2020Updated 6 years ago
- Go Highlight Server☆22Jan 21, 2021Updated 5 years ago
- MLSS 2016 material.☆22May 20, 2016Updated 9 years ago
- ☆16Jul 1, 2017Updated 8 years ago
- micro-job是一款轻量级的分布式任务执行框架,内部集成了quartz框架来完成任务的分布式调度,quartz是一个强大的任务执行框架,但是quartz为我们提供的功能却是有限,我们较为关心的执行日志采集、任务失败重试、任务权重调度等,在原生 的quartz框架内实现会较…☆15Jan 22, 2019Updated 7 years ago