Git Product home page Git Product logo

mini-amazon-api-service's Introduction

https://hub.docker.com/_/neo4j/ https://marcobonzanini.com/2015/04/06/getting-started-with-neo4j-and-python/

  1. Create a server sudo docker run --name neo4j -p 7474:7474 -p 7687:7687 --volume=$HOME/neo4j/data:/data -d neo4j
    or
    sudo docker run --name neo4j -p 7474:7474 -p 7687:7687 -d neo4j

  2. Verify the database in your localhost: http://localhost:7474/
    Note: neo4j is the current password, change it! and remember it!

  3. In your localmachine install:
    sudo pip install neo4jrestclient

  4. Open another terminal and execute the code createDB.py NOTE: change the password!

  5. View in http://localhost:7474/ Database Information click in * (asterisk)
    The Neo4j Browser available at http://localhost:7474/ provides a nice way to query the DB and visualise the results, both as a list of record and in a visual form.

  6. sudo docker build --tag=mini-amazon-users .

  7. sudo docker image ls

  8. sudo docker run -d -p 9090:9090 mini-amazon-users

mini-amazon-api-service's People

Contributors

juanprog97 avatar guaberx avatar

Watchers

James Cloos avatar  avatar

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.