Stats
Basic Neo4j repo stats
3
8,798
9.8
8 days ago
neo4j/neo4j is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Neo4j Alternatives
Similar projects and alternatives to Neo4j based on common topics and language
-
ArangoDB
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better Neo4j alternative or higher similarity.
Posts
Posts where Neo4j has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-04-01.
-
Looking for visual to show moves from group to group
Unfortunately, I think you will need to roll up your sleeves and do some coding, e.g., in NetworkX. Alternatively, you can look into loading your data into a professional tool, e.g., Neo4J, that comes bundled with some viz components.
-
Building a GraphQL API on AWS with Amazon Neptune Graph Database and CDK
As an AWS person, I became really interested in how I may take advantage of a an AppSync GraphQL API backed by a graph database. There are many great options to choose from, including things like Neo4j and ArangoDB which I hope to also try out sometime soon, but for this build I chose to use Amazon Neptune.
-
How do you actually code/build a KG?
You could start with a graph database like Neo4J : https://neo4j.com/
-
Asami
It was while using Clojure with OrientDB, Datomic and Neo4J, that I started getting a feel for graph databases that weren't based on RDF and SPARQL. They are all very similar in many ways, and it occurred to me that I could build a graph rules engine that was abstracted from the database, only requiring an adapter for each type. With this in mind, I started building a new rules engine, with an initial adapter for Datomic.