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

Improving Cypher code without using data type List

I have a quite simple network model focused on individuals and companies and their connected identifiers. To ease viewing for analysts, I take the relationship (:Person) - [PHONE] -> (:Phone) And create a phoneNumber property on the Person node using...

mkretsch by Node Clone
  • 368 Views
  • 1 replies
  • 0 kudos

Resolved! Desktop vs community ? / plugins install

I'm struggling with a new neo4j install in windows 10 which raises several questions : when you install neo4j desktop is neo4j community automatically installed ? like this is the actual DB manager used and desktop is just an interface ? in that case...

Resolved! Difference in speed between two import queries

Dear neo4j community, I have two imports, the first of which ran super smoothly and the second of which started off slow and eventually got even slower so I stopped it. As I'm still pretty new to neo4j and the utilized cypher queries seem pretty simi...

JaHo by Node Clone
  • 521 Views
  • 2 replies
  • 0 kudos

Import with Dynamic Relationship and Grouping

Hi all, I have a dataset like this below - id, seq,quotes q1,1,a1 q1,2,a2 q1,3,a4 q1,4,b5 q2,1,a1 q2,2,a2 q2,3,a4 q2,4,b5 I want to create a graph with grouped relationship with nodes. like (q1)-[:FIRST]->(seq:1)-[:quotes]->(a1) (seq:1)-[:NEXT]->(se...

Resolved! Import CSV With Optional Datetime Property

I'm completely new to Neo4j, so bear with me. I am trying to import a csv file where each row has an optional datetime value (some blank, some not). How could I import this data while applying the datetime() function to the rows where it's not null, ...

Graph algorithm to search and rank results

Hi everyone, we have a specific use case, where we store catalog data of some products in a graph. For some customers we do not have all of the attributes of an installed product but only a few ones. Using the known attributes we want a perform a sea...

Neo4J Group by and ranking

I am working on sample data, creating recommendation with respective to similar materials bought. its working fine MATCH (eid:eid{id:'102'})-[:BOUGHT]->(mat:material)<-[:BOUGHT]-(someOthereid:eid)-[:BOUGHT]->(m2:material) WHERE NOT((eid)-[:BOUGHT]->(...

Linked list

I am not clear about how linked lists work. If I have several linked list intertwined: (A)-[:ConnectsTo]->(M)-[:ConnectsTo]->(B) (B)-[:ConnectsTo]->(M)-[:ConnectsTo]->(C) It would appear as A is connected to C through M, but that is not what I intend...

Neo4j Desktop does not restart after update

Hi community I pushed the update button today in my Neo4j desktop on my local windows laptop to transition to the latest version of the desktop. Not 100% sure what happened after I pushed the button, but the desktop closed and nothing happened. I tri...

wirselix by Node Clone
  • 1954 Views
  • 4 replies
  • 0 kudos