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
  • 1292 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

Cypher Sleuthing: Dealing with Dates, Part 1

![](upload://x9PCqcPAk6nUpLZ6X4qM4a25EcT.jpeg)No matter what database, programming language, or webpage you might be using, dates always seem to cause headaches. Different date formats require calculations between application date pickers in user-fri...

greta by Graph Fellow
  • 368 Views
  • 0 replies
  • 1 kudos

Create a linked list for each bus-route

Hi! I'm new to Neo4j, I'm currently migrating a lot of geospatial data from SQL and I'm a bit stuck on declaratively creating bus routes. So far I have 60k bus-routes with the following relevant properties stop_sequence: 1 // increasing integer wi...

Hello! I am soooo confused about 3D Graphs

Hello! I am trying to create a 3D graph, but I am getting various problems when I utilize the code provided in this link: Visualizing Graphs in 3D with WebGL I am new to Neo4J and little more familiar with R than Cypher, but I just did a tutorial wit...

dhall54 by Node Link
  • 662 Views
  • 3 replies
  • 0 kudos

Create-Your-Own Dashboard: Using Retool with Neo4j

![](upload://p0qwmZi6lvRcyj4RvDEWRxt3WQl.jpeg)My latest research for integrations with Neo4j brought me to Retool: a low-code tool for building applications with drag-and-drop components and Javascript customizations. Still not sure what that means?W...

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

Query to get all node with all relation except one

Hi I'm creating a medical graph using node js. I add to each node a tags nodes with a relation tag. I to each node there are other relations like treatments and side-effects. is there a way to get all relations of a node (with the nodes) except the t...

Apoc.date cannot handle "AM" and "PM"

I have a simple time parsing: RETURN apoc.date.parse("11:43:00", "h", "hh:mm:ss") which returns 11 and when I want to handle AM/PM I write RETURN apoc.date.parse("11:43:00 AM", "h", "hh:mm:ss a") but get the error: Failed to invoke function apoc.dat...

rikku by Node
  • 545 Views
  • 3 replies
  • 0 kudos

Resolved! Some troubles with exercises

Testing with regular expressions MATCH (p:Person) WHERE p.name =~’Tom.*’ RETURN p.name What does 'regular expressions' mean? And I've never seen the .* pattern before, I thought the dot operator is always used to retrieve a property of something? /...

Prerequisites to Cypher tutorial

I want to work through the tutorial at Neo4j Graph Database Platform Getting Started with Cypher - Developer Guides This guide explains the basic concepts of Cypher, Neo4j's graph query language. You should be able to rea...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png
mackellb by Node Link
  • 525 Views
  • 3 replies
  • 0 kudos