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.

Forum Posts

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1696 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 525 Views
  • 0 replies
  • 0 kudos

Loading data and creating Nodes with apoc.merge.node

Hi All, I'm using apoc.merge.node to load a CSV one of my fields is an array. How do I add elements to an array property with APOC? Somehow I need to reference what has already been entered into the array. In the following Cypher I've labeled what I'...

lance1 by Node
  • 870 Views
  • 2 replies
  • 1 kudos

Can't stop database in console

Dear all, I'm running neo4j 3.5.5 on Windows. When running .\neo4j console, I used to get: PS C:\users\hafnerm\OneDrive - Deutsche Welle\daten\web\htdocs\neo4j-community-3.5.5\bin> .\neo4j console 2020-02-04 16:31:52.590+0000 WARN dbms.active_databa...

Analyzing network traffic

I'm trying to use neo4j to analyze the network traffic of my local office. Especially I want to filter out a specific time range and see what websites are the computers accessing. I did something like this: CREATE (d1:Device{mac:de:ad:be:ef, ip:'192....

How to Visualize Secondary Relationships?

So I have this network (screenshot above) of Research Publications. I am trying to visualize which Institutions (pink) are publishing together. Each Publication (brown) has Author nodes (blue) connected by the AUTHORED relationship. Each Author has ...

2X_3_38a11bd6d46b2f619e214bba2e06f23c7ae75989.png

Black screen

HI, i am new to neo4j. I trying to simple query match(i:industry{jenisIndustry:"Telekomunikasi"})<--(c:company)-->(j:jobs) return DISTINCT i,c,j but, I get a black screen after runing. I have labels(n)count(*)["industry"]400["jobs"]400["company"]4...

NLP goes hand in hand with Neo4j

Graph people – 12 May 20 NLP goes hand in hand with Neo4j Get ready, as today we will be roleplaying Neo from the Matrix. After he has had his moment of revelation, Neo realizes that even though the world seems very unst...

2X_9_9ee3e6408218de4be34525889540c432890f7f72.png

Resolved! Getting all connected nodes in a dict

Hello, I'm trying to make a query that would give me all the nodes of a certain label, associated with all of the nodes connected to them (node label, node property, relationship type). For now I got this MATCH (n:User) MATCH (n)-[r]-(o) RETURN n as ...

munshine by Node Clone
  • 1772 Views
  • 6 replies
  • 3 kudos

Resolved! Resetting password

Hello, I installed Neo4j on an Ubuntu 18.04 droplet on DigitalOcean following this. I've set up the certificates follow this. Now I'm trying to log in. So I've set an initial password follow the documentation. Now I try to log in from the Browser but...

munshine by Node Clone
  • 1598 Views
  • 6 replies
  • 3 kudos

Cvs vs gzip | zip

in neo4j-admin import We can imprt csv file or compressed csv like gzip or zip Is there any performance advantage for compressed files over csv ?