memgraph/tools/tests
florijan 6fc6a27288 Refactor GraphDb
Summary:
GraphDb is refactored to become an API exposing different parts
necessary for the database to function. These different parts can have
different implementations in SingleNode or distributed Master/Server
GraphDb implementations.

Interally GraphDb is implemented using two class heirarchies. One
contains all the members and correct wiring for each situation. The
other takes care of initialization and shutdown. This architecture is
practical because it can guarantee that the initialization of the
object structure is complete, before initializing state.

Reviewers: buda, mislav.bradac, dgleich, teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1093
2018-01-12 16:47:24 +01:00
..
csv Fix CSV multiple edge file import 2017-11-16 09:18:38 +01:00
apollo_runs.py Add initial version of Apollo config files 2018-01-10 14:46:10 +01:00
CMakeLists.txt Include tools CMakeLists in the top level CMakeLists 2017-12-04 15:18:18 +01:00
mg_recovery_check.cpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
test_mg_import_csv Add documentation for mg_import_csv 2017-12-21 14:19:30 +01:00