memgraph/experimental/distributed/README.md
Goran Zuzic 2446571770 Added a README.md file in the experimental/distributed subdirectory.
Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D654
2017-08-09 16:43:57 +02:00

13 lines
308 B
Markdown

# 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
* <other memgraph dependencies>