memgraph/experimental/distributed
Sasa Stanko 23652fee15 Example of starting simple distributed system
Reviewers: zuza, buda, lion

Reviewed By: zuza

Subscribers: lion, pullbot

Differential Revision: https://phabricator.memgraph.io/D663
2017-08-16 15:20:21 +02:00
..
src Example of starting simple distributed system 2017-08-16 15:20:21 +02:00
tests Example of starting simple distributed system 2017-08-16 15:20:21 +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 Implement basic master and worker 2017-08-14 17:21:31 +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