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.

nithin34_it
Node Clone
since ‎03-13-2019
‎06-01-2022

User Statistics

  • 23 Posts
  • 1 Solutions
  • 2 Kudos given
  • 6 Kudos received

User Activity

Hi Team, I was able to run successful neo4j using docker. By below commands (month before) sudo docker run -d --publish=7474:7474 --publish=7473:7473 --publish=7687:7687 --volume=/mnt/nvme1n1/neo4j-db/logs:/logs --volume=/mnt/nvme1n1/neo4j-db/da...
Hi, When i try to run neo4j through docker, getting below error. Some one please assit me on this.. root@ip-10-47-97-55:~# sudo docker run \ --publish=7474:7474 \ --publish=7473:7473 \ --publish=7687:7687 \ --volume=/mnt/nvme1n1/...
Hi Team, I have apoc plugins - apoc-3.5.0.1-all.jar in neo4j DB. But when i run below Cypher query getting below error match(n {path:'/PROJECTS/DATA/SERIAL/MORT/PUB_MORT_SVCG/ARCH/CAPDW_FW_LPS_MONTHLY_2520'}) with (n) call apoc.path.expandConfig(n,{r...
Hi Team, I am trying access neo4j db through Jupyter notebook. But i am getting a below error when i try to access using python. import pandas as pd pd.set_option('display.max_colwidth', -1) import math from neo4j.v1 import GraphDatabase driver = Gra...
Hi Team, I am using Neo4j community version to render graphs. I did Neo4j setup through EC2 instance. When login to EC2 server, I see Neo4j is running fine and able to cypher shell through bolt also working fine. The problem I face is in UI part: Usi...