Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
2021-10-08 10:28:09 +02:00
.githooks Add message with link utility (#243) 2021-10-07 14:51:30 +02:00
.github Add support for Debian 11 (#212) 2021-10-06 16:17:41 +02:00
cmake Migrate LDAP integration to auth module 2019-09-11 17:15:08 +02:00
config License key introduction and removing community edition package (#232) 2021-09-29 19:14:39 +02:00
docs Remove docs/dev (migrated to Notion) (#84) 2021-01-26 20:08:40 +01:00
environment Add support for Debian 11 (#212) 2021-10-06 16:17:41 +02:00
include Add new memgraph licenses and move third party licenses (#248) 2021-10-03 12:26:48 +02:00
libs Add e2e tests for temporal types (#241) 2021-10-02 15:31:00 +02:00
licenses Add new memgraph licenses and move third party licenses (#248) 2021-10-03 12:26:48 +02:00
query_modules Remove debug print (#251) 2021-10-07 09:14:05 +02:00
release Add support for Debian 11 (#212) 2021-10-06 16:17:41 +02:00
src Add updated startup message (#259) 2021-10-07 15:56:06 +02:00
tests Address temporal type epic comments (#249) 2021-10-02 18:48:50 +02:00
tools Add message with link utility (#243) 2021-10-07 14:51:30 +02:00
.clang-format Increase column width (#91) 2021-02-12 16:58:55 +01:00
.clang-tidy Add support for parsing temporal types (#187) 2021-10-02 14:54:45 +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 Fix docker packaging and add for platform build (#257) 2021-10-06 10:20:37 +02:00
CODEOWNERS Add Jure to CODEOWNERS (#194) 2021-07-07 12:35:28 +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
LICENSE Add new memgraph licenses and move third party licenses (#248) 2021-10-03 12:26:48 +02:00
README.md Update installation in README (#263) 2021-10-08 10:28:09 +02:00


Build modern, graph-based applications on top of your streaming data in minutes.

license license license

build

📋 Description

Memgraph is a streaming graph application platform that helps you wrangle your streaming data, build sophisticated models that you can query in real-time, and develop graph applications.

Memgraph directly connects to your streaming infrastructure. You can ingest data from sources like Kafka, SQL, or plain CSV files. Memgraph provides a standard interface to query your data with Cypher, a widely-used and declarative query language that is easy to write, understand and optimize for performance. This is achieved by using the property graph data model, which stores data in terms of objects, their attributes, and the relationships that connect them. This is a natural and effective way to model many real-world problems without relying on complex SQL schemas.

Memgraph is implemented in C/C++ and leverages an in-memory first architecture to ensure that youre getting the best possible performance consistently and without surprises. Its also ACID-compliant and highly available.

:shipit: Download & Install

Windows

Windows Windows

macOS

macOS

Linux

Linux Debian Ubuntu Cent
OS

You can find the binaries and Docker images on the Download Hub and the installation instructions in the official documentation.

Features

  • Run Python, Rust, and C/C++ code natively, check out the MAGE graph algorithm library
  • Native support for machine learning
  • Streaming support
  • Replication
  • Authentication and authorization
  • ACID compliance

📑 Documentation

The Memgraph documentation is available at memgraph.com/docs.

Configuration

Command line options that Memgraph accepts are available in the reference guide.

🏆 Contributions

For bugs, feature requests, or any other code-related info, reach out to us using GitHub issues. We'd love to hear your ideas and talk about them before any code is written, that way we can brainstorm the general use cases and create better software!

📜 Licence

Memgraph Community is available under the BSL license.
Memgraph Enterprise is available under the MEL license.

Back to top