Giter Site home page Giter Site logo

Comments (1)

joeflack4 avatar joeflack4 commented on May 23, 2024

Solved

Solution

The route of the problem was that my sandbox instance, for whatever reason, appears to not have had the APOC library automatically installed as suggested in the readme:

For schemas using the @cypher directive via neo4j-graphql-js, you need to have the APOC library installed, which is automatic in Sandbox, Cloud and a single click install in Neo4j Desktop.

I was not sure how to install the APOC library in the Sandbox, so I installed locally:

  1. Download Neo4j Desktop
  2. Install and open Neo4j Desktop.
  3. Create a new DB by clicking "New Graph", and clicking "create local graph" (screenshot 1)
  4. Set password to "letmein" (as suggested by api/.env), and click "Create".
  5. Make sure that the default credentials in api/.env are used. Leave them as follows.
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=letmein
  1. Click "Manage".
  2. Click "Plugins".
  3. Find "APOC" and click "Install".
  4. Click the "play" button at the top of left the screen, which should start the server. (screenshot 2)
  5. Wait until it says "RUNNING".
  6. Proceed forward with the rest of the tutorial.

Screenshots

  1. Create a new DB by clicking "New Graph"

screen shot 2018-07-15 at 10 34 10 pm

2.

screen shot 2018-07-15 at 10 39 26 pm

from grand-stack-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.