[Neo4j] Dynamic labels with OGM

2016-01-28 Thread Daniel Mischler
Hi all, Some time ago there was a comment about using labels with neo4j-ogm: http://stackoverflow.com/questions/33724172 What’s the status on this? Is it going to be possible with v2.0 (haven’t read anything) or is there a time frame for it? Thanks for your help. Daniel -- You received

Re: [Neo4j] Memory allocation when using the Neo4j Shell to import from CSV

2016-01-28 Thread Arielle Bonnici
Hi Michael, I tried with 2.3.2, started with a fresh db that had 10 nodes in it. I then ran the first command to import 5 million nodes from CSV. This took 12 minutes and when it finished it was using 1.6GB memory. Size on disk was 2.5GB. I ran the second command and it created the 5 million

Re: [Neo4j] Dynamic labels with OGM

2016-01-28 Thread Michael Hunger
Right now it has not been prioritized as other work (e.g. the multi-transport) and cypher-mapping was more important. You can use cypher to manage your additional labels manually. Michael > Am 28.01.2016 um 16:45 schrieb Daniel Mischler : > > Hi all, > > Some

Re: [Neo4j] Ask for help---- confused about Data Modeling and using Spring data Neo4j

2016-01-28 Thread Michael Hunger
I think if you use a general name for your entities like Article or Item or Entity and then manage the additional labels via cypher, SDN would still do it. Otherwise you can also use interfaces to mix in other relatively static labels. Michael > Am 29.01.2016 um 02:43 schrieb Qing Song

[Neo4j] Ask for help---- confused about Data Modeling and using Spring data Neo4j

2016-01-28 Thread Qing Song
Hi all, Our knowledge system prepared to use neo4j to store the knowledge graph data, Spring Data Neo4j is a very convenient API for us. But our knowledge graph is used to store the knowledge extract from news articles which has many types of entities, relations and properties, maybe more