An open API service indexing awesome lists of open source software.

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

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)