memgraph/tools/tests
Matej Ferencevic 75950664a7 Separate distributed from single node storage
Summary:
This diff splits single node and distributed storage from each other.
Currently all of the storage code is copied into two directories (one single
node, one distributed).  The logic used in the storage implementation isn't
touched, it will be refactored in following diffs.

To clean the working directory after this diff you should execute:
```
rm database/state_delta.capnp
rm database/state_delta.hpp
rm storage/concurrent_id_mapper_rpc_messages.capnp
rm storage/concurrent_id_mapper_rpc_messages.hpp
```

Reviewers: teon.banek, buda, msantl

Reviewed By: teon.banek, msantl

Subscribers: teon.banek, pullbot

Differential Revision: https://phabricator.memgraph.io/D1625
2018-10-05 09:19:33 +02:00
..
client Implement console client for memgraph 2018-10-02 13:18:54 +02:00
csv Add support for node label, rel type and quote 2018-07-31 13:28:58 +02:00
statsd Add distributed Id Cypher function 2018-09-03 13:04:03 +02:00
apollo_runs.py Refactor Apollo build projects 2018-03-27 13:47:18 +02:00
CMakeLists.txt Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
mg_recovery_check.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
test_mg_client Implement console client for memgraph 2018-10-02 13:18:54 +02:00
test_mg_import_csv Add support for node label, rel type and quote 2018-07-31 13:28:58 +02:00