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
  • 1290 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
  • 489 Views
  • 0 replies
  • 0 kudos

Resolved! Reading csv with comparing different rows

Hi, There is a graph with nodes "City" : CREATE (a:City {DS: 'AAA'})CREATE (b:City {DS: 'BBB'})CREATE (c:City {DS: 'CCC'})CREATE (d:City {DS: 'DDD'})CREATE (e:City {DS: 'EEE'})CREATE (f:City {DS: 'FFF'})CREATE (g:City {DS: 'GGG'}) The relatioships s...

Michel_0-1662634870946.png Michel_1-1662635381240.png
Michel by Node Clone
  • 814 Views
  • 5 replies
  • 3 kudos

C# Process,Powershell. Reversed Output neo4j-Admin.ps1

With C# (Class)Process and powershell, running "neo4j-admin -dump --database" command. I get standard Output on (Event)process.ErrorDataReceived and Error output on (Event)process.OutputDataReceived. It should be on the contrary. Any suggestion how t...

MrDan by Node Link
  • 461 Views
  • 2 replies
  • 1 kudos

Quickly list shortest paths between 2 nodes

Hi there,I'm new with neo4j and looking for a way to find a list of shortest paths between 2 nodes.   (:Article { id: 1 }) (:Article { id: 2 }) (:Article { id: 3 }) (:Article { id: 4 }) (:Article { id: 5 }) MATCH(a:Article), (b:Article) WHERE a.id =...

deeet by Node
  • 197 Views
  • 0 replies
  • 0 kudos

Cypher editor / plugin

Hi, I'm searching for a cypher editor or for a plugin. I would be surprised if there wasn't one. Of course for the current version of Cypher / Neo4j. Thanks, Michel

Michel by Node Clone
  • 326 Views
  • 1 replies
  • 0 kudos

Neo4j security logging

Hello, I want to test security logging on my local Neo4j Desktop DB. I am launching the DB and connecting via bolt but the only logs are: 2022-09-02 08:09:47.108+0000 INFO Updating the initial password in component 'security-users' 2022-09-02 08:11:...

kyeiv by Node
  • 190 Views
  • 0 replies
  • 0 kudos

Slowness in apoc.meta.subGraph

Hi Team  I was trying to utilize apoc.meta.subGraph to see the meta graph when i tried to run the query with 15 labels neo4j took 10 minutes to load the data. herewith I have attached Database Details: No.Of labels - 593No.Of.Nodes - 10476No.Of.Rels ...

Resolved! Compute distance input / output csv

Hi   I have a graph: There is a list of node-pairs in a csv file: input.csvcase, from, toc1,AAA,BBBc1,EEE,FFFc2,AAA,EEE Task: The distance between two nodes should be calculated and put in a  csv like: ouput.csvcase, from, to, distancec1,AAA,CCC,2c1...

cities.png
Michel by Node Clone
  • 517 Views
  • 2 replies
  • 2 kudos

Neoj4 desktop data security

I am wondering about neo4j desktop security, as I need to use it with sensitive data. When using a local connection, can we be sure that the data doesn't go outside the local desktop ? or that it doesn't communicate with anything outside the local de...

Cypher query optimization

Hi everyone,I have a situation as follows: 60,000,000 nodes under the label Service from which I would like to create new nodes and relationships. I have the following query:     // Service CALL apoc.periodic.iterate( " MATCH (s:Service) RETURN ...

Resolved! Using variables in Cypher script

I need some  variables in Cypher script, see the use case: City has three properties X,Y and ZThe value of Z should be calculated as Z = X + Y Data and steps.  1) The data, already in the database (here  only one node)CREATE (a:City {DS: 'AAA'}) 2) A...

Michel by Node Clone
  • 617 Views
  • 3 replies
  • 3 kudos