memgraph/experimental/distributed
Sasa Stanko 061b8933a7 Create Distributed class for non-local functionality
Reviewers: zuza, lion, buda, mferencevic

Reviewed By: zuza

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D669
2017-08-17 14:58:51 +02:00
..
src Create Distributed class for non-local functionality 2017-08-17 14:58:51 +02:00
tests Create Distributed class for non-local functionality 2017-08-17 14:58:51 +02:00
.clang-format Merged experimental repo. 2017-08-03 12:48:19 +02:00
.gitignore Merged experimental repo. 2017-08-03 12:48:19 +02:00
CMakeLists.txt Merged experimental repo. 2017-08-03 12:48:19 +02:00
init Merged experimental repo. 2017-08-03 12:48:19 +02:00
main.cpp Create Distributed class for non-local functionality 2017-08-17 14:58:51 +02:00
README.md Added a README.md file in the experimental/distributed subdirectory. 2017-08-09 16:43:57 +02:00

distributed memgraph

This subdirectory structure implements distributed infrastructure of Memgraph.

conventions

  1. Locked: A method having a Locked... prefix indicates that you have to lock the appropriate mutex before calling this function.

dependencies

  • cereal