I am currently trying to dump a live data source into neo4j. Here is an example of what I need to achieve:
Given a json that represents an item:
{"id": "0001", "category_id": "a1", "shop_id": "shop_x1"}
The database has the following 3 types nodes: ...