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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Create meta graph of subset of nodes

After checking all the meta.graph and db.schema functions, I could not find one for the following case: i would like to be able to get the meta graph based on a selection of nodes. For example, meta.SubGraph is the exact opposite , given that the num...

Resolved! Multiple Node chain query by validity date

I have a problem creating a query that will travers two parallell Node chains and return the first OR second node in chain, based on validity date. The nodes are updated the day before valid date and I wan't to retrieve the current valid node. MATCH ...

Resolved! Neo4j's system language problem

The language of my operating system is Turkish. I get the following error, but when I change the language of my operating system, the error disappears. 2020-10-15 09:00:06.042+0000 INFO Starting... 2020-10-15 09:00:08.606+0000 INFO ======== Neo4j 4...

Resolved! I don't know why my "subquery" is not working properly

Hi all, I just tried plenty of queries and it either doesn't show me results I want or it throws timeout, I think it is set to 1 hour. I'm trying to answer the following question: which are the 20 nodes with highest degree and the 200 nodes with high...

2X_f_ff332431ce19e79c2dce7650cc1afaa260cb389b.png
j_crz by Node
  • 692 Views
  • 2 replies
  • 0 kudos

Loading data to test harness

Hi guys. I'm trying to debug a user defined procedure using the test harness as described by Max De Marzi's blog. I'm struggling with adding test data to debug against. Does the test harness require the data fixture to be embedded in java as a strin...

joe4 by Node
  • 1133 Views
  • 1 replies
  • 0 kudos

Hydrating Relationships in OGM

I am developing a fairly large application in Spring Boot using OGM. One of my gripes is that I can't retrieve just a relationship. I have to get the nodes at both ends of the relationship as well. Which means I have to create a new class to return t...

Upgrade to neo4j-admin from neo4j-import

I'm using neo4j-import to load nodes and relations from many dozens of csv files for each. I've tried replacing this with neo4j-admin but it does not recognize the command parameters. I've searched for a conversion guild or even a man page for neo4j-...