gotable:GoTable是一个由Go和RocksDB支持的很棒的NoSQL数据库-源码

上传者: 42098830 | 上传时间: 2021-05-23 17:04:04 | 文件大小: 93KB | 文件类型: ZIP
Go
GoTable GoTable是由和支持的高性能NoSQL数据库。 它的灵感来自BigTable和Redis。 特征 高性能和易于扩展。 强大的API集:GET,SET,DEL,MGET,MSET,MDEL,SCAN,INCR,DUMP和“ Z” API。 数据存储不受RAM限制。 与SSD友好。 (比较和交换)的事务支持。 复制。 编译安装 要构建GoTable,您需要设置具有c ++ 11支持的环境和gcc,有关详细信息,请参见需求部分。 #download GoTable source code git clone https://github.com/stevejiang/gotable.git cd gotable #build rocksdb, it will download rocksdb automatically if missing sh build

文件下载

资源详情

[{"title":"( 52 个子文件 93KB ) gotable:GoTable是一个由Go和RocksDB支持的很棒的NoSQL数据库-源码","children":[{"title":"gotable-master","children":[{"title":"go.mod <span style='color:#111;'> 165B </span>","children":null,"spread":false},{"title":"ctrl","children":[{"title":"slot.go <span style='color:#111;'> 881B </span>","children":null,"spread":false},{"title":"inner.go <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"ctrl.go <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false}],"spread":true},{"title":"store","children":[{"title":"table.go <span style='color:#111;'> 31.20KB </span>","children":null,"spread":false},{"title":"access.go <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false},{"title":"db_test.go <span style='color:#111;'> 679B </span>","children":null,"spread":false},{"title":"table_test.go <span style='color:#111;'> 23.07KB </span>","children":null,"spread":false},{"title":"db.cc <span style='color:#111;'> 655B </span>","children":null,"spread":false},{"title":"db.go <span style='color:#111;'> 6.80KB </span>","children":null,"spread":false},{"title":"lock.go <span style='color:#111;'> 2.67KB </span>","children":null,"spread":false},{"title":"lock_test.go <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false}],"spread":true},{"title":"go.sum <span style='color:#111;'> 414B </span>","children":null,"spread":false},{"title":"util","children":[{"title":"sort.go <span style='color:#111;'> 843B </span>","children":null,"spread":false},{"title":"bitmap_test.go <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false},{"title":"network_test.go <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false},{"title":"network.go <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"bitmap.go <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false}],"spread":true},{"title":"config","children":[{"title":"master.go <span style='color:#111;'> 5.63KB </span>","children":null,"spread":false},{"title":"config.go <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 573B </span>","children":null,"spread":false},{"title":"build_rocksdb.sh <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 7.12KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 349B </span>","children":null,"spread":false},{"title":"binlog","children":[{"title":"reader.go <span style='color:#111;'> 6.01KB </span>","children":null,"spread":false},{"title":"writer.go <span style='color:#111;'> 8.99KB </span>","children":null,"spread":false}],"spread":true},{"title":"api","children":[{"title":"go","children":[{"title":"table","children":[{"title":"pool.go <span style='color:#111;'> 2.77KB </span>","children":null,"spread":false},{"title":"client.go <span style='color:#111;'> 7.87KB </span>","children":null,"spread":false},{"title":"proto","children":[{"title":"proto.go <span style='color:#111;'> 3.77KB </span>","children":null,"spread":false},{"title":"codec.go <span style='color:#111;'> 10.64KB </span>","children":null,"spread":false}],"spread":false},{"title":"param.go <span style='color:#111;'> 4.40KB </span>","children":null,"spread":false},{"title":"context.go <span style='color:#111;'> 26.60KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"c++","children":[{"title":"gotable.h <span style='color:#111;'> 13.07KB </span>","children":null,"spread":false},{"title":"slice.h <span style='color:#111;'> 3.64KB </span>","children":null,"spread":false},{"title":"proto.cc <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"gotable.cc <span style='color:#111;'> 17.90KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 360B </span>","children":null,"spread":false},{"title":"example.cc <span style='color:#111;'> 6.59KB </span>","children":null,"spread":false},{"title":"codec.h <span style='color:#111;'> 4.74KB </span>","children":null,"spread":false},{"title":"proto.h <span style='color:#111;'> 2.85KB </span>","children":null,"spread":false},{"title":"codec.cc <span style='color:#111;'> 6.94KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"gotable.conf <span style='color:#111;'> 851B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 137B </span>","children":null,"spread":false},{"title":"server","children":[{"title":"client.go <span style='color:#111;'> 4.89KB </span>","children":null,"spread":false},{"title":"server.go <span style='color:#111;'> 26.70KB </span>","children":null,"spread":false},{"title":"replication.go <span style='color:#111;'> 10.29KB </span>","children":null,"spread":false}],"spread":false},{"title":"cmd","children":[{"title":"gotable-server","children":[{"title":"main.go <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false}],"spread":false},{"title":"gotable-cli","children":[{"title":"main.go <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"cli.go <span style='color:#111;'> 9.80KB </span>","children":null,"spread":false}],"spread":false},{"title":"gotable-bench","children":[{"title":"main.go <span style='color:#111;'> 11.50KB </span>","children":null,"spread":false},{"title":"histogram.go <span style='color:#111;'> 4.91KB </span>","children":null,"spread":false}],"spread":false},{"title":"gotable-example","children":[{"title":"example.go <span style='color:#111;'> 7.54KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明