https://github.com/erickwendel/palestra-docker-nodejs-containers-msptech
Demonstração da apresentação sobre Containers Docker e Node.js no MSP Tech Day Azure realizado em 01/09/2018
https://github.com/erickwendel/palestra-docker-nodejs-containers-msptech
docker docker-compose example message mongodb nodejs postgres redis tutorial
Last synced: 17 days ago
JSON representation
Demonstração da apresentação sobre Containers Docker e Node.js no MSP Tech Day Azure realizado em 01/09/2018
- Host: GitHub
- URL: https://github.com/erickwendel/palestra-docker-nodejs-containers-msptech
- Owner: ErickWendel
- Created: 2018-08-31T20:49:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T11:51:50.000Z (over 7 years ago)
- Last Synced: 2025-02-26T11:15:48.171Z (about 1 year ago)
- Topics: docker, docker-compose, example, message, mongodb, nodejs, postgres, redis, tutorial
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Communication between containers
- When the Heroes Postgres API receives new heroe, it sends to another container (MongoDB API) to register this heroe too
- Hot reload integrated with Typescript to any alterations are reflected to container and refresh API with new code.
- Integration with Redis pub/sub to send messages and objects
Original Repositories
- [https://github.com/ErickWendel/nodejs-with-mongodb-api-example](https://github.com/ErickWendel/nodejs-with-mongodb-api-example)
- [https://github.com/ErickWendel/nodejs-with-postgres-api-example](https://github.com/ErickWendel/nodejs-with-postgres-api-example)
## Running
`docker-compose up`
## Presentation Slides
- [https://www.icloud.com/keynote/0y3VdCVs077zq5IVj3EG7qjew](https://www.icloud.com/keynote/0y3VdCVs077zq5IVj3EG7qjew)