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.

mojo2go
Graph Buddy
since ‎09-11-2019
‎06-01-2022

User Statistics

  • 46 Posts
  • 1 Solutions
  • 9 Kudos given
  • 15 Kudos received

User Activity

I have pulled in data from separate data sources. I am of course de-silo-ing the data by making connections across them. However I found a problem. I ran a DISTINCT on the names and got 2 seemingly identical results. Well, okay, to the eye they a...
I wish to run a query for a selection of nodes, to find every property that has a fake null value and just remove it. So for example I have data where some property keys, like 'fax' and 'postalCode', have been assigned the value 'NULL'. I want to c...
I am looking for a way to listen for a specific event in Neo4j, and the moment it occurs update a browser-only javascript web app. The event itself is the assignment of a specific property key to a node. It should happen real-time. I feel it would c...
Svelte.js is a front-end only web 'framework'. https://svelte.dev/tutorial/basics I would like to use it to connect to Neo4j. I feel that this must be possible using one of our browser-based bolt access methods, i.e.: I have not managed to make an...
I often want to demo what is happening in the database as database updates occur. I would like to show--realtime--the insertions of new nodes into the database. It's easy to query and display a set of nodes--let's say a growing chain of nodes. The...