Hi Farid, On Wed, Aug 2, 2017 at 11:17 AM, Farid <[email protected]> wrote:
> Hi, > > Trying to import very large dataset, I see a huge difference between > cypher and neo4j-import > > Sadly: > 1) It's already deprecated, yet I can't find any documentation nor real > examples using its successor: neo4j-admin import > neo4j-admin import has built in help, but it's mostly just a different script around the neo4j-import code. > 2) Even current documentation is limited to a very simple 2 nodes types > and a simple relation between them, can't find how to use a more complex > graph. > here is some other documentation: https://neo4j.com/developer/guide-import-csv/#_super_fast_batch_importer_for_huge_datasets https://neo4j.com/blog/import-10m-stack-overflow-questions/ > 3) Import is supported only on an empty database, so there is no way to > use it to import a batch of data into existing database, or create a > complex graph by importing nodes and more complex relations. > Yes, this is currently a limitation, but it is meant to be accomodated in the future. Michael > > *Any solution to these?* > > -- > 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.
