Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
Dominik Tomičević b4a6ca3487 added a JSON class
2015-06-21 21:15:46 +02:00
data_model/json added a JSON class 2015-06-21 21:15:46 +02:00
data_structures/kdtree added kdtree implementation 2015-06-19 10:04:42 +02:00
test wrote basic tests for spinlock and fixed a bug in the spinlock class 2015-06-18 15:27:06 +02:00
utils/sync wrote basic tests for spinlock and fixed a bug in the spinlock class 2015-06-18 15:27:06 +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.