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
  • 1005 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
  • 1217 Views
  • 1 replies
  • 1 kudos

Property dense nodes

Are property dense nodes in Neo4j problematic in a similar way denormalized tables are in SQL? I have large amounts of aggregated properties I need to store for alot of smaller subgraphs (around 150 properties per subgraph, too many to aggregate on t...

Martin by Node Link
  • 1693 Views
  • 3 replies
  • 0 kudos

Query for arranging the nodes by input Hierarchy nodes

Hi, I want to create a hierarchial graph when i select one .i.e. single values from every relationship. (this is the way i created my UI , where i select one node from every relationship and frame a query ). The query looks like - Match (n) OPTIONAL ...

2X_9_949d1fbe53e6a05f2b016b248f5874abc8487fe1.png
sucheta by Graph Buddy
  • 1185 Views
  • 0 replies
  • 0 kudos

Load data from impala to neo4j

Hey Everyone, i need some help in importing the data from impala to neo4j . i have credentials of impala and i want my data in neo4j . could you all please help me and tell me the steps how i can do it. i have millions of records in my tables and i k...

12kunal34 by Graph Fellow
  • 3210 Views
  • 10 replies
  • 1 kudos

How to process heterogeneous data sources (structure, semi structure and unstructured) in Neo4Js using Ontology driven data integration? Any help /reference is highly appreciated

Hi All We are trying to do a POC by using Neo4JS to build a knowledge base ,We are trying to integrate heterogeneous data sources(structured , semi structured , Unstructured) in to Neo4 JS using Ontology driven data integration . Why we are preferr...

Resolved! unionFind doesn't work!

Hey everyone , I was working on neo4j in Windows and now I moved to Ubuntu since it's faster and much better in term of supporting huge data . What I am doing right now is rerunning all my queries and it ended up by displaying an error when I ran thi...

Resolved! Neo4j Procedure in Kotlin

While it was a bit extra work getting Kotlin to work smoothly with SDN & OGM, with help from this awesome community I was able to get it working happily. Emboldened by that success, I was going to attempt to convert a stored procedure to Kotlin, but ...

Jiropole by Graph Voyager
  • 1478 Views
  • 2 replies
  • 0 kudos

Aggregate/collapse/roll-up relationships with Cypher

I have a graph representing the pub/sub messaging configuration details in our micro-service landscape. For some use-cases, it makes more sense to have aggregated/collapse/rolled-up relationship between publishers and subscribers, hiding away various...

Resolved! Migrating from 3.0.12 on docker to 3.4.10

Hallo, I downloaded Neo4j directly using docker, and it comes with the v3.0.12 as the latest. After spending a lot of time with the help of andrew bowman, to understand some strange errors, he suggested me to upgrade to the v3.4.10. I got nothing of ...