Golang的NoSQL库
目标:go代码,高效率低代价
key-value:
https://github.com/syndtr/goleveldb
https://github.com/boltdb/bolt
https://github.com/dgraph-io/badger(可选的生存时间(TTL)值)
https://github.com/cockroachdb/pebble
https://github.com/peterbourgon/diskv
https://github.com/HouzuoGuo/tiedot
https://github.com/flower-corp/lotusdb
https://github.com/KvrocksLabs/kvrocks
https://github.com/ostafen/clover
https://github.com/ideawu/ssdb
https://github.com/ledisdb/ledisdb
https://github.com/distributedio/titan
https://github.com/timshannon/bolthold
https://github.com/timshannon/badgerhold
时序数据库:
https://github.com/chenjiandongx/mandodb
https://github.com/freetsdb/freetsdb
https://github.com/lindb/lindb
https://github.com/nakabonne/tstorage
https://github.com/taosdata/TDengine(x)
https://github.com/influxdata/influxdb
时序数据库排名