Added a README.md file in the experimental/distributed subdirectory.

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D654
This commit is contained in:
Goran Zuzic 2017-08-09 14:45:23 +02:00
parent 98241f99a6
commit 2446571770

View File

@ -0,0 +1,13 @@
# 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>