memgraph/src
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
..
communication Refactor GraphDb 2018-01-12 16:47:24 +01:00
data_structures Remove executor not run option 2017-12-18 14:36:15 +01:00
database Refactor GraphDb 2018-01-12 16:47:24 +01:00
distributed Refactor GraphDb 2018-01-12 16:47:24 +01:00
durability Refactor GraphDb 2018-01-12 16:47:24 +01:00
io/network Migrate cereal to boost_serialization 2017-12-27 13:44:46 +01:00
mvcc Refactor global ids and prepare for distributed 2017-12-05 13:05:55 +01:00
query Refactor GraphDb 2018-01-12 16:47:24 +01:00
storage Refactor GraphDb 2018-01-12 16:47:24 +01:00
threading Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
transactions Extract tx::SingleNodeEngine from tx::MasterEngine 2018-01-11 15:44:42 +01:00
utils Refactor GraphDb 2018-01-12 16:47:24 +01:00
CMakeLists.txt Refactor GraphDb 2018-01-12 16:47:24 +01:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00