Questions tagged [neo4j-shell]

14 questions
5
votes
1 answer

neo4j-shell can not connect to neo4j Server

I'm using docker version of neo4j (v3.1.0) and I'm having difficulties connecting to neo4j server using neo4j-shell. After running an instance of neo4r:3.1.0 docker, I run a bash inside the container: $ docker exec -it neo4j /bin/bash And from…
Mehran
  • 15,593
  • 27
  • 122
  • 221
2
votes
0 answers

Neo4j Version: 3.0.6 shell history

neo4j-shell history is present ( in shell) but i can't find any .shell_history files. Where is this logged? how to extract it from the ( I assume) db?
2
votes
0 answers

Neo4j - Import very large CSV into existing Database

I'm quite new to Neo4j and already lost with all the out of date documentation and very unclear commands, their effect or speed. I am looking for a way to import some very large data fast. The data is in B scale for one kind of data, split into…
Einharch
  • 69
  • 1
  • 4
2
votes
2 answers

neo4j-shell example of running a Cypher script

I need to run a Cypher query against a Neo4J database, from a command line (for batch scheduling purposes). When I run this: ./neo4j-shell -file /usr/share/neo4j/scripts/query.cypher -path…
peleitor
  • 459
  • 7
  • 24
1
vote
1 answer

Connect to embedded Neo4j during test debugging

I'm using embedded Neo4j for JUnit tests with the following rule configuration: @Rule public Neo4jRule neo4jRule = new Neo4jRule() .withConfig("dbms.connector.1.enabled", "true") .withConfig("dbms.connector.1.listen_address",…
Ira Re
  • 730
  • 3
  • 9
  • 25
1
vote
1 answer

How to install neo4j-shell-tools with Neo4j Desktop

I'm trying to install neo4j-shell-tools on windows running the neo4j desktop. After unzipping and placing the folder in the LIB directory and restarting, it doesn't seem to load the tools? Invalid input 'm': expected 'n/N' (line 1, column 2 (offset:…
Michael Black
  • 661
  • 11
  • 24
1
vote
4 answers

Neo4j-shell not working on Mac Community edition 3.3.0

I'm new to Neo4j and have installed the Community Edition (3.3.0). I'm working through tutorials that reference neo4j-shell. However, every time I try to run it I get: -bash: /usr/local/bin/neo4j-shell: No such file or directory I tried to run…
grega
  • 53
  • 1
  • 6
1
vote
1 answer

Using the shell of neo4j and the neo4j-shell-tools with jqassistant

I am using jqassistant 1.2.0 with asciidoc 1.5.3 - all in maven. My question is a specific question for the maven plugin "jqassistant". I am scanning a xml file. I want to use Neo4j shell tools (see: https://github.com/jexp/neo4j-shell-tools).…
Tilde
  • 155
  • 7
1
vote
1 answer

Running neo4j on same server with different port

I am running two neo4j instance on one server but with different port. I changed port in neo4j.conf file, I am able to run it properly. Now, when I execute the cypher query to create a node in the second instance from neo4j-shell, it is creating…
1
vote
1 answer

how to connect to noe4j database by neo4j-shell from localhost if there are 3 nodes and 3 edge on the host?

the ultimate aim is to do a full backup from one of the database, so i tried to connect to the database by shell and execute a query returns with everything. here is the issue : /opt/data/core01/bin/neo4j-shell -path /opt/data/core01/data/databases…
XTaki
  • 21
  • 3
0
votes
1 answer

Undo an operation in the neo4j schema

After hitting call db.schema() in a neo4j command shell in my browser, I got the graph representation of the schema. After hitting on one of the nodes, generally, there are set of buttons(as shown in the picture below), By mistake I hit the cross…
Eswar
  • 1,201
  • 19
  • 45
0
votes
2 answers

NEO4J 3.1.1 Load CSV

I have been using Neo4j for several months now and am getting pretty exasperated. It appears that every new version breaks the previous one. I have multiple Cypher Load scripts that I can no longer run via the command line. I can run the following…
J Thomas
  • 23
  • 3
0
votes
0 answers

java.lang.OutOfMemoryError: GC overhead limit exceeded Neo4j

I am working on Neo4j project, I am trying a cypher file which contains 8237 cypher query. I tried using neo4j-shell for the import : neo4j-shell -file , as I encountered stackoverflow error I tried to increase the stack size by using…
0
votes
1 answer

Is there a way to list *only* Node properties in Neo4j Shell?

For example, if I have a Node with 2 properties, but over 100 Relationships: neo4j-sh (andrew,45982528)$ ls *last_updated_millis =[1476768446691] *name …
Stewart
  • 17,616
  • 8
  • 52
  • 80