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

Schemas in neo4j

I'm totally new to neo4j and an wondering if it has the concept of a schima.  I've used TigerGraph where you model out the schema with node and edge types.  Its a little bit like creating a schema in relational database that maps everything out ahead...

How do I exclude paths that return to the start node?

I have a query that is returning more paths than it needs to because it will go from the start node to other nodes, then back through the start node again  Here are some of the paths it returns: 1-3  1-3-2  1-4 1-3-2-1-4  The last path is unnecessar...

graphene by Node Clone
  • 272 Views
  • 1 replies
  • 0 kudos

Neo4j Kafka connector on controller center

Hello guys, For some reason, my neo4j connector is not showing on the controller center. It is showing on the directory /usr/share/confluent-hub-components, not sure where I did wrong. I'm also restarting the docker a couple times but still couldn't ...

Salad9996_2-1668288965091.png

Creating Relationships takes a very long time

Hi, I am working with Twitter data and creating nodes for Tweets. More specifically, each row in my CSV has 2 tweets, some tweet properties (likes, retweets, and such) and a similarity score created earlier in python. I am then connecting the tweets ...

JSON Output File Cypher Query Readable by D3 Sankey

Greetings, Apologies if info around this topic exists. I'm using Neo4j Community 3.5.1 w/ apoc-3.5.0.3-all. Goal Here is what I am trying to achieve... I want to run a cypher query that outputs a JSON file that is in the format that is consumable/rea...

2X_7_77eeb022b58fe432a502f45e75f7328fd500d5a0.png
keithave by Node Clone
  • 2469 Views
  • 7 replies
  • 6 kudos

Resolved! NeoDash Cumulative Sum Line Chart

Hey Neo peeps! I'm trying to create a shipment pace output that is cumulative (meaning the values add to the previous sum and the line chart should never go down) I'm attempting to do this by using the reduce() function (List functions - Neo4j Cypher...

gq16_2-1661886186492.png
gq16 by Node Clone
  • 1025 Views
  • 6 replies
  • 1 kudos

Kubernetes Node fails strategy

Hi, I wanted to know that, I am using Neo4j 5.1 Enterprise edition on EKS with 3 core instance(core-1, core-2, core-3). Also, I use EBS CSI driver to dynamically create volume and use node auto-scaler. so when my one instance (core-1) failed then nod...

Skipping incoming relationships with apoc.clone

I am using the cloneNodes procedure for cloning a node with relationships: apoc.refactor.cloneNodes(nodes :: LIST? OF NODE?, withRelationships = false :: BOOLEAN?, skipProperties = [] :: LIST? OF STRING?) This procedure accept properties that can be ...

deepak by Node Clone
  • 500 Views
  • 4 replies
  • 0 kudos

Resolved! Complicated Cypher Query

I'm very new to neo4j and hence this question, I have my data in the format: movie_id  cast 1      [{'cast_id': 14, 'character': 'Woody (voice)', 'credit_id': '52fe4284c3a36847f8024f95', 'gender': 2, 'id': 31, 'name': 'Tom Hanks', 'order': 0, 'profil...

kashu94 by Node Clone
  • 483 Views
  • 2 replies
  • 0 kudos

Choosing the right graph algorithm

I have neo4j graph database. There are nodes and relationships called 'related'. Each relation has weight property called 'score'. Given a list of nodes, I would like to score them based on how much related are those each other. For example if they a...

DB only available only on console

I loaded new database dumpneo4j-admin load --from=mydb.dump --database=neo4j --force systemctl start neo4j :use neo4jDatabase "neo4j" is unavailable, its status is "offline".Database 'neo4j' is unavailable. Run :sysinfo for more info. -Not available ...

paullsnr by Node Link
  • 158 Views
  • 0 replies
  • 0 kudos