[Neo4j] Parsing node results scala neo4j

2016-05-24 Thread Kenji Fnu
Before attempting to use scala, I was succesfully perform CRUD using spring-data-neo4j, there i was able to use the @NodeEntity annotation, and insert them as mapped object. Basically the GraphRepository interface allows me to do so, I wonder if AnormCypher has that kind of feature as well and

[Neo4j] Benchmarking MySQL and Neo4J

2016-04-18 Thread Kenji Fnu
Hi guys, I've been testing CRUD methods on neo4j and mysql. honestly i was impressed by how fast neo4j insert process works.. it beats the sql by a huge margin (approx 20ms vs 358ms) while delete process is only a tiny difference. but I wonder why select and update process in neo4j was less