Update README.md (#1746)

This commit is contained in:
Marc Gray 2018-01-17 02:18:58 +01:00 committed by Avelino
parent 048dcc262e
commit 84bfcc133e

View File

@ -292,6 +292,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [geocache](https://github.com/melihmucuk/geocache) - In-memory cache that is suitable for geolocation based applications.
* [go-cache](https://github.com/pmylund/go-cache) - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
* [goleveldb](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go.
* [gorocksdb](https://github.com/kapitan-k/gorocksdb) - Gorocksdb is a wrapper for [RocksDB](https://rocksdb.org) written in Go.
* [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
* [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics.
* [jaeger](https://github.com/jaegertracing/jaeger) - A distributed tracing system.