Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
antonio2368 90a093bd95
Send py::Object as a reference to callback call (#169)
Sending the py::Object by value caused UB because multiple threads could copy the same object at the same time without the GIL.
By sending the object by reference we eliminate UB and avoid UB.
2021-06-10 10:40:18 +02:00
.githooks Remove clang tidy from hooks (#94) 2021-02-16 11:22:59 +01:00
.github/workflows Run the benchmarks daily (#164) 2021-06-08 08:44:12 +02:00
cmake Migrate LDAP integration to auth module 2019-09-11 17:15:08 +02:00
config Expose query for cleaning memory and add memory limit flag (#100) 2021-03-24 15:10:28 +01:00
docs Remove docs/dev (migrated to Notion) (#84) 2021-01-26 20:08:40 +01:00
environment Add init toolchain-v3 script and support for zsh (#149) 2021-05-21 12:00:24 +02:00
include Fix typing to cypher type impl inside mgp.py (#159) 2021-06-09 19:09:43 +02:00
libs Upgrade Antlr to v4.9.2 (#161) 2021-06-09 12:50:27 +02:00
query_modules Remove louvain and connectivity modules (#160) 2021-06-02 11:10:16 +02:00
release Replace mg_client with mgconsole (#153) 2021-05-26 11:59:36 +02:00
src Send py::Object as a reference to callback call (#169) 2021-06-10 10:40:18 +02:00
tests Upgrade Antlr to v4.9.2 (#161) 2021-06-09 12:50:27 +02:00
tools Replace mg_client with mgconsole (#153) 2021-05-26 11:59:36 +02:00
.clang-format Increase column width (#91) 2021-02-12 16:58:55 +01:00
.clang-tidy Disable google-runtime-references clang-tidy check (#166) 2021-06-07 10:40:56 +02:00
.gdbinit Add pretty printer to gdb for TypedValue 2017-08-16 11:32:25 +02:00
.gitignore Reimplement counter openCypher function 2019-05-16 11:09:02 +02:00
CHANGELOG.md CHANGELOG redirects to the docs page (#165) 2021-06-07 16:26:15 +02:00
CMakeLists.txt Replace mg_client with mgconsole (#153) 2021-05-26 11:59:36 +02:00
CODEOWNERS Clean Memgraph repository (#12) 2020-10-21 18:56:15 +02:00
Doxyfile Clean Memgraph repository (#12) 2020-10-21 18:56:15 +02:00
init Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
README.md Migrate release docs to Notion (#86) 2021-01-28 16:29:00 +01: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.

Development Documentation

Please continue in Notion.

User Documentation

Memgraph user documentation is maintained within docs repository. The documentation is also available on GitBook.

Licences