From 438f88463f192fb6d19b78e1e8762e84bca3dc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Je=C4=8Dm=C3=ADnek?= Date: Mon, 19 Jun 2017 14:13:57 +0200 Subject: [PATCH] Fixed BTDB position in list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 769925f..4c9509c 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [Amazon DynamoDB](http://aws.amazon.com/dynamodb/) - distributed key/value store, implementation of Dynamo paper. * [Badger](https://open.dgraph.io/post/badger/) - a fast, simple, efficient, and persistent key-value store written natively in Go. * [Bolt](https://github.com/boltdb/bolt) - an embedded key-value database for Go. +* [BTDB](https://github.com/Bobris/BTDB) - Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more * [BuntDB](https://github.com/tidwall/buntdb) - a fast, embeddable, in-memory key/value database for Go with custom indexing and geospatial support. * [Edis](https://github.com/cbd/edis) - is a protocol-compatible Server replacement for Redis. * [ElephantDB](https://github.com/nathanmarz/elephantdb) - Distributed database specialized in exporting data from Hadoop. @@ -198,7 +199,6 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [Apache Giraph](http://giraph.apache.org/) - implementation of Pregel, based on Hadoop. * [Apache Spark Bagel](http://spark.apache.org/docs/0.7.3/bagel-programming-guide.html) - implementation of Pregel, part of Spark. * [ArangoDB](https://www.arangodb.com/) - multi model distributed database. -* [BTDB](https://github.com/Bobris/BTDB) - Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more * [DGraph](https://github.com/dgraph-io/dgraph) - A scalable, distributed, low latency, high throughput graph database aimed at providing Google production level scale and throughput, with low enough latency to be serving real time user queries, over terabytes of structured data. * [EliasDB](https://github.com/krotik/eliasdb) - a lightweight graph based database that does not require any third-party libraries. * [Facebook TAO](https://www.facebook.com/notes/facebook-engineering/tao-the-power-of-the-graph/10151525983993920) - TAO is the distributed data store that is widely used at facebook to store and serve the social graph.