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
  • 1827 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
  • 541 Views
  • 0 replies
  • 0 kudos

Neovis.js - draw() configuration

Hi! I've been playing with Neovis.js but I was wondering, is there any documentation for the config options to add to the Labels and Relationships in the draw() function? The few things I know are from some videos I watched, but I can't find any writ...

zk0433 by Node
  • 3055 Views
  • 3 replies
  • 1 kudos

Creating a sub graph of a graph with Cypher

Hi, I have made a graph of all the processes and now I want to realise sub graphes which can be based on a relationship, processes linked to a typical process, and so on. But the point is that I dont know ho to select simply into a graph Thank a lot ...

Merging nodes after collect and unwind

Sorry if this is a silly question! I modelled the following query on something from SO and I just can't see the problem - I have narrowed the issue down to using the nodes from the unwound collection in the MERGE statement as the issue. If I run this...

rdstone by Node
  • 1561 Views
  • 4 replies
  • 0 kudos

Importing Neo4j Desktop Databases to Neo4j Aura

Import databases created in Neo4j Desktop to Neo4j Aura, the graph database as a service.So we’ve been using Neo4j via Neo4j Desktop for a while now, building up a formidable collection of databases, and then a few weeks ago we learned about the laun...

Virtual graph grouping with hierarchy

Hi everyone, I new to neo4j. I’m doing an initial investigation to understand whether neo4j will be suitable for my problem, and if so, how technically. I have events that have happened to patients, the order in which they occur is relevant. I have 1...

2X_7_7ce7830db4abb5beb139f5278c4032e7d0e7c04f.png
arahman by Node Link
  • 2697 Views
  • 9 replies
  • 1 kudos

So, you want to become a Neo4j Ninja?

Stealthy. Focused. Agile…. Become a Master of Graphs![](upload://vNluKJShx6lMYsn7laYVQ50xv7c.jpeg)Starting in December 2019 and for the whole year of 2020, we will be putting our Neo4j Certified Developers in intense training to become Neo4j Ninjas.T...

GRANDstack tips and tricks | GraphAware

Hi all, I have written a blog post containing some tips and tricks I gathered while using GRANDstack neo4j-graphql-js library. It contains: How to delete Date typeHow to reuse autogenerated resolversHow to create Union typeHow to test the application...

2X_8_87c3ad97df3bbec052387e53767b5c3deae43d9c.png

How to use Sigmajs to display your graph?

This blog post will show you how to use Sigmajs to display your graph. Have fun ! bsimard.com How to use Sigmajs to display your graph ? In this article, I will show how to display and customize a graph in a browser wit...

2X_9_931b7760725172da4e61cfe640d598f340f71dd6.png 2X_8_8ac50729eaf8c88df3e50f408f3dc502088ed2d4.png
Benoit by Graph Buddy
  • 2905 Views
  • 2 replies
  • 1 kudos

SUM on node property SLOW

Neo4j Version: 3.5.0 Trying to get sum on a node property MATCH (a:Author)-[p:Published]->(b:Book) WITH a.author_id AS author_id, SUM(b.read_count) AS total_read_count WHERE total_read_count < 500 RETURN author_id, total_read_count have indexes o...

Resolved! Searching for disjunctions of paths

I would like to do a query like this: match (n:Node{cat:'rel'})-[:REL{rel:'body'}]->(n2:Node) match (n2{cat:'ssub'}) or (n2{cat:'conj'})-[:REL{rel:'cnj'}]->(:Node{cat:'ssub'}) or (n2{cat:'du'})-[:REL]->(:Node{cat:'ssub'}) return n; But you can't use...

pebbe by Node Link
  • 1191 Views
  • 5 replies
  • 0 kudos