Hi!
I am running neo4j 3.5.0 on a local pc but then I use Gephi from a laptop. Both of them in the same network.
I am trying to add the nodes from Neo4j to Gephi using as 'url', the IP of the laptop but I have the following error:
Neo.ClientError.Pro...
Hello,
I have created a python script which imports real time data into Neo4j. Is there any way to see this data in real time? For example, can I have the graph opened and see the new nodes popping up when the data is imported?
Thank you very much in...
Hello,
I am new in Neo4j. I am trying to import a json(schema) file in order to see the data in the graph.
The json file looks like this:
{
"data": {
"id": "3124test2134",
"information": [
{
"name": "info name",
"tags": ...
Yes to some extend but I need to use CREATE because I need use the same json schema with different json data files every time.
Thank you very much for the response!