Hi,
I've noticed that while creating nodes using Neocons, there is no way to distinguish between nodes, when viewed in the Neo4j browser. If I use Neo4j OGM (Object Graph Mapper) with Java, different types of nodes are visible in different colors, so its easy to distinguish between them.
The other difference that I noticed is that for the nodes created with Neo4j OGM, the Neo4j browser picks up one random property of the node and displays it, whereas for nodes created with Neocons, it wasn't picking any default property.
So my question is - Do you plan to introduce a type property to a node so that it becomes easy to distinguish between them?
Thanks and regards,
Manoj.