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

Why Eager operator appear after neo4j version upgrade

I am getting the Eager operation in places that don't make sense. I have a set of queries that used to run without Eager operation with neo4j 4.2.7 but after upgrading to neo4j 4.4.8 Eager started appearing in the query profile. I initially thought i...

Using Neovis with a JSON result

Hi all, We can visualize a part of a graph in Neovis with the "initial_cypher" parameter. But is it possible to give a json as an input to neovis and then visualize it? Thanks in advance!

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
  • 273 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...

Not able to create Graph DB

After downloading neo4j not able to create Graph DB. Graph DBMS is loading for more than 7 hours. I have tried with different version of neo4j but none is working.

Screenshot at 2022-09-09 16-20-50.png

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
  • 542 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...