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

Use allShortestPaths on directed graphs

Hey, I'm using neo4j-desktop version 4.2.6 from Java. I've been using the allShortestPaths (not the algo one) in my graph. The graph has 1 node type and 1 relationship type where all relationships have the same weight. This is my query: MATCH (articl...

Resolved! Match path results

Hi everybody, I have this portion of a graph: And I performed several MATCH queries on it to obtain all the path from a starting node, and the associated cost. As an example, from the node name 'PU4': MATCH path = ({name:'PU4'})-[:SENSOR_MEASUREME...

3X_9_7_97fccbe9816c39b836dc124923bcf1e2bae5fd4c.png 3X_1_2_128d806f65984f0194d23b8fb91cbf929014200b.png

Tag as 'multi-graph '

Tag posts with multi-graph when the topic is related to or could benefit from having multiple logical graphs within an operational database. The more posts we see with this tag, the more improvements we'll make to multi-graph features. Background Ne...

abk by Neo4j
  • 282 Views
  • 0 replies
  • 0 kudos

Resolved! Is it possible to write a query to partition the graph

I want to split the graph into two sets, train and test. For each node, add an additional node label, either 'train' or 'test'. For example, 1/3 goes to 'test' and 2/3 goes to 'train'. Is is possible to do this with a cypher in neo4j? MATCH (n) WITH ...

lingvisa by Graph Fellow
  • 508 Views
  • 2 replies
  • 1 kudos

Resolved! Creating relationship using MERGE runs endlessly

I'm new to Neo4j and working on a data set that contains 2.3M rows. I have got the following questions When I implement the Load CSV query, I'm not able to load and view the whole dataset. Do I have to use LIMIT to have an effective visualization? Qu...

graphSAGE with List<Float>

Hi, I'm new at neo4j, trying to use the graphSAGE with float list property. I'm using GDS 1.5ver, so i thought it can be work. Firstly, i tested with the example on the graphSAGE documentation. GraphSAGE - Neo4j Graph Data Science I made node and ...

song by Node Link
  • 1697 Views
  • 11 replies
  • 6 kudos

Modeling exercise on data of college sports meeting

Hi, I'm learning Neo4j modeling, This is an example of an annual sports meeting at a university. staffs has property of gender and birth date. Assume that athletes participating in sprint are grouped by sex and age: group1: young men(Gender=male & a...

joylix by Node
  • 587 Views
  • 3 replies
  • 0 kudos

Ghost nodes

When attempting to index the graph (I utilize Linkurious), it returned the following error Database elements (nodes, relationships, properties) were observed during query execution, but got deleted by an overlapping committed transaction before the q...

mkretsch by Node Clone
  • 850 Views
  • 5 replies
  • 0 kudos