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
  • 899 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
  • 1146 Views
  • 1 replies
  • 1 kudos

Adding more relationships

I need some advice more than a specific solution. As we roll out, we are getting a lot of requests for alternative navigation and visualizations. Those have been "encapsulated" by relationships. One of our DBs has a:Stops:Drives:Rest all as relations...

Azure VM with or without docker?

Hi everyone, I would like to know in general, whether is better to run neo4j in an, i.e., ubuntu VM in azure or in the same VM but in a docker container? I don't know if there are performance penalties, management pros and cons or something else I sh...

Shortest path special alternatives

Hi All I have question regarding finding paths between points. I have graph as in picture and try to find shortest way from node A to node S. That's simple(marked red), but I want to find alternatives which contains as less as possible nodes from sho...

2X_a_a861fabf6a24558b16ccbfe9736cd43747844855.png

Link Call (Procedure) with CALL (Subquery)

Hi i have multiples trees not linked betwent theirs, but always concatenate with a path into father and more deep son. My objective is obtain a subgraph for do generic queries, like neo4j browser but with subqueries. I am making a query that extract ...

Neo4j-contrib/osm

GitHub neo4j-contrib/osm OSM Data Model for Neo4j. Contribute to neo4j-contrib/osm development by creating an account on GitHub. I have just tried to import osm file into neo4j Desktop -- neo4j ...

1X_496e91cab9ad7b3d2da1ed797c30782efbc11b0a.png

Resolved! How to convert a list of strings as an array by cypher?

I have an array of strings as property value, and what's the cypher command to convert it as an array? string_property = ["a", "b", "c"] This is. a string with array format. I want to change it into this format when exporting the graph: string_proper...

lingvisa by Graph Fellow
  • 3954 Views
  • 8 replies
  • 3 kudos

Cannot install a custom browser Guide

We have built a custom browser guide with some of the most commonly used queries to make it easier for beginners to get to the data. But for some reason, the :play is failing. Its not a permission problem ( we set that to 777 early on ) and we have c...

Query is taking far too long

Hello, Friends! I am trying to load some data and create a relationship using a golang-neo4j driver. This query (within golang program) runs forever whereas when I tried using apoc.periodic.iterate it completes within a couple of seconds. return fun...