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.

rosdiana
Node Clone
since ‎11-01-2020
‎06-01-2022

User Statistics

  • 15 Posts
  • 3 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, i want to integrate neo4j with elasticsearch. I followed https://github.com/neo4j-contrib/neo4j-elasticsearch i already put jar to the folder /var/lib/neo4j/pluginsi already modify /etc/neo4j/neo4j.conf and added those line shown in pic below: ...
Hi, I would like to get data from Neo4J server directly when i click on each node. how can i do that. Below is the code in js. neo4jDataUrl: 'json/data-movie.json', //neo4jData: datagraph, ...
Hi I have a problem with the graph node. currently i am using eisman project to show the graph, https://github.com/eisman/neo4jd3. But the graph doesn't appear in web browser. Below is my JSON and i already follow the format according to eisman proje...
Hi everyone! I am working how to display the graph. I use d3.js from https://github.com/eisman/neo4jd3 to display the graph. It is currently taking the data from a json file. But i want display data after search from ne04j database. Below is my cod...
Hi, I want to get ID for each node. I am using movie data from neo4j database. In Neo4j desktop, i get the output i want. But when i using the same cypher query in Python, i dont get the same output as in No4j. Below is my code in Python. result = t...