-
I ran through the neo4j movies tutorial with a new installation, and then tried exporting the data to graphml and cypher.
[movies.graphml](https://gist.github.com/lukeasrodgers/0f4546375e6ce454ef09)
…
-
Import-graphml doesn't include relationship properties? Just looking at the exported graphml file, it appears that the properties I have set for my relationships are there. However, they were not impo…
-
When I am trying to train the model locally I am getting the following error message.
`File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_…
-
For the graph below with the layout option "preset" initial positions of the nodes are lost
```
122.50374073928583
367.98329788349827
100
300
150
…
-
```
attached graphml file (provided by Ozgun) produces a bad layout (extremely long
edges).
similar problem can be easily reproduced by querying the neighborhood of p53 in
ChiBE (?)
```
Original i…
-
```
attached graphml file (provided by Ozgun) produces a bad layout (extremely long
edges).
similar problem can be easily reproduced by querying the neighborhood of p53 in
ChiBE (?)
```
Original i…
-
**Issue by [Rosswart](https://github.com/Rosswart)**
_Tuesday Jul 20, 2021 at 10:03 GMT_
_Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/2099_
----
## Expected B…
-
Use cases:
graphwalker -m model.graphml "quick_random(reached_vertex(v_A, v_B, v_C))"
is equal to
graphwalker -m model.graphml "quick_random(reached_vertex(v_A) and reached_vertex(v_B) and reached…
-
Is it possible to assign node labels in the xml?
From what I can see [here](http://stackoverflow.com/questions/22896831/import-graphml-to-neo4j-how-to-specify-node-labels) and [here](https://github.…
-
I dumped our neo4j database with export-graphml to a file. Then, in an empty database on another machine, I imported the file with import-graphml. We store dates as longs, and those were converted t…