Skip to content

Latest commit

 

History

History
115 lines (90 loc) · 8.84 KB

README.md

File metadata and controls

115 lines (90 loc) · 8.84 KB

Awesome Memgraph Awesome

Useful resources for learning and working with Memgraph

Memgraph is an open source graph database built for real time streaming data, compatible with Neo4j. It is an in-memory graph database that uses Cypher as a query language.

Contents

Resources

Documentation

Docker images

Tools

  • Memgraph Lab - a visual user interface that helps you explore and manipulate the data stored in Memgraph.
  • GQLAlchemy - a standalone Object Grap Mapper (OGM) for Python that allows you to write object-oriented code to communicate with graph databases.
  • MAGE - an open-source library that contains graph algorithms in the form of query modules you can use right away with our graph database.

Articles

Talks

Tutorials

Drivers

  • Python - driver for connecting to Memgraph using Python.
  • Rust - driver for connecting to Memgraph using Rust.
  • C# - driver for connecting to Memgraph using C#.
  • Java - driver for connecting to Memgraph using Java.
  • Go - driver for connecting to Memgraph using Go.
  • Node.js - driver for connecting to Memgraph using Node.js.
  • JavaScript - driver for connecting to Memgraph using JavaScript.
  • PHP - driver for connecting to Memgraph using PHP.

Applications

Contributing

Contributions welcome! Read the contribution guidelines first.