Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
2021-05-12 17:17:57 +02:00
.githooks Remove clang tidy from hooks (#94) 2021-02-16 11:22:59 +01:00
.github/workflows Add benchmarking GHA Diff job (#147) 2021-05-12 17:17:57 +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 automated build of all Memgraph packages (#123) 2021-03-30 12:08:51 +02:00
include Fix parsing nested complex types (#142) 2021-04-27 08:31:18 +02:00
libs Add primary and secondary dependency links (#137) 2021-04-20 10:54:54 +02:00
query_modules Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
release Fix release package script (#131) 2021-03-30 12:48:45 +02:00
src Add back the query memory limit logic (#134) 2021-04-13 10:41:50 +02:00
tests Disable failing tests and add logs for replication e2e (#132) 2021-04-02 12:29:10 +02:00
tools Add benchmarking GHA Diff job (#147) 2021-05-12 17:17:57 +02:00
.clang-format Increase column width (#91) 2021-02-12 16:58:55 +01:00
.clang-tidy Explore and implement the usage of clang-tidy and sanitizers (#125) 2021-04-01 17:08:40 +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 Fix parsing nested complex types (#142) 2021-04-27 08:31:18 +02:00
CMakeLists.txt Explore and implement the usage of clang-tidy and sanitizers (#125) 2021-04-01 17:08:40 +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