Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
2015-07-04 11:56:09 +02:00
benchmark modified allocator benchmark to be multithreaded 2015-06-22 17:05:42 +02:00
data_structures changes to skiplist and tests 2015-07-04 11:55:34 +02:00
storage starting to add support for mvcc 2015-07-04 11:39:16 +02:00
sync moved sync directory to root 2015-07-04 11:50:42 +02:00
test changed sync directory location for spinlock test 2015-07-04 11:56:09 +02:00
transaction started adding support for transactions 2015-07-04 11:51:33 +02:00
utils cleaning up the repo a bit 2015-07-04 11:54:27 +02:00
.gitignore added the default gitignore 2015-06-18 14:54:18 +02:00
README.md fixed readme 2015-06-19 10:33:48 +02:00

memgraph

Memgraph is an ACID compliant high performance transactional distributed in-memory graph database featuring runtime native query compiling, lock free data structures, multi-version concurrency control and asynchronous IO.