Best to learn cypher first, using our online training

see more on neo4j.com/developer/cypher <http://neo4j.com/developer/cypher>

just to see your data:

match (n) return n;

or 

match (n) return count(*);

> Am 19.08.2015 um 20:24 schrieb Vino <[email protected]>:
> 
> Hi,
> 
> I just imported the GraphML using the Neo4j-shell.
> 
> neo4j-sh (?)$ import-graphml -i sample.graphml
> 
> GraphML-Import file sample.graphml rel-type RELATED_TO batch-size 40000 use 
> disk-cache false
> 
> finish after 45 row(s)  0. 99%: nodes = 17 rels = 28 properties = 51 time 19 
> ms total 19 ms
> 
> GraphML import created 45 entities.
> 
> 
> 
> Now how I can verify the data is loaded properly.  How can query the loaded 
> data using cypher
> 
> 
> 
> Regards,
> 
> Vinoth
> 
> 
> 
> 
> -- 
> 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 [email protected] 
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout 
> <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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to