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

Resolved! Move databases to new Win PC

Hi, I just got a new Windows laptop and want to move my Neo4j Desktop databases to the new environment. Everything is upgraded to current version I have installed Neo4j on the new machine, and I have tried to dump/load the neo4j database. Old laptop:...

Bloom, a better sample behaviour?

Hi there Here is a suggestion that I and probably a lot of users would like to see for bloom. We all know Bloom as any visualisation tool as a maximum number of nodes it can show up. Let's say we have two entity, 50 Customers and 1500 websites with ...

Bloom 1.6.1 Poor Connection Issue

Hi, Installed Bloom 1.6.1 along with Desktop 1.4.4. In Bloom using custom search that previously worked, no longer return results. I am getting a port connection retrying warning. The database is local. Andy

Conditionally create or merge a node

I am trying to create/merge a node conditionally based on whether a variable does not equal the string 'Title'. I think I have 1 conditional node create working for when a variable value equals the string 'Title' but its hard to test without both wor...

pjr4lph by Node
  • 6431 Views
  • 16 replies
  • 0 kudos

Not able to create a unique nodes

Hello All, when I run the query then I get the output as per the screenshot but. When I try to create new nodes with the details of these nodes. It creating two nodes with the same details. It is ignoring the node "2016" one. Match (e:RowName)-[:ASSO...

3X_5_d_5d6d890668b6ae4c2c7f28f2075b7dc9acfba342.png

AWS AMI's not available in Stockholm region?

Per this post: Deploy to Amazon EC2: Host a Single Instance of Neo4j on AWS - Developer Guides I succesfully launched the enterprise AMI in the eu-central-1 (Frankfurt) region. I'd like to move to the eu-north-1 (Stockholm) region for cost saving but...

Resolved! Count Relationships per Row?

We have users, groups and a third thing (measurements) in our database. User can be members of one or more groups. (g1:Group) / (User) - (Measurement) \ (g2:Group) Now I need to do something with the Measurement...

BairDev by Node Clone
  • 417 Views
  • 1 replies
  • 1 kudos

Frequently returns nothing on same query

Hello, I'm using Neo4j on a cluster using the helm chart. but I am experiencing frequent "no result" for the same query that usually returns some nodes and relationships. I want to understand why this happens. is it possible to give me some hints on ...

Load CSV in NEO4J from spectrum table redshift

Greetings Everyone, The tracking data of the website that i am building goes to S3 bucket and from there i pulled the data to external table/ spectrum table in Redshift. is it possible to load the table as CSV into graph database? Thank You!

shubham by Node Clone
  • 311 Views
  • 0 replies
  • 0 kudos

Resolved! Return Min, Max of Aggregate functions

Hi All, I have a product database where all the products are associated with Category and Sub Category relations. The matching cypher looks like this MATCH (C:Category)-[:hasChild]->(S:SubCategory)-[:hasChild]-(SC:SubCategoryr2)-[:hasProduct]->(P:Pro...

3X_a_5_a53680b05221f2a73eaec8228872ab8b27a44675.png 3X_5_4_54aa2ce6432e9aeb40cce8acacef4ddd2ab97aa6.png

Apoc.load.csv vs LOAD CSV?

hi, can someone explain why apoc.load.csv was developed given that there is cypher LOAD CSV ? is this something that only made sense compared to an older version of cypher ? or else what currently are the pro / con of using apoc.load.csv vs LOAD CSV ...

Resolved! Inserting a Python Dictionary Inside a Node

I'm trying to put a Python dictionary inside of nodes, because I recieve data as a dictionary in Python and need to save it in Neo4j. My query looks like this: "create (a {name:"node", text: "", values: {color: "red", size: "7 m"}}) " and it gives me...

m_h98 by Node
  • 1740 Views
  • 1 replies
  • 0 kudos