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
  • 857 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Basic Cypher condundrums

I am not a programmer and I've just started playing with this and have some, what I am sure, are basic problems I've created a really basic graph some of the nodes show the name and some don't and I can't work out why. I did go through and put a name...

sara by Node
  • 731 Views
  • 4 replies
  • 2 kudos

Understanding the all() Predicate Function

I'm trying to use the all() Predicate Function in my query, but it's not working as expected, so I decided to experiment a little with the Movies graph. Given that I want to find all paths where actors acted in movies that were released after 2000, I...

2X_6_6032394788516011492220fc81a8191805c0c651.png

Resolved! Neo4j for historical data?

Hi, I try to find decision for saving scan results (and later a lot of different information about vulnerabilities, hosts, nets etc). But I try to understand whether graph db is suitable for that? Because I was stuck on current small example: I have ...

Multi-tenancy

Hello, It has come to this point. How to handle multi-tenancy. Obvious choices: single-tenant - 1 instance per tenant (would get hairy once the number of tenants grows and we have data that should be shared between tenants, and which would need effor...

Dutzu by Node Link
  • 2644 Views
  • 5 replies
  • 2 kudos

Resolved! Neo4j-OGM 4.x Database

Given the latest release of neo4j-ogm is now using the updated 4.x driver: GitHub neo4j/neo4j-ogm Java Object-Graph Mapping Library for Neo4j. Contribute to neo4j/neo4j-ogm development by creating an account on GitHub. ...

1X_496e91cab9ad7b3d2da1ed797c30782efbc11b0a.png

Depth-first traversal, sorting, and listing

Hey there. I have this node tree: N1 N2 N4 N5 N3 N6 Where nodes are bound together with N2-[:part_of]->N1 I would like to traverse the tree depth-first, so a flat list of the tree would look like this: N1 N2 N4 N5 N3 N6 Additional i...

emk by Node Link
  • 2658 Views
  • 9 replies
  • 10 kudos

Select one node from each subgraph

This is my first time posting here, So Hopefully I am asking this question right. I have a graph that has User Nodes that can be "friends" of each other. When a User is a friend, they can see each others data. I have an simplified example here with t...

mike2 by Node Clone
  • 546 Views
  • 1 replies
  • 1 kudos