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

Using Theo with Vapor

I am interested in developing an application in Swift using the Neo4j graph database but I can’t find any documentation on how to leverage it with Theo, Vapor, Fluent, etc… Does anyone know where I might find additional documentation?

Patch by Node
  • 354 Views
  • 0 replies
  • 0 kudos

How to get previous date from a date

Hello there, I am working with Neo4j dates, I want to get previous date from a date for example if "2019-01-01" is current date then i want "2018-12-31" as previous date. Is there any way to get the previous date of a date in Neo4j using cypher? Tha...

Browser Credentials Handling - Community

Hi All! I am working with the Community Server edition and trying to disable browser credentials caching; however, I can't locate the browser.retain_connection_credentials setting in the neo4j.conf. Is this possible to set for the Community edition? ...

Resolved! How to Add 2 numbers together in Cypher

I'm trying to make 12 hour time to be in a 24 hour format. The problem I'm having is that I don't know how to ADD two numbers together in Cypher. I end up concatenating them together. I'm using this line in a CASE statement: WHEN 'PM' THEN toInteger(...

Neo4j Traversal Framework

Hi, I would like to use the Traversal Java Framework to search in time-expanded model of train time schedules. I need to traverse the graph in a specific way due to the amount of nodes and relations in the graph. I have tried to write my own Evaluato...

Resolved! How to turn string Date/Time into something usable

I have a Date/time as a string and I need to turn it into something usable. This is an example of what I have: 29 September 2019, 8:50 PM I have been trying to get this to work looking at other examples and this is what I have (doesn't work). LOAD CS...

Post union processing in Neo4j 4

The much awaited feature is finally here! GraphAware Neo4j 4: Post-Union Processing Explained | GraphAware Many, many years ago, I requested for the Cypher UNION clause in Cypher and Andres Taylor graciously added it.This was f...

2X_f_f86c698e354111ce55f230d1b2870b03328059fe.jpeg

Cut off unnecessary relationships

Hello! I have graphs consisting of student nodes and classmate relationships (s1)-[:classmate]->(s2). Is it possible to write a query that cuts off relations between fake classmates? For example, here it is necessary to cut off the Donskoy Ilya.

2X_f_f8097dba049801dc4cd91be4cb3a86b625385ff0.jpeg