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
  • 948 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
  • 1184 Views
  • 1 replies
  • 1 kudos

Creating nodes and relationships via a simplified UI

Hi, I can't be the first person to ask, but have failed to find a relevant existing topic so apologies in advance if I failed to search well enough. I'm wondering how best to present a graph to an end user and allow them to make simple modifications,...

How apoc.path.subgraphNodes travers the graph?

Hi! We are trying to implement a very simple content based recommendation query for our database. The database for now only includes the following nodes and relationships: Nodes & properties: (Course {course_id})(Game {game_id})(Coach {coach_id}) Re...

2X_c_c893d8b12cd8ff2175acc2ea0f2c91b45a2a0e5d.png 2X_f_f60de7a00a5c4aa9315019178ab97d79d82e9f99.png
axel by Node Link
  • 1196 Views
  • 7 replies
  • 2 kudos

Spring Boot Data + Multiple Databases

Hi, We are reaching the point of development where we are preparing to go live. We want to run our application against a specific NEO4J database, instead of the default neo4j::Default database. I have search the Neo4j documentation, plus a whole load...

How to match a path, by stop by a condition

Hello! I have a graph: root(neo4j id : 0) -[:include]-> childA(neo4j id 1) -[:include]-> childAA(neo4j id 2) -[:include]-> childAAA(neo4j id 3) I want match from childAAA reversely along include edge, but stop when the endNode of current edge in nod...

Count how many times a node match

I have two groups of nodes in neo4j. The Mail node have this form { time : year/month/day, content : Hey Anna Sorry I took awhile getting ... } The node word have this form: { word : *** } I want to match how many times the nodes Word mat...

lx2pwnd by Node Clone
  • 1426 Views
  • 5 replies
  • 1 kudos

Causal Cluster Performance Impact

Hi, I have a causal cluster and a HA instance of neo4j where I am trying to load huge datasets (probably 1 TB of data) and trying to identify or compare the metrics getting for loading data and for some HOP queries. HA Instance: 1 AWS r4.2xlarge ins...

sbis by Node
  • 1346 Views
  • 3 replies
  • 0 kudos

Resolved! Unable to use created neo4j database

I had created a database, which was working perfectly. But now, when i try to use the database created by me, using following command: :USE foo; it gives error: Unable to get a routing table for database 'foo' because this database is unavailable I...

sharwan by Node Link
  • 6289 Views
  • 6 replies
  • 3 kudos