https://github.com/fanqingsong/neo4j-docker
https://github.com/fanqingsong/neo4j-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fanqingsong/neo4j-docker
- Owner: fanqingsong
- Created: 2024-05-20T08:42:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:57:30.000Z (about 1 year ago)
- Last Synced: 2025-01-14T13:52:36.050Z (5 months ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo4j + docker + docker-compose + node.js example
## how to start
just make it:
- run terminal
- `$ make`### dependencies:
- `make`
- `docker` [https://www.docker.com/products/docker-engine](https://www.docker.com/products/docker-engine)
- `docker-compose` [https://docs.docker.com/compose/](https://docs.docker.com/compose/)### docker.host
It depends on platform:
- OSX: please check `docker-machine ip`
- Linux: `127.0.0.1` or `localhost`### neo4j
It binds to port `docker.host:17474` [http://docker.host:17474/](http://docker.host:17474/) This is web interface to db.
- Login: `neo4j`
- Password: `test`### app
It binds to port `docker.host:13000` [http://docker.host:13000/](http://docker.host:13000/)
There are AngularJS/Bootstrap the simplest client for example. Just click `load` button.#### Files
Please check files to clarify concepts
- [docker-compose.yml](docker-compose.yml) services configuration
- [Makefile](Makefile) helper to manage
- [app.js](./app/app.js) the simplest node.js app
- [index.html](./app/view/index.html) the simplest AngularJS app#### Have a fun!
Use microservice and have a fun!
Best regards [+1G Team](http://plus1generation.com/) and [slava hatnuke](https://ua.linkedin.com/in/slavahatnuke)