简体   繁体   中英

Importing CSV file in Neo4j Linux Server

I have installed Neo4j Enterprise edition 3.3.0 in my Linux server machine.

Now i am trying to access the server through my windows machine using port 7474, xx.xx.xx.xx:7474

But the problem is whenever i want to import any csv file to the database, first i have to upload the file into the "import" directory in the Linux server.

Is there any way i can directly import the file which is in my local windows machine into the Neo4j database without having to upload the file into the Linux server first?

Can I create more than one database? If yes how?

Thanks.

There is no way to do it in Neo4j, the execution of the query is done on the server side, so the url of the CSV file is related to the server.

But you can have a shared folder with the server, or you can also publish your CSV file on an HTTP server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM