Software Alternatives & Reviews

neo4j VS Memgraph

Compare neo4j VS Memgraph and see what are their differences

neo4j logo neo4j

Meet Neo4j: The graph database platform powering today's mission-critical enterprise applications, including artificial intelligence, fraud detection and recommendations.

Memgraph logo Memgraph

Memgraph is an open source graph database built for real-time streaming and compatible with Neo4j. Whether you're a developer or a data scientist with interconnected data, Memgraph will get you the immediate actionable insights fast.
  • neo4j Landing page
    Landing page //
    2023-05-09
  • Memgraph Landing page
    Landing page //
    2021-08-26

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 applications you never thought possible in days, not months.

Memgraph directly connects to your streaming infrastructure, so you and your team don’t spend countless hours building and maintaining complex data pipelines. 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.

neo4j

Website
neo4j.com
$ Details
Platforms
-
Release Date
-

Memgraph

$ Details
freemium
Platforms
Cross Platform Windows Mac OSX Linux Docker Web AWS
Release Date
2017 January

neo4j features and specs

  • Graph DB: Yes

Memgraph features and specs

  • Cypher: Yes
  • API: Yes
  • Authentication: Yes
  • Authorization: Yes
  • Data Import/Export: Yes
  • Visualizations: Yes
  • Real-time Monitoring: Yes
  • Audit Log: Yes
  • High Availibility: Yes
  • Graph DB: Yes

neo4j videos

All about GRAND Stack: GraphQL, React, Apollo, and Neo4j

More videos:

  • Review - Kevin Van Gundy | Building a Recommendation Engine with Neo4j and Python

Memgraph videos

What is Memgraph? | Office Hours #1

More videos:

  • Review - Getting started with Memgraph | LIVE

Category Popularity

0-100% (relative to neo4j and Memgraph)
Databases
88 88%
12% 12
Graph Databases
86 86%
14% 14
NoSQL Databases
100 100%
0% 0
Developer Tools
0 0%
100% 100

User comments

Share your experience with using neo4j and Memgraph. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare neo4j and Memgraph

neo4j Reviews

Top 15 Free Graph Databases
Neo4j is an open-source graph database, implemented in Java described as embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables. Neo4j Community Edition
ArangoDB vs Neo4j - What you can't do with Neo4j
Multi-Model: Neo4j is a single-model graph database. It does not support any other data models. If your application requires a document or key/value store, you would have to use a second database technology to support it. Being multi-model, ArangoDB allows you to not only use one database for everything,but run ad hoc queries on data stored in different models.

Memgraph Reviews

  1. Great experience

    The product is very robust and easy to use. I highly recommend it to anyone who needs to analyze streaming data in real-time.

Social recommendations and mentions

neo4j might be a bit more popular than Memgraph. We know about 27 links to it since March 2021 and only 21 links to Memgraph. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

neo4j mentions (27)

  • How to choose the right type of database
    Neo4j: An ACID-compliant graph database with a high-performance distributed architecture. Ideal for complex relationship and pattern analysis in domains like social networks. - Source: dev.to / about 2 months ago
  • Getting Started with GenAI Stack powered with Docker, LangChain, Neo4j and Ollama
    The GenAI Stack came about through a collaboration between Docker, Neo4j, LangChain, and Ollama. The goal of the collaboration was to create a pre-built GenAI stack of best-in-class technologies that are well integrated, come with sample applications, and make it easy for developers to get up and running. The goal of the collaboration was to create a pre-built GenAI stack of best-in-class technologies that are... - Source: dev.to / 7 months ago
  • How to Choose the Right Document-Oriented NoSQL Database for Your Application
    NoSQL is a term that we have become very familiar with in recent times and it is used to describe a set of databases that don't make use of SQL when writing & composing queries. There are loads of different types of NoSQL databases ranging from key-value databases like the Reddis to document-oriented databases like MongoDB and Firestore to graph databases like Neo4J to multi-paradigm databases like FaunaDB and... - Source: dev.to / 8 months ago
  • [For Hire] Senior Developer with 14 years experience. Canadian expat in a low cost of living country | From 500 EUR per project/month
    Recently I have taken an interest in big data. https://neo4j.com/ , https://cassandra.apache.org/ , https://clickhouse.com/, https://www.elastic.co/ - are all databases I have experience with. Neo4j and Cassandra only as a hobby, but Clickhouse I have used in production, and Elasticsearch I have used for some 7 years now. Source: 12 months ago
  • SQL Versus NoSQL Databases: Which to Use, When, and Why
    For organizations and their applications that are designed to detect fraud, like International Consortium of Investigative Journalists, or try to improve customer experience via personalization, as in the case of Tourism Media, a NoSQL graph database like Neo4j is a good match. In these kinds of use cases, the quantity of data we're dealing with is enormous, and the pattern we're searching for in the data is often... - Source: dev.to / about 1 year ago
View more

Memgraph mentions (21)

  • Ask HN: Who is hiring? (March 2024)
    Memgraph | Staff C++ Database Engineer | REMOTE (Central/Western Europe, LatAm, or North America) https://memgraph.com/ Memgraph is a Seed stage, open source graph database vendor. Graph DBs are a great solution for GenAI, logistics, cybersecurity and fintech so we are looking to grow aggressively this year. We're looking for a staff-level engineer to set technical direction, mentor junior team members, and solve... - Source: Hacker News / about 2 months ago
  • Ask HN: Were Graph Databases a Mirage?
    Relational databases have a much longer history of development, and much more engineering time has went into designing RDBMS. It is not a surprise that they are mature on more levels. By looking at the age of a product, you can get a sense of how mature RDBMS systems are compared to most GraphDB projects. Horizontal scaling is hard in GraphDBs due to the nature of how the graph is structured and how you interact... - Source: Hacker News / 5 months ago
  • When to Use a NoSQL Database
    NoSQL databases are non-relational databases with flexible schema designed for high performance at a massive scale. Unlike traditional relational databases, which use tables and predefined schemas, NoSQL databases use a variety of data models. There are 4 main types of NoSQL databases - document, graph, key-value, and column-oriented databases. NoSQL databases generally are well-suited for unstructured data,... - Source: dev.to / 9 months ago
  • Understanding Cosine Similarity in Python with Scikit-Learn
    Whether it's about identifying similar user profiles in a social network, detecting similar patterns in a communication network, or classifying nodes in a semantic network, cosine similarity contributes valuable insights. Combined with a powerful graph database system, such as Memgraph, it gives a better understanding of complex networks. Memgraph is an open-source in-memory graph database built to handle... - Source: dev.to / 11 months ago
  • Are indices used as much in Graph databases like Neo4j as in SQL databases?
    Take a look at this blog post about choosing the optimal index. It focuses on Memgraph graph database but it offers a theoretical background that is not vendor related. Source: almost 1 year ago
View more

What are some alternatives?

When comparing neo4j and Memgraph, you can also consider the following products

ArangoDB - A distributed open-source database with a flexible data model for documents, graphs, and key-values.

FalkorDB - Explore FalkorDB, the premier knowledge graph database tailor-made for GenAI applications. Unlock the power of structured data for advanced AI insights.

Redis - Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

OrientDB - OrientDB - The World's First Distributed Multi-Model NoSQL Database with a Graph Database Engine.

TigerGraph DB - Application and Data, Data Stores, and Graph Database as a Service

MongoDB - MongoDB (from "humongous") is a scalable, high-performance NoSQL database.