Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
Mislav Bradac 2d6675df63 Fix FindChannel implementation
Summary:
Change queue implementation in distributed reactor

Fix FindChannel implementations

Reviewers: mtomic, buda, dgleich

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D986
2017-11-15 17:55:33 +01:00
cmake Add option whether to link with libreadline or not 2017-10-04 15:23:11 +02:00
config Write-ahead log 2017-11-13 09:51:39 +01:00
customers customers/otto/ added 2017-11-09 10:43:08 +01:00
docs Reposition of multicommand transaction paragraph. 2017-10-31 11:14:47 +01:00
experimental Revise reactors code 2017-10-25 15:36:18 +02:00
libs Update glog tag. 2017-11-13 16:57:32 +01:00
poc Remove unused stuff from CMakeLists 2017-10-16 13:45:18 +02:00
release Add tagging docker image as latest 2017-10-11 13:05:18 +02:00
src Fix FindChannel implementation 2017-11-15 17:55:33 +01:00
tests Fix FindChannel implementation 2017-11-15 17:55:33 +01:00
tools Add memory usage tool 2017-11-13 13:35:57 +01:00
.arcconfig arcconfig: Default to master for diff and land 2017-11-07 18:41:51 +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 Added apollo data to harness. 2017-11-07 22:10:27 +01:00
.ycm_extra_conf.py Close session on timeouts 2017-10-17 14:34:31 +02:00
CHANGELOG.md Add nodes and relationships functions 2017-10-30 12:38:12 +01:00
CMakeLists.txt Raft election 2017-11-13 12:47:12 +01:00
coverage Silence ctest when running for coverage 2017-06-13 11:54:43 +02:00
Doxyfile Exclude tools directory. 2017-11-06 10:54:15 +01: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