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.

leelandclay
Graph Buddy
since ‎03-28-2019
‎06-01-2022

User Statistics

  • 65 Posts
  • 1 Solutions
  • 13 Kudos given
  • 6 Kudos received

User Activity

I'm working on refactoring my model to move the country, city and state properties out of my :Person node and into their own nodes. All that's left is rewriting the queries to pull the information from the proper location. Everything was going well u...
I'm building out a dating app that has a two-way distance restriction. I'm also adding in the capability to limit people to your country/state, ignoring the distance. I've written the query, and tbh, the performance is horrible. I know what the probl...
I'm writing a dating app where members can specify how far away they're willing to travel for a date. Each :Person object contains a location and distance property. The location property is a Point object and the distance property is an integer that ...
First...back story. I have a dating app that lets people create profiles and have a description. However, I've started getting bombarded with people who are creating fake accounts with the intent of scamming people. The most common way seems to be by...
I have Questions and Answers stored in my graph. Then, when a user answers a question, I create a relationship between their user node and the question, as well as the answer(s) they chose. Now, I'm working on creating a compare option that users can...