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
  • 919 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
  • 1162 Views
  • 1 replies
  • 1 kudos

Azure deployment - Q's

What is the generated graphname made from the Azure 'Neo4j High Availability Cluster'-template? I can't connect to any of the 3 Linux VM's it creates so I try to connect to the graph via my Neo4j Desktop on my windows laptop. I connect to it via Chro...

Can I give a weight to my graph?

Hey everyone , I already made clusters in my graph by using this queries : CALL algo.unionFind( 'match (n) return id(n) as id', 'match (n1:Attributaires)--(n2) return id(n1) as source, id(n2) as target', {graph:'cypher', write:true, partitionProperty...

Neo4j Choice Values Design Decision

TLDR: single and multi-select choice fields: for a generic ETL tool should I model them as nodes connected with relationships or direct labels on the parent/starting node. I realize the optimal modeling decision depends on the specific schema/questio...

Query optimization for fraud rings matching

Hello, I have the following case : We are looking for fraud were 2 persons are connected to one car in one police case and the same 2 persons are connected to 2 different cars in another police case. The script for database creation : CREATE (police...

2X_7_74070f90bb3dad5caef66722ef3395faeeb5d2e7.png
borism by Node
  • 1285 Views
  • 2 replies
  • 0 kudos

Results as plain text?

Maybe the syntax for this is obvious, but I have not found it. I'm using cypher-shell. Results are presented in ASCII art boxes like this: +-----------------------------------------+ | movie | cast | actors | +----------------------...

Connection timeout from neo4j browser

Hi, We are using Neo4j 3.4.1 Enterprise edition. We have been facing connection timeout very often while accessing neo4j browser from chrome. On checking the connection pool in neo4j; it seems that > 3k connections are due to our browsers across 4 c...

2X_7_7cd08b2403cde81e0a7867054a2f68395b0f2c87.png
shweta by Node Link
  • 1943 Views
  • 2 replies
  • 0 kudos

Resolved! NotFound - gcloud compute instances create

Hi, I'm having trouble creating a neo4j instance on Google Cloud Platform, following the directions here: https://neo4j.com/developer/neo4j-cloud-google-image/. I get e.g. The resource 'projects/launcher-public/global/images/neo4j-enterprise-1-3-4-9'...

Jiropole by Graph Voyager
  • 1734 Views
  • 8 replies
  • 4 kudos

Error importing Exported CSV

Hi. The following query worked fine on a Manually created lyrics CSV: Starboy.csv I am exporting clean lyrics to a CSV using Python, and the doesn't work, throwing an exception: "neo4j.exceptions.ClientError: Cannot merge node using null property val...

Resolved! Modeling methods of communication

Brand new to graph databases in general and trying to design a system using appropriate technology. 20+ years experience in the RDBMS realm and adding yet another new tool to the toolbox. I'm trying to design a model that identifies people and commu...

rich by Node Link
  • 2557 Views
  • 7 replies
  • 4 kudos