Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
Teon Banek 4c25123d83 Make docker installation equivalent to regular install
Summary:
This puts the whole installation and packaging under a single point of
entry. (Docker, DEB, RPM, etc.)

Rename alpha.dockerfile to beta.dockerfile
Use Debian Stretch for docker
Remove building old hardcoded compiler
Rename build_interpreter to build_memgraph
Remove unused config-file

Reviewers: mferencevic, buda

Reviewed By: mferencevic, buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D857
2017-10-06 13:23:34 +02:00
cmake Add option whether to link with libreadline or not 2017-10-04 15:23:11 +02:00
config Changed long running stress parameters. 2017-10-05 22:10:39 +02:00
docs Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
experimental Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
libs Force CMake to recheck external project source 2017-10-06 12:45:00 +02:00
poc Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
release Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
src Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
tests Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
tools Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
.arcconfig Set arc.land.onto.default to dev 2017-03-03 13:33:45 +01:00
.clang-format Edges data structure now supports multiple edge filtering (implicit OR) 2017-09-26 13:46:18 +02:00
.gdbinit Add pretty printer to gdb for TypedValue 2017-08-16 11:32:25 +02:00
.gitignore Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
.ycm_extra_conf.py Make gc more aggressive and optimise is_not_visible function 2017-10-06 10:07:55 +02:00
CHANGELOG.md BFS syntax changes 2017-09-27 16:25:19 +02:00
CMakeLists.txt Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
coverage Silence ctest when running for coverage 2017-06-13 11:54:43 +02:00
Doxyfile Enable AUTOBRIEF for doxygen 2017-06-02 08:59:49 +02:00
Doxylogo.png Doxygen setup 2016-12-20 15:49:52 +01:00
format Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
init Remove unnecessary requirements 2017-08-28 10:19:14 +02:00
install_neo NeoRunner + Harness bugfix 2017-07-29 17:46:24 +02:00
llvm-gcov memgraph coverage (lcov setup in progress...) 2017-03-07 18:27:03 +01:00
README.md Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00

memgraph

Memgraph is an ACID compliant high performance transactional distributed in-memory graph database featuring runtime native query compiling, lock free data structures, multi-version concurrency control and asynchronous IO.

dependencies

Memgraph can be compiled using any modern c++ compiler. It mostly relies on the standard template library, however, some things do require external libraries.

Some code contains linux-specific libraries and the build is only supported on a 64 bit linux kernel.

  • linux
  • clang 3.8 (good c++11 support, especially lock free atomics)
  • antlr (compiler frontend)
  • cppitertools
  • fmt format
  • google benchmark
  • google test
  • glog
  • gflags