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
  • 1763 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
  • 535 Views
  • 0 replies
  • 0 kudos

Cypher syntax for retrieving the winner

Hi, I am using the Tour De France 2014 (Modeling the TOUR DE FRANCE 2014 in a Neo4j Graph Database - graphgists) and want to retrieve the winners of each stage. Does anyone know the Cypher syntax for this query? I was trying something with RETURN DI...

Graphileon CSV importer sneak preview

Soon, you will be able to upload your CSV data directly to Neo4j using a Graphileon configuration (that will be made available through the Graphileon App Library). It will support explicit and implicit relationtypes, and will provide feedback on impo...

3X_3_f_3fcd0e85598c3c40ffa9966834a8f8749fc82830.gif 3X_f_4_f44c6ab5a51a9317f44cb956f783b595038b7d3f.png

RBAC for specific nodes on a graph

hi, I am trying to grant a role traverse access on a graph for only one type of node. if i try... GRANT TRAVERSE ON GRAPH test NODE example TO TestRole. The user in that role can still see the other nodes. If i use the deny * command and try and over...

Introducing the Neo4j StackOverflow Sandbox

Analyze Stack Overflow questions, answers, tags, and users with Neo4j APOC and Graph Data SciencePhoto by Lagos Techie on UnsplashNeeding no introduction, Stack Overflow has been a vital part of not just the Neo4j community, but of the global program...

abk by Neo4j
  • 302 Views
  • 0 replies
  • 0 kudos

Announcing Neo4j AuraDB Free

![](upload://o1udArOxCdf7g80LWjcW01eZEjg.png)We’re excited to announce that everyone can now use Neo4j AuraDB Free, and get started without a credit card in a number of cloud regions. AuraDB Free is ideal for people who are getting started learning g...

greta by Graph Fellow
  • 353 Views
  • 0 replies
  • 0 kudos

Recovering a pattern based on node comparison

Hello, I'm relatively new to Neo4J and Cypher and I'm trying to perform a somewhat complex query: I have a Graph with the following Schema: (n1)-[r1]-(n2)-[r2]-(n3) my nodes n1 have a property that is an array of values and an unique ID property I ne...

Exploring Supervised Entity Resolution in Neo4j

Photo by Alina Grubnyak on UnsplashWhile Supervised Entity Resolution (ER) can be immensely valuable, it is sometimes difficult to apply and scale in the real-world enterprise setting.In this post, I explore how the Neo4j Graph Data Science (GDS) lib...

abk by Neo4j
  • 281 Views
  • 0 replies
  • 0 kudos

Dynamically create relationships

Hello. I'm newbie. I want to solve this problem with neo4j database and thinking about proper tools and approaches: I have a data with students and data with flats/houses. The goal is to settled these students to the flats based on the preferences/se...