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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Exporting knowledge graph

Hi, I used Neo4j to build a knowledge graph on a dataset containing 200 rows. Now the output from knowledge graph after building all the relations and entity is 4000 rows which I need to use as input for my transE model to get the embedded vectors.Th...

Resolved! 😱 Read Replia Won't Start 😱

Hey folks. Have set up a causal cluster on GCloud using Terraform. We have a single read replica that runs backups.On dev: Read replica starts normally. On prod, it never gets to fully started state. ``````Logs: Sep 06 23:25:42 neo4j-prod-read-backup...

Parameterized query performance degradation

  Hi,  I have two version of the same query one parameterized and the other non- parameterized. when I run both these queries after some days of running the neo4j database, the parameterized version is about 10 times slower (screenshots attached) the...

KD_0-1663104298140.jpeg KD_1-1663104298149.jpeg
KD by Node
  • 254 Views
  • 0 replies
  • 0 kudos

Resolved! Bloom scene sharing without full write access?

Hi all, My team uses Bloom to access our graph, and I frequently share scenes with them to communicate key results. I would like them to be able to create and share scenes between themselves, but I can't figure out a way to allow that without full WR...

Databricks to Neo4j server load csv using cypher

I am trying to use the following to load a CSV file from Databricks notebook: gds.run_cypher('LOAD CSV WITH HEADERS FROM "file:///FileStore/sample.csv" AS row') The databricks and Neo4j servers are on different machine. I have no problem connecting a...

learner by Node Link
  • 511 Views
  • 2 replies
  • 0 kudos

Path Planning Algorithm

Hello, I am wondering if any of the shortest path algorithm can works in this way - Say I have five destinations A,B,C,D and E and all are connected by roads. I want to know the shortest distance it takes to leave A, travel each of the nodes once and...