How do you access the database after the batch-import?

You insert the data into "

target/db "

Which is not the directory of the server.

As the readme says: https://github.com/jexp/batch-import/tree/20#binary-download


   - after the import point your /path/to/neo4j/conf/neo4j-server.properties
    to this test.db directory, or copy the data over to your server cp -r
   test.db/* /path/to/neo4j/data/graph.db/

Did you do that?




On Mon, May 19, 2014 at 9:32 PM, Quazi Marufur Rahman
<[email protected]>wrote:

> Hi,
>
> I am trying to perform batch-import using this blog post.
>
> http://maxdemarzi.com/2012/02/28/batch-importer-part-1/
>
> I have used a different nodes.csv and rels.csv file.
>
> link: https://gist.github.com/qmaruf/ed69acf8625ac577d578
>
> Everything seems fine and after importing it shows the following message:
>
> https://gist.github.com/qmaruf/f4db18dd022b61a50d26
>
> But there is not data in db. I have tried executing the following cypher
> query. “START n=node(*) RETURN n;” and it returns 0 row. It should show at
> least 4 nodes according to nodes.csv.
>
>
> Am I missing something?
> Eagerly waiting for help.
>
> Thanks
>
> --
> 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.
>

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