Software Alternatives & Reviews

neo4j

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

neo4j Reviews and details

Screenshots and images

  • neo4j Landing page
    Landing page //
    2023-05-09

Badges

Promote neo4j. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

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

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

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about neo4j and what they use it for.
  • 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 / 6 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: 11 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 / 12 months ago
  • Graph Databases vs Relational Databases: What and why?
    First, you need to choose a specific graph database platform to work with, such as Neo4j, OrientDB, JanusGraph, Arangodb or Amazon Neptune. Once you have selected a platform, you can then start working with graph data using the platform's query language. - Source: dev.to / about 1 year ago
  • The Basics of Querying with Cypher in PostgreSQL using Apache Age
    Welcome to the world of graph databases! When it comes to modelling complex and highly connected data, graph databases have proven to be an efficient and intuitive solution. And one of the most popular graph databases out there is Neo4j, which uses a query language called Cypher. - Source: dev.to / about 1 year ago
  • Movin' On Up: An Analysis of The Privilege Escalation Vulnerability CVE-2022-26923
    First, privilege escalation would be a bit difficult without visibility of whose privilege level should be targeted. Of course, as mentioned previously, AD does offer the ability for an authorized domain user to simply query the data for information they're interested in like usernames, email addresses, group memberships, etc., which is one way that visibility could be obtained. However, we've seen that with a... - Source: dev.to / over 1 year ago
  • Adding Record & Type Checking in TypeScript with Generics
    Recently, while working on a new feature for Neo4j GraphAcademy, I noticed an omission with the Neo4j JavaScript driver in TypeScript projects. - Source: dev.to / over 1 year ago
  • What are simple examples of data that is better stored with NOSQL.
    A graph database (something like Neo4j) seems like a case where NoSQL offers tangible advantages. Heirarchical/recursive queries aren't a strong point of relational databases. If I'm not mistaken, OG relational algebra didn't allow for recursion. Source: over 1 year ago
  • System Design: The complete course
    For mutual friends, we can build a social graph for every user. Each node in the graph will represent a user and a directional edge will represent followers and followees. After that, we can traverse the followers of a user to find and suggest a mutual friend. This would require a graph database such as Neo4j and ArangoDB. - Source: dev.to / over 1 year ago
  • Visualizing TigerGraph & Neo4j databases with "Davraz"
    I created Davraz for TigerGraph 2020 Graphathon. (It got 1st Place Reward YAAAY!) It is a tool for visualizing your TigerGraph and Neo4j databases. TigerGraph and Neo4j are graph databases. Usually, data is stored in SQL databases. Graph databases are a fairly new way to store data. - Source: dev.to / almost 2 years ago
  • [For Hire] Senior Developer with 13 years experience - Project-based, flat price.
    - 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: almost 2 years ago
  • Storing and accessing a graph at scale?
    Check out https://neo4j.com (page about scalability: https://neo4j.com/product/neo4j-graph-database/scalability/). Source: almost 2 years ago
  • Any small NOSQL database which is lighter than mongo?
    There's something even better to represent inter-connected data: graphs https://neo4j.com/. Source: almost 2 years ago
  • 20+ Free Tools & Resources for Machine Learning
    Neo4j A graph database management system that allows you to track where private information is stored and which systems, applications, and users access it. - Source: dev.to / about 2 years ago
  • Firebase is Dead: What is the Perfect Database in 2022?
    5. Neo4j Neo4j is that 'most popular' graph database everyone knows. They focus too much on the analytical users, and are missing out on the Firebase users. They have advanced querying capabilities with cypher, math functions, and triggers. While they do have basic constraints, they do not have policies. However, you could write your own with triggers. Neo4j is really a beast and competes more with sql databases... - Source: dev.to / about 2 years ago
  • Building a Knowledge Base Service With Neo4j, Kafka, and the Outbox Pattern
    Keeping this line of thought, we came up with the idea of having a new service with a Neo4j database that would persist all our entities and their relationships. Then, this service would be able to make all those complex queries in a much friendlier and easier way by taking advantage of the cypher query language to traverse the knowledge graph with any desired relationship length. - Source: dev.to / about 2 years ago
  • Citizen Developers on the Rise in 2022
    Neo4j- They use low-code in integration with their already existing codebase to ensure quick API integration with other apps. Major issues that low code solved for them were scalability and utilising existing data structures. Thus they were able to quickly build on top of existing technology and provide robust IT solutions to their team and customers. - Source: dev.to / about 2 years ago
  • How are you keeping your notes??
    I'm using a local copy of Neo4j: https://neo4j.com/. Source: over 2 years ago
  • Why do companies still use Java despite it being outdated
    Neo4j Graph Database, related with datascience, knowledge graphs and revolutionary in this database niche. Source: over 2 years ago

External sources with reviews and comparisons of neo4j

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.

Do you know an article comparing neo4j to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic neo4j discussion

Log in or Post with

This is an informative page about neo4j. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.