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

Language Buffet — Using Neo4j with GraalVM

![](upload://jFI22haAFskCmULW9D6KxEk4r5J.png)Language Buffet — Using Neo4j with GraalVMPart of the goal for Neo4j Labs is to provide a broader spectrum of useful integrations with Neo4j and other technologies. Technologies that have the opportunity t...

greta by Graph Fellow
  • 390 Views
  • 0 replies
  • 0 kudos

Reactive data copying using Neo4j

GraphAware Reactive data copy using Neo4j | GraphAware The release of Neo4j 4.0 brought many improvements, one of them being areactive architecture across the stack, from query execution to clientdrivers. Bu... ...

3X_0_9_09ad90dfc79ba65aa12273e0c6ccbbb35777d5f4.png
luanne by Node Clone
  • 306 Views
  • 0 replies
  • 0 kudos

How to avoid duplicate nodes

The code written below should check if a match is present, if so it should update the value. Otherwise it should create a node with the given value. Currently every time I update a organization.Role value it creates an entirely new node. Even when th...

How does path indexing in B+ tree looks like?

Suppose, we want to search for (1)-[edgeA]-(2)-[edgeB]-(3) efficiently where (1), (2) and (3) are nodes and we have two edges connecting between them [edgeA], [edgeB]. I came across this work: Path indexing for efficient path query processing in grap...

chim3yy by Node Link
  • 834 Views
  • 1 replies
  • 1 kudos

Knowledge graph with neo4j

We are a startup in the automation industry working on knowledge graph and graph grammar. We are looking for interested candidates for long term engagement. Candidates can be from Toronto, Canada or US. Please write to anirban.ghosh@sanna.io

Neo4j 4.2 fullText indexes not working

Hi, I've been using Neo4j 3.5.x for more than a year now. In my project I use fullText indexes extensively and it has been working without a problem. Now I'm upgrading the database to version 4.2. I am checking every piece of software before merging ...

mrksph by Node Clone
  • 848 Views
  • 6 replies
  • 0 kudos

Optimal way to design for neo4j from the start

Hi, if the target is to create a recommendation engine based on real-time product purchases and the data collection could be optimized for neo4j from the start. Are there any datasets I could look at to see how to properly collect the data for this p...

neos by Node
  • 396 Views
  • 1 replies
  • 0 kudos

Resolved! Creating the simplest possible graph

I'm scoping out Neo4j on the possibility that we might eventually deploy graph databases at work. Though I've not had much trouble following the tutorials, somehow I can't seem to make a simple graph with three barebones csv files. Here's my region d...

3X_9_3_9362e487d1f22bcfa908e39b1ffe95b0132b38b3.png 3X_5_7_57147ed99e2c9e73dca494b6ce78d6c84e575fe5.png

Resolved! Create Relations between two existing nodes 1:N (no CSV)

I created two sets of nodes: person and location. Now I want to relate every person to one or many locations (1:N). A person is matching to a location where personPK = FKperson. I used the following cypher scripts but neither of them worked. // scrip...

stlr by Node Link
  • 765 Views
  • 5 replies
  • 1 kudos