LevelDb LevelDb是谷歌两位大神级别的工程师发起的开源项目,简而言之,LevelDb是能够处理十亿级别规模Key-Value型数据持久性存储的C++ 程序库。它是一个持久化存储的KV系统,和Redis这种内存型的KV系统不同,LevelDb不会像Redis一样狂吃内存,而是将大部分数据存储到磁盘
clone of https://code.google.com/p/leveldb/. Contribute to wiredtiger/leveldb development by creating an account on GitHub.
https://github.com/0voice/Introduction-to-Golang https://github.com/trending/go 01-中文资源 《Go语言原理》@0e0w 《365天深入理解Go语言》@0e0w 《Go语言圣经》@柴树杉译 《Go入门指南》@无闻等译 《Go程序设计语言》@李道兵译#100%# 《Go语言程序设计》@刘洪泉译#100%# 《Go语言趣学指南》 @黄健...
$ git clone https://github.com/ipfs/go-ipfs.git $ cd go-ipfs $ make install Alternatively, you can run make build to build the go-ipfs binary (storing it in cmd/ipfs/ipfs) without installing it.NOTE: If you get an error along the lines of "fatal error: stdlib.h: No such file ...
[链接]https://github.com/spulec/freezegun) httmock:Python 2.7+ 和 3.4+ mock requests库。链接 httpretty:Python 的 HTTP 请求 客户端mock 工具,暂时不支持python3。链接 responses:针对requests 库的mock库。链接 VCR.py:录制HTTP请求加快测试执行速度并可进行mock。链接 -- 推荐 factoryboy:Python...
twitter/mysql - MySQL fork maintained and used at Twitter https://github.com/twitter/mysql/wiki postgres Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes...
[链接]https://github.com/opps/opps) Plone:构建于开源应用服务器 Zope 之上的 CMS。链接 Quokka:灵活,可扩展的小型 CMS,基于 Flask 和 MongoDB。链接 Wagtail:Django 内容管理系统。链接 -- 推荐 Widgy: CMS 框架,基于 Django。链接 缓存(Caching)缓存数据的库。
PyMongo,MongoDB官方客户端。 Plyvel,LevelDB快速和功能丰富的Python接口。 redis-py,redis客户端。 py2neo,Python客户端(基于Neo4j的RESTful接口). telephus,基于Twisted的cassandra客户端。 txRedis,基于Twisted的Redis客户端。 【网络】 Curl,Pycurl包是一个libcurl的Python接口,它是由C语言编写的。与urllib相比,它...
492 google/leveldb C++ 37.119k LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. 493 eugenp/tutorials Java 37.022k Getting Started with Spring Boot 3: 494 suno-ai/bark Jupyter Notebook 37.003k 🔊 ...
google/leveldb - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. citra-emu/citra - A Nintendo 3DS Emulator danmar/cppcheck - static analysis of C/C++ code emilk/loguru - A lightweight C++ logging library f...