jbajic / memgraph

Memgraph accelerates graph computations on streaming data. It features high-performance graph analytics, distributed in-memory ACID-compliant MVCC based graph storage, runtime native query compiling with vectorized execution, lock-free data structures, and asynchronous IO.

Home Page:https://memgraph.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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 you’re getting the best possible performance consistently and without surprises. It’s also ACID-compliant and highly available.

⚡ 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.

:shipit: Installation

Memgraph can be installed on Linux Debian/Ubuntu/CentOS natively, or on any other operating system through a Docker container.

You can find the installation instructions on the main documentation.

❓ 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

About

Memgraph accelerates graph computations on streaming data. It features high-performance graph analytics, distributed in-memory ACID-compliant MVCC based graph storage, runtime native query compiling with vectorized execution, lock-free data structures, and asynchronous IO.

https://memgraph.com

License:Other


Languages

Language:C++ 75.3%Language:Gherkin 8.2%Language:Python 7.3%Language:Common Lisp 2.9%Language:Shell 2.3%Language:CMake 1.3%Language:C 1.3%Language:ANTLR 0.6%Language:Clojure 0.5%Language:Java 0.1%Language:C# 0.1%Language:JavaScript 0.1%Language:Dockerfile 0.1%Language:Go 0.1%Language:Vim Script 0.0%Language:HTML 0.0%Language:Emacs Lisp 0.0%Language:GDB 0.0%