cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Migrate SQL for Neo4J

web2ajax
Node Link

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

1 ACCEPTED SOLUTION

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:

View solution in original post

2 REPLIES 2

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:

web2ajax
Node Link

Tanks Michael !Tanks Michael !Tanks Michael !Tanks Michael !Tanks Michael !