Himakshi,

I don't know if it is too late but you could run the query from the command 
line and save the results to a txt file like this:

1) Put your cypher query into a file with an extension .cql (i.e. query.cql)
2) Run it from the command line like this:  "./bin/neo4j-shell -file 
query.cql > result.txt"

You will get the results nicely structured in the text file which you can 
import to an excel or elsewhere for further analysis.

Hope it helps.

On Thursday, December 12, 2013 2:40:10 AM UTC-5, Himakshi Mangal wrote:
>
> Hi,
>
>  I created neo4j db with some data, there are around more than 1000 node.
>
> Now, where i fire a simple Cypher Query to retrive the complete data in 
>  localhost:7474/browser/, I get an error : Result too large.
>
> How can i sell the list and details of all the node and relationship in 
> the database 
>
>
> Please suggest something...
>
> Many Thanks,
> Himakshi
>

-- 
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