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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Resolved! How to return two results with one query

Neo4j Community Server 4.3.3 on Ubuntu 20.04 I have a question I cannot be able to give an answer. I have the following query: MATCH (r:Recipe {uuid: '76e9cc6e-fb54-4678-b752-3f420a993653'})<-[d:CAN_BE_SUGGESTED_FOR]-(mention:Mention) OPTIONAL ...

Connecting to Neo4j Browser in GCP

Hi there - While installing Neo4j Enterprise in Google Cloud Platform, I failed to capture the username and password while deploying. Namely, this step in the documentation: How do I now connect to the browser (URL, Username, PW, etc.)...? Thanks fo...

3X_1_7_17ff859f5b319ff7e725b271f588e0cbdf15145c.png

Neo4j Charts Help page is blank

I am using Neo4j Desktop 1.4.5 on a Mac OS with Chrome laptop with the latest version of Neo4j Charts installed..When I try and open Neo4j Charts Help I just get a blank white screen. First I get a flash of a screen then a blank white screen. This pr...

Resolved! Find paths with alternating relationships

I'm trying to find paths with alternating relationships. The use case is a product information manager. Each product has attributes and a family. There are rules. Each rule has one or more conditions (e.g. attribute_1 = "foo" and family in ["bar"]) a...

3X_3_4_34add2b431a4afad07bf67cd4c3195f4a3a0668d.png

Resolved! Creating relationships after UNWIND

I wanted to create relationships between two places after doing unwind. The code looks something like this: // Create a place UNWIND [ {place: 'Westmere'}, {place: 'Ponsonby'}, {place: 'Greylynn'}, {place: 'Eden Terrace'}, {place:...