Persist REST API response data in database

Hi, excited to join and hoping you guys can help make my first step.

I would like to find out if it were possible with NEO4J to persist REST API response data in database?

So I want to import data into my database (from REST API) to then query that.

Possible and any pointers as to how?

Thanks.

Check out apoc.load.json

How you persist the response depends on the data that you get back.

Usually it makes sense to deconstruct the response into nodes and relationships.

Here is an stackoverflow example

1 Like