Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-30-2018 08:35 AM
I was allowed to migrate a system in SpringBoot PostgresQL Angular, to Neo4J NodeJS React, first thing is the Bank modeling, does anyone have a tutorial or a life saving?
Tanks
Solved! Go to Solution.
08-30-2018 10:49 AM
If the relational model is still normalized it's a good start.
Basically you'd start from use-cases you want to answer and then adapt the model to these requirements.
In GraphQL you'd usually start with the API you want to serve and develop the domain model in a GraphQL schema (SDL) that then defines what is available as queries and types in your API.
Some examples there are available on the GRANDstack blog
There are a number of examples out there regarding graph data modeling:
08-30-2018 10:49 AM
If the relational model is still normalized it's a good start.
Basically you'd start from use-cases you want to answer and then adapt the model to these requirements.
In GraphQL you'd usually start with the API you want to serve and develop the domain model in a GraphQL schema (SDL) that then defines what is available as queries and types in your API.
Some examples there are available on the GRANDstack blog
There are a number of examples out there regarding graph data modeling:
09-01-2018 12:43 AM
Tanks Michael !Tanks Michael !Tanks Michael !Tanks Michael !Tanks Michael !
All the sessions of the conference are now available online