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! Copy a DATABASE on a causal cluster

Assume I have a 4.0 cluster with several "graphs" (cypher: "DATABASE"s). I want to create a copy of one for them for experiments that will make modifications to the graph. Initial Google searches have turned up neo4-admin copy --from-database=... to-...

Resolved! Neo4jError: Unknown Bolt protocol version: 0

Hi Team I have setup Neo4j on AWS. To this DB i am able to connect and fetch data using Bolt protocol via python code , however trying to connect to DB from Javascript results in below error. Neo4jError: Unknown Bolt protocol version: 0 Are there an...

Change delimiter type when exporting data into csv

Hello, is it possible to change delimiter type when exporting data from Neo4j into csv file? My current export query use the comma "," as delimiter between the requested information (EntityLabels and Entity): <CALL apoc.export.csv.query("MATCH (e:ent...

Cannot connect to Neo4j Browser on Amazon EC2 instance

I am at the end of my rope. It seems that EVERY time I attempt to do ANYTHING beyond the "Hello World" examples of some tutorial, I spend days thrashing with intricacies of Neo4J -- documentation bugs or mismatches with the current version, things th...

tms by Graph Buddy
  • 1671 Views
  • 3 replies
  • 0 kudos

Resolved! Incorrect graph visualization

Hi, I'm new to Neo4j so I'm wondering if I'm doing something wrong with the following example: In a new database I created 2 nodes and 2 relations between these nodes: create (:Message {id:1}) create (:Message {id:2}) create (:Message {id:1})-[:impli...

Why is it so slow to open the graph in browser?

For the same graph, it's very quick to open the graph database in my local machine: http://xx.xx.xx.xx:7474/browser/ However, in another machine which is in close network, it sometimes takes a long time to display the graph in the browser. In a few ...

lingvisa by Graph Fellow
  • 956 Views
  • 3 replies
  • 1 kudos

Cypher Query to show Node Labels in Graph

Hello So i have a simple cypher query that returns the below graph image. However, the graph at some locations contains NO node labels and in other locations DOES contain node labels. I recall that there is a cypher query statement that can be implem...

2X_2_2e1c365659ce82532b3a2bee5c305e184e1d6535.jpeg
sebyid by Node Link
  • 4202 Views
  • 2 replies
  • 1 kudos

Optimizing a query against GTFS data

I have a working query to help me find transit routes. It seems to take a long time to run, and the plan looks a bit asymmetrical to me, but I'm hardly an expert. Any ideas on how to optimize this? Here's my query: PROFILE MATCH (origin:Stop {id: "40...

2X_d_d2f2c6d41badbd305bb22d789ab2221327f34a9b.png