cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Load CSV status, when "Using Periodic Commit"

I ran a query to load a csv that I terminated since it was taking too long. Is there a way to tell how many rows of the csv were imported? And then restart the import from that location? Below is the start of my query USING PERIODIC COMMIT 10000 LOAD...

Load data from impala to neo4j

Hey Everyone, i need some help in importing the data from impala to neo4j . i have credentials of impala and i want my data in neo4j . could you all please help me and tell me the steps how i can do it. i have millions of records in my tables and i k...

12kunal34 by Graph Fellow
  • 2862 Views
  • 10 replies
  • 1 kudos

Visualize Network of Graph with So Many Nodes

I have a large CSV file that i need to import to Neo4j. Before going forward, I would like to know if It could be possible to visualize a graph with 8000 node in Neo4j?? My use case is i don't want to have any label for the edges. So, all i know is i...

s_inter by Node
  • 1572 Views
  • 2 replies
  • 0 kudos

Advice Required: Neo4j Sandbox

Hi - I am learning Neo4J and using the sandbox available on the site for practice. I am able to connect to the sandbox from my Python program running locally on my desktop. Is there a way I can download or copy the schema available in the sandbox and...

Data import from EDL 1.0 to Neo4j

Hi Everyone, I have my data in EDL 1.0 and i want to import this data in neo4j . my data is available at publish layer of EDL nad i can access it through impala . i can write query there and fetch the data . could you please tell me what is the best...

12kunal34 by Graph Fellow
  • 2048 Views
  • 12 replies
  • 0 kudos

Importing large table from Postgresql

I have table which size is ~100gb in postgresql. When I try to import that table: /home/user/neo4j-etl-cli-1.2.1/bin/neo4j-etl export --url jdbc:postgresql://127.0.0.1:5432/base --user user --password pass --schema myschema --fs 100 --import-tool /us...