Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
Marko Budiselić 1e10b9cb77
Merge pull request #11
* Add replication
* Add Jepsen tests
* Change from glog to spdlog
* Add LOCK DATA DIRECTORY
* Add query type deduction
2021-01-25 17:49:14 +01:00
.githooks Fix pre-commit hook (#30) 2020-10-23 14:40:58 +02:00
.github/workflows Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
cmake Migrate LDAP integration to auth module 2019-09-11 17:15:08 +02:00
config Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
docs Fix advanced part in replication feature spec (#75) 2021-01-21 15:56:21 +01:00
environment Fix CentOS 8 powertools setup (#76) 2021-01-19 10:07:14 +01:00
include Add the NetworkX query module (#5) 2020-10-01 20:51:55 +02:00
libs Fix Centos build (#79) 2021-01-24 08:17:21 +01:00
query_modules Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
release Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
src Forbid write queries on a replica (#80) 2021-01-25 09:13:32 +01:00
tests Remove --min-log-level from mgbench (#81) 2021-01-25 09:14:08 +01:00
tools Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
.clang-format Migrate code to C++20 (#44) 2020-11-17 11:03:08 +01:00
.clang-tidy Migrate to toolchain-v2 (#33) 2020-11-12 20:18:11 +01: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 Add epoch id and refactor replication client/server (#51) 2021-01-21 15:49:32 +01:00
CMakeLists.txt Add upload of Diff binaries (#58) 2020-12-21 16:41:46 +01: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 Clean Memgraph repository (#12) 2020-10-21 18:56:15 +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.

Development Documentation

Feature Specifications

Each prominent Memgraph feature requires a feature specification. The purpose of the feature specification is to have a base for discussing all aspects of the feature. Elements of feature specifications should be:

  • High-level context.
  • Interface.
  • User stories. Usage from the end-user perspective. In the case of a library, that should be cases on how to use the programming interface. In the case of a shell script, that should be cases on how to use flags.
  • Discussion about concurrency, memory management, error management.
  • Any other essential functional or non-functional requirements.
  • Test and benchmark strategy.
  • Possible future changes/improvements/extensions.
  • Security concerns.
  • Additional and/or optional implementation details.

It's crucial to keep feature spec up-to-date with the implementation. Take a look at the list of feature specifications to learn more about powerful Memgraph features.

User Documentation

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

Licences