I have a Neo4j database (v3.3.4) with data in it and i'm trying to use Structr 2.3.6 with it.
I altered the Structr.config file to point to my existing Neo4j database and can see that Structr has created new Node types such as the 'AbstractNode' type of Node in the database, so I know it is communicating with the db.
I am trying to map the existing Nodes in My Database using the Structr scheme editor but when I switch to the Data tab in Structr there are no records being returned from the db? Here is what I am doing;
- My DB contains 3000+ nodes with a type called Org which contains a String Title property.
- I create a new Node type in the schema builder called Org.
- I edit the node in the schema to Include anew LocalAttribute with a JSON Name of 'Title' and the DB Name of 'Title' with a type of string and then click the green tick.
- I then go into Tools within the schema tab and select the Org Node type and click add UUIDS. (I have also tried all combinations of flushing cache and adding labels and re-indexing nothing works).
- I than go into the data tab, select org and no records are returned?
What am I doing wrong please as this is very frustrating and the Structr documentation is a bit lite on how to do this, or I can't find it!
All help gratefully received as I am trying to get a POC with Neo4j through at work.