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

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1294 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 489 Views
  • 0 replies
  • 0 kudos

Return immediatly

When a database query encounters one, it will return instead of returning all. Match (x)-[*]-(y) return x.name. What I want to limit 1 is not to display 1, it only returns the first match one instead of the match-all and showing the first.I am a new ...

gmac0q by Node
  • 852 Views
  • 5 replies
  • 0 kudos

Discover Aura Free — Week 27 — GraphConnect Talks

Discover Aura Free: Week 27 — GraphConnect Talks This week we’re looking at at a sneak preview of our conference sessions at GraphConnect 2022, which takes place next week (June 5–7) in Austin, Texas. GraphConnect 2022 If you haven’t decided to come,...

1.jpg 2.png 3.png 4.png
greta by Graph Fellow
  • 322 Views
  • 0 replies
  • 0 kudos

Asset Management System for Visual Effects

Hi all, This time last year I started my journey in exploring Neo4j as a tool for one of the projects I started work on. I am a Visual Effects Technical Director, developing visual effects for movies as my day job. An Asset Management System is vital...

Best way to build a Social Media Platform

Hello Everyone, I am a fullstack dev and wanted to build a social media platform to explore the possibilities with different databases But I am really struggling to decide what should be the best database or databases to implement all these features...

Error when I start my index.js

Hi All, I changed up my typedefs and copied and pasted them into the starter code for graphql. I'm running into an error in my terminal and nothing I've tried has fixed things. Any thoughts on this error: Error: Encryption/trust can only be confi...

Cypher Fundamentals Sandbox doesn't connect

Hello! I've started the Cypher Fundamentals Course, but I cannot start the sandbox relative to the course. Even inserting the correct username and pswd, it fails to connect when i use the command ":server connect" Does someone knows the correct proce...

Choosing the right instance type for neo4j

Hello, I need some advice regarding choosing the best instance for neo4j. We expect to start with 200 million relationships (around 5 properties) and 50 million nodes (around 5 properties as well). We won't have many users for now, but we have writes...

Display Label names in Sandbox

I'm experimenting with the Neo4j Sandbox. I created a node with a label and a property key-value pair but I can't figure out how to display the Label name as an option? The best I can do is display the property value but in this case I want to show t...

brent1 by Node Link
  • 522 Views
  • 1 replies
  • 0 kudos

Resolved! Unique node for different properties

Help! I'm trying to create a graph from the patient data. The graph I created gives me different nodes for the unique values of the property. Im looking to create a single node for different property. In the below image the graph shows many PH nodes...

3X_3_3_336419d1e3858d1c48db1e093c4f52d425d90e86.png 3X_b_0_b0efaf50a7d7a863e90183dee6332f08de83b698.png 3X_8_3_83fb302a0ffdadb88658386b4dc44ffb46e704f6.png

Graph Visualization in Web app UI

Hi, I'm a newbie here and I'm looking for a help. Is there a way where I can make the graph from neo4j sandbox displayed on a web app UI, where it would get easier for the user to make decisions based on the graph. Any help is much appreciated Thanky...