Using Neo4j without relationships is not what you would use a graph
database for. You _should_ create meaningful relationships between your
nodes.

I don't see where the example you mentioned misses relationships?

If you have a simple text file (csv) with your relationships, you can
easily create cypher statements from that to import your data.

Watch this webinar (in french) for data import: https://vimeo.com/90296414

Cheers,

Michael


On Sun, Mar 30, 2014 at 11:29 PM, Philippe Baumard <phbaum...@yahoo.fr>wrote:

> Hi Michael,
>>
>
> I do not need to know how many label can have a node.
> I need to know how many label i can create on the graph.
>
> Actualy my graph use many tables and i would like to create a Label for
> each tables, or columns.
> Why i did that!
> Because of the lake of more precises examples (
> http://docs.neo4j.org/chunked/milestone/tutorials-java-embedded-traversal.html)
> on the doc to create a traversal description(*) on API i discovered a
> possibility to exploit neo4j without any relations making pointers on nodes
> by properties and fetching them directly when i need.
>
> (*) i have a list of nodes with a simple relation next. (fisrt node have a
> relation to second node, second to third...) I would like to retrieve them
> and iterate on the result.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to