gogm VS neo4j-go-driver

Compare gogm vs neo4j-go-driver and see what are their differences.

gogm

GoGM has moved to https://github.com/z5labs/gogm. This repository will remain a mirror of gogm master (by mindstand)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gogm neo4j-go-driver
1 2
3 476
- 0.6%
0.0 7.8
about 1 year ago 6 days ago
Go Go
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gogm

Posts with mentions or reviews of gogm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-02.
  • Golang + Neo4j
    3 projects | /r/golang | 2 Nov 2021
    Has anybody used golang and neo4j together with a data model bigger than a few small nodes and relationships? I have 45 node types that can have varying numbers of up to 48 relationship types all modeled as structs that I want to be able to store and manipulate with neo4j. The main golang neo4j driver requires translation of data directly into cypher query, which with this many nodes / relationships would require me to create a massive translation wrapper. I looked at gogm (https://github.com/mindstand/gogm) but it doesn't seem mature enough for my use (please let me know if you have any reviews of it). To avoid having to write a large wrapper I figured I could probably store the data in mongodb or elastic and then use their neo4j connector plugins to auto-propagate data to neo4j - this would be a fine solution but I'd rather avoid adding a secondary database technology if I can.

neo4j-go-driver

Posts with mentions or reviews of neo4j-go-driver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-23.
  • How to build a Neo4j Application with Go
    2 projects | dev.to | 23 Mar 2022
    In the course, you will learn all about the Neo4j Go Driver by adding it into an existing project, and then modifying a set of services to interact with Neo4j.
  • Neo4j Query Builder?
    1 project | /r/golang | 26 Feb 2021
    IMO you should use the official neo4j driver and query parameters. An example of a query with parameters is within the createItemFn func in the README.

What are some alternatives?

When comparing gogm and neo4j-go-driver you can also consider the following projects:

dgraph - The high-performance database for modern applications

migrate - Database migrations. CLI and Golang library.

bubbletea - A powerful little TUI framework 🏗

app-go - https://graphacademy.neo4j.com/courses/app-go/

khadijah - Struct to Cypher CRUD

cobra - A Commander for modern Go CLI interactions

wuzz - Interactive cli tool for HTTP inspection

ent - An entity framework for Go