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
  • 856 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

Coming soon: Neo4j Ops Manager

Code-named "NOM" the Neo4j Ops Manager is coming soon. Check out this video to learn how Ops Manager will help manage and monitor multiple Neo4j Databases. https://neo4j.com/videos/nom-bytes-1-are-we-good-get-an-estate-wide-view-of-managed-dbmss-with...

Anonymous by Not applicable
  • 399 Views
  • 0 replies
  • 0 kudos

Resolved! Count the number of duplicates in result

Hello community, I am new to neo4j and I'm trying to get a list of nodes (that has not a specific relation) and count node name duplicates. Query: MATCH (e:ExampleNode) WHERE NOT exists((e)-[:EXAMPLE_REL]->()) RETURN e.name as name, count(e.name) as...

neo4j-admin import relative folders on windows

Hello,Question: for admin import, how can i use a different import folder than the default import folder, on versions later than 4.2.x? Preferrably relative folders rather than absolute foldersBackground:For my project, i have been using a pipeline t...

GDS and Causal Cluster Lack of Integration

Now that we have been using the Neo4J graph database for a few years and have integrated and using the GDS library we are now moving to a causal cluster. But Neo4J has not integrated the GDS library to run on a cluster. What? GDS algorithms are alleg...

Resolved! Returning graph

A graph that has uneven depth i.e it might have 4 nodes in a path and 3 nodes in a path. It looks like thisEg:A-B-C-D and A-E-F (the relationships between them can be of different types and there can be multiple such paths from A but the limit will b...

gdb_ONE by Node Link
  • 717 Views
  • 4 replies
  • 1 kudos

searching using 'or' on entities

hello, I am a Neo4j newbie. I have a Neo4j graph with 3 entities: Person, FirstName, Postcode - they are related to each other as follows: Person -> [:HasFirstName] -> FirstName Person -> [:HasPostcode] -> PostcodeI have a person in the database: Tom...

rc by Node Clone
  • 707 Views
  • 4 replies
  • 0 kudos