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.

wdrosko
Node Link
since ‎11-27-2019
‎06-01-2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 2 Kudos given
  • 5 Kudos received

User Activity

I've been having quite a bit of trouble with a query I'm building today. To me it seems like it should be quite straightforward, but I'm not seeing the expected results. And for reference, I am testing out the queries in the browser for viz purposes,...
This is a follow up post to this thread: Neo4j v4.0 "Mismatching store id" I've recently followed the suggestion by @dazhi.jiao where they stated that symbolic links/paths were the issue: Neo4j v4.0 `Mismatching store id` And my server no longer f...
I'm running Neo4j v4.0. Today I decided to reload a database with the admin import tool (since this is how we are loading our graph) and it successfully runs. The tool imports all of the nodes and relationships without fail. Additionally, there is no...
I just upgraded my Neo4j from 3.5 to v4.0. After running into no issues with the upgrade I started the server and went to the browser site to check out what's new with 4.0.0. Upon accessing the browser I did some queries and everything was working fi...
I'm currently trying to export data from an existing knowledge-base so that I can perform some concept normalization and merging of other json data. As it stands now I want to get the whole database into a json file. I do that with: CALL apoc.export....