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

Why don´t work this order by desc limit 1

Hi all, I have to filter the result of a apoc.when. When two property values are equals I need the node with the closest date only one. The problem is that the order by limit 1 does not work The conde: //Codigo para sacar subgrafo entre el centro y l...

3X_0_f_0fdbea9505bb1aea26ad2b757c5962bdbb405ab0.png

PageRank to recommend products

Hi all, I am new to Neo4j and have been trying out with the PageRank algorithm for a side project of mine which involves recommending products. I understood that PageRank gives a static ranking of the nodes(product) and I wish to make it "dynamic" by...

What's the maximum length for an :ID during import?

Neo4j Version: 4.3.6 I'm using neo4j-admin import to import some data in to a fresh database. I'm using a text index for one of the types of nodes, and whilst almost all of the :IDs are in the region of 50-100 bytes in length, there is the odd one th...

inersha by Node Clone
  • 438 Views
  • 2 replies
  • 0 kudos

Genealogy Open Source User Defined Funtions

Genealogy data involves multiple graphs. I've been working with Neo4j and genealogy data for several years, refining a schema and cypher queries. The complexity of the latter has increased over time. Thus, it is prudent to develop user defined functi...

How do I create system dependency mapping?

Hi there, I am looking to map dependencies of different IT systems. My data (a .csv file) is in he following structure (obviously different system names and additional fields): What I want to be able to do is: Import the csv into Neo4j, and create a...

3X_8_2_82421682a33e1fd8e17105e25543c1277c84e554.png 3X_a_5_a5bb5134e8f3471cb1fd4711fe92673c0a64e572.png
cshek by Node
  • 260 Views
  • 0 replies
  • 1 kudos

Cypher exception in graphql with array parameter

Hi! It's my first time posting here so please advise if anything isn't clear! I'm coming across a cypher exception when executing a query with an array parameter via graphql. A simplified version of the query I'm trying to execute is as follows: Cre...

How to use If Else condition in neo4j?

Hello Team, Greetings!! I am looking for a sample query which uses " if and else " logic in neo4j. My neo4j version is 3.5 Please let me know if anyone is having information related to this. Thanks in advance! Best Regards Akshat

Selecting a sub graph of n nodes

I have a neo4j graph of 600000 nodes which are connected to each other in the form (a:item)-[r]-(b:item). How do I get a random sample of graph network with 10000 nodes with relations between them? (bascially what I require is a random graph consisti...

Resolved! APOC procedure to Trigger an ID

Hello guys, which is the correct APOC procedure to Trigger an ID and (Increment it +1) every time I call a create? Assuming User has an ID - my idea is to increment using ID and not UUID, I know maybe is not performant but I have to. The perfect thi...