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

Can't launch ./neo4j console Missing JVM?

I followed the instructions I thought exactly but when I go to run: ./neo4j console I get error: Unable to find any JVMs matching version "11". I'm running MAC OSX Mojave version 10.14.6 I can't find binaries for Java Virtual Machine and I tried inst...

Consultants for Hire

Location: Software team is split between Western Europe and Western US. Prefer something in Western Europe, but could make Eastern US work. Description: Deliverables In coordination with the devops and software development teams, the consultant will ...

Event Stream Processing at US-based startup

Looking to fill a consultant-to-hire role for building a clickstream processing + next-best-action recommendation engine on Neo4j and Azure. Thank you! Requirements: -Python -Neo4j -Azure Website: www.askwhai.com We're a Chicago-HQ'ed startup with 10...

raj by Node
  • 604 Views
  • 1 replies
  • 0 kudos

Resolved! Delete all relationships except for those in list

Hi, I am trying to delete only some of the relationships attached to a node while not deleting those that I have matched by using MATCH then using WHERE NOT EXISTS. In the example below, I have already created a node (:Person {name:'John'}) and then ...

Neo4j for Mbse simulation

Hi, A liitle question for Neo4j experts: I am systems engineer working in aerospace and very interested to use Neo4j to store the avionic architecture of a drones. Computer connect to sensors, ports, pinout + relationships..etc. This would equivalent...

Drivine TypeScript/NodeJS Driver

Neo4j Graph Database Platform – 7 Jul 20 Introducing Drivine: Graph Database Client for Node.js and Typescript - Neo4j... Last week, Liberation Data launched the v2.x stream of Drivine. Drivine is a client library for No...

2X_3_301fea6bcc0d36e57afe7bf9856b21e4d099935a.jpeg

Resolved! How to change rounding in cypher query

I've the following in a query: RETURN (3/5)*100 as total current output: 0 desired output: 0.6 The problem is that it rounds decimal numbers to the lowest integer, so this way I can never compute a percentage. Does anyone know how to change this?

fhol by Node Link
  • 592 Views
  • 3 replies
  • 2 kudos

Resolved! Find all downstream nodes recursively

Totally new to Neo4j so I'm a little bit lost. From a subset of nodes that are not necessarily connected, I want to trace all the nodes that they have a TO connection with recursively until I reach the end of the trees. I've got a query that returns ...

Resolved! Multiply the quantity stored in a relationship

Hello, everyone, I am new and am currently dismantling equipment parts lists in Neo4j. Now I have encountered a problem. I can already find the path between a device and the component of the last level. I am getting a list >Relationship>. Now I want ...

Resolved! Filtering a node that only has 1 type of label

Hi all, I am trying to filter nodes that only have 1 particular type of label. Example: CREATE (a:Label1:Label2 {name:'Test 1'}) CREATE (b:Label1 {name: 'Test 2'}) In this example, I would like to return all the nodes that only have the 1 label (Lab...

Node then Relationship

Hi All, I would need help in creating my neo4j graph. I have 2 files: 1 is persons.csv id, person_name, Age 1,James Smith, 27 2,Mary Anne, 32 3,John Doe, 22 and i have a relationship file: social_connect.csv id1, id2, interaction_count 1,2,34 I want ...