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
  • 1827 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
  • 541 Views
  • 0 replies
  • 0 kudos

Resolved! How to "loop" query?

Hello I am trying to achieve some sort of dynamic querying, but I'm a beginner, so maybe my request doesn't make sense or is not canonic. So, I have a dictionnary of key/value pairs. This dictionnary lenght is not fixed. Sometimes if can be empty, s...

munshine by Node Clone
  • 2500 Views
  • 2 replies
  • 2 kudos

Resolved! Connecting to Neo4j using PHP

Hello everyone. Coming from a MySQL / PHP background I naturally want to connect to Neo4j using PHP. However (and it could be just not seeing the wood for the tree's) I'm struggling to find a connector to use. I have found a few but they all seem to ...

neo_fido by Node Link
  • 547 Views
  • 2 replies
  • 1 kudos

I can't connect neo4j with php

I tried to connect to the neo4j database using PHP and I could not do it. what am I doing wrong? Here the error: Fatal error : Uncaught GraphAware\Bolt\Exception\MessageFailureException: Neo4j Exception "The client is unauthorized due to authenticat...

Ju4nk4 by Node
  • 2541 Views
  • 5 replies
  • 0 kudos

GraphAware Hume 2.7 release

Hi Everyone, in this new release we bring many improvements to the Hume Platform : Configurable Search Relevance on PerspectivesRedesigned node and relationships stylingNode grouping (combos) in experimental previewMany performance improvements in Or...

3X_4_d_4d1c62722854309d06ec578369500aee24580318.jpeg

GRAND Stack : One schema to rule them all

Hey there, I just publish a blog post about the GRAND Stack (with neo4j-graphql-js) on how to propagate your typescript types from the database to the frontend : https://www.ouestware.com/2020/09/08/GRAND-stack-one-schema-to-rule-them-all ( ) https:...

Replacing @Depth SDN6

Hi, i am trying to replace the @Depth annotation above repository methods. I have this class, and it looks like it has a lot of objects in its fields which are LinkedList-s. How should i replace for example the easiest repo method : should i write a ...

Finding other people who bought the same products

I want to take a name, find a list of products that person bought, find a list of people who bought the same product, and then return a list of other products those people bought, so long as the original customer didn't also buy them. Here's the quer...

3X_a_1_a12189aa99def40410b9766ef8c825c3661c64fc.png 3X_d_b_db1b5fd6aa661e8dfd56d3fe024f43edad8d95d3.png

Contract or Permanent Position for Scale up - Neo4j

Location: Remote Description: We are looking for intelligent, enthusiastic and collaborative graph data scientists, keen to challenge themselves and to contribute to the creation of a new and innovative brand. In return, we offer the opportunity to d...

ceo by Node
  • 965 Views
  • 0 replies
  • 0 kudos

Sandbox Spring Cleaning

All-New Neo4j Sandboxes to explore and learn about graphs with major version updates![](upload://zm0wX5LpHQowWhxOG2nZZjTi6W0.jpeg)Photo by Ostap Senyuk on UnsplashAs the first spring flowers start to bloom in some regions, we’re excited to announce t...

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

Getting product recommendations based on category

I'm trying to go from product -> category then back down to products in the same category, and I can't for the life of me understand why this query isn't working. Here's the data model I'm working off of. The names are scratched out and I've drawn so...

3X_7_5_7550f00cc9368ae739200bb6032db003f62e5ade.png

Need help to frame a query

Hi I have a node class with student_name and class_name as attributes. How can I frame a query to find how many students belong to each class? Thank you.