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

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 993 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1209 Views
  • 1 replies
  • 1 kudos

Visualing Neo4j data in a third party app

Hi everyone, Currently we are looking into the possibilities to visualise Neo4j data in a third party application. I was wondering which technologies or solutions the community is using as middleware (the authentication layer for extensive role-based...

How to read Neo4j query log analyzer correctly?

Hi all, I am using Neo4j query log analyzer on Neo4j desktop to investigate my performance issue. In the image, the total for 2nd query is 153281 ms (~ 2.5 mins); but the time for planning, cpu and waiting is very small, just 1433ms in total. So whe...

3X_5_2_5244d7a7b5143d434f46ffd0f922273f389b4b0b.png

Nested Cypher

My JS object looks like this payload: { userId: string, event: { id, name, attributes: [ { id, name, options: [ { id, name }, {id, name}]} ] } so basically, event -> attributes -> options What Cypher can allow me to Match the user ID and create nodes...

Resolved! Connection failed. Could not connect

My System: Windows 7 Neo4j Desktop 1.2.1 Neo4j Browser version: 3.2.20 My Problem: I installed Neo4j Desktop, it worked. I ran :play movie graph. I loaded the Movie Graph database and experimented for a while then I deleted the project. Now when I tr...

GDS graph create with in-memory database

Hi, we are using neo4j with GDS in a spring project (kotlin) and want to test our repository functions. For this we are using an in-memory database with neo4j-harness. When I try to create a GDS graph in my test function, neo4j does not find any nod...