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
  • 920 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
  • 1163 Views
  • 1 replies
  • 1 kudos

Conditional permissions for roles

Hi community, we're just trying to get the roles and permissions from the 4.1 up and running. One question therefore - is it possible to have some kind of conditional permissions for roles? For example, some information stored in a node is checked fr...

Problem using "apoc.mongodb.get"

Hi all I need your help, I am trying to import data from a Mongo DB to Neo4J version 3.5.13 using "apoc.mongodb.get" using a call similar to the following: CALL apoc.periodic.iterate( 'call apoc.mongodb.get( "mongodb://mongo_user:mongo_pwd@mongo_d...

Resolved! Access nodes in path

Hi, I’m working on a small buses lines dataset, I’m currently hitting a problem. How can I check that, on a line with X buses, the previous bus isn’t after the next one using this kind of MATCH: MATCH p=(a)-[*1..4]->(b) WHERE a.arrival_date + durati...

neo4j by Node Clone
  • 9149 Views
  • 11 replies
  • 0 kudos

Get "parallel" subgraph into ordered list

Hi, say that i am modelling a production line consisting of several steps. The line has 2 "entry points" (stepA and stepD) and one "end" (stepG), and the subgraphs starting from the two entry points "merge" at one point(stepC) in the line - like this...

cmdr by Node Link
  • 626 Views
  • 4 replies
  • 1 kudos

Neosemantics Install fail

Hi, I am trying to install Neosemantics: System Mac OS10.14.6 Neo Desktop 1.3.3 In graph app gallery I click install and get an error in installation. I looked in developer tools for the error and it was listed as undefined. file:///Applications/Neo4...

Constrain New Relationships to Nodes in View

Hi, In Bloom when you do a relationship expansion, you are given a cue as to whether new nodes will be brought into the view with the number in parenthesis by the relationship. If there is no number then the relationship expansion only occurs among n...