memgraph/src/database
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
..
config.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
counters_rpc_messages.lcp Replace boost with capnp in RPC 2018-06-04 10:45:12 +02:00
counters.hpp Split database/counters into single node and distributed 2018-08-31 13:52:36 +02:00
distributed_counters.cpp Generate Save functions from LCP as top level 2018-09-28 10:26:56 +02:00
distributed_counters.hpp Split database/counters into single node and distributed 2018-08-31 13:52:36 +02:00
distributed_graph_db.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
distributed_graph_db.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
graph_db_accessor.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
graph_db_accessor.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
graph_db.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
graph_db.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
serialization.lcp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
single_node_counters.hpp Split database/counters into single node and distributed 2018-08-31 13:52:36 +02:00