Code Monkey home page Code Monkey logo

Comments (4)

neildsouza avatar neildsouza commented on July 29, 2024

1000 apologies ... problem solved.
Had not read the manual properly :(

from neo4j_sips.

florinpatrascu avatar florinpatrascu commented on July 29, 2024

Glad you figured it out :)

from neo4j_sips.

tyronewilson avatar tyronewilson commented on July 29, 2024

@neildsouza any chance you could tell us what the issue was? I have followed the manual but I am lost. It looks simple but I can't understand what I am doing wrong.

from neo4j_sips.

florinpatrascu avatar florinpatrascu commented on July 29, 2024

@tyronewilson - I believe you didn't start the app?! You must use Neo4j.Sips.start_link/1 first, before getting any Connections. And if that's the case, then the cache was not started. Here, my test Neo4j instance runs on 7373:

iex(1)> Neo4j.Sips.start_link(url: "http://localhost:7373")
{:ok, #PID<0.195.0>}
iex(2)> Neo4j.Sips.conn
%Neo4j.Sips.Connection{commit_url: "", options: nil,
 server: %Neo4j.Sips.Server{data: %{batch: "http://localhost:7373/db/data/batch",
    constraints: "http://localhost:7373/db/data/schema/constraint",
    cypher: "http://localhost:7373/db/data/cypher", extensions: %{},
    extensions_info: "http://localhost:7373/db/data/ext",....

HTH

from neo4j_sips.

Related Issues (14)

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.