memgraph/customers/otto
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
..
CMakeLists.txt Add parallel customers/Otto test 2017-11-23 09:20:53 +01:00
connected_components_test.py customers/otto/ added 2017-11-09 10:43:08 +01:00
parallel_connected_components.cpp Refactor GraphDb 2018-01-12 16:47:24 +01:00