From 4fcf433f72cb646000690b2747dcac00a51fcc6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Tosser?= Date: Thu, 10 Sep 2015 23:49:18 +0400 Subject: [PATCH] Add Graph DB - OrientDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91b9f43..69669c0 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,7 @@ See https://github.com/kickball/awesome-selfhosted#email * Graph * [FlockDB](https://github.com/twitter/flockdb) - Twitter's distributed, fault-tolerant graph database. * [Neo4j](http://www.neo4j.org/) - Graph database. + * [OrientDB](http://orientdb.com/) - Multi-Model Database, mainly Graph Database. * Key-Value * [LevelDB](https://github.com/google/leveldb) - Google's high performance key/value database. * [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability.