MinIO – High Performance Object Storage

MinIO is a High Performance Object Storage released under Apache License v2.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.

  • MinIO – Quickstart Guide

https://github.com/minio/minio

  • MinIO – Docs

https://github.com/minio/minio/tree/master/docs

  • MinIO – docker-compose.yml
version: '3.2'

services:
  minio:
     image: minio/minio
     ports:
       - "9000:9000"
     environment:
       MINIO_ACCESS_KEY: Z2FpWWlQYUNoYXIwb2F5
       MINIO_SECRET_KEY: RXNhZURldThhaXNlcGhpYm9vMGFoZ2g5QWVzNWFj
     volumes:
       - files:/data
     command: server /data

volumes:
  files:

GetNet

Estes serviços permitem aos estabelecimentos credenciados aceitar cartões de crédito, cartões de débito e boletos bancários como forma de pagamento em suas lojas virtuais através da implementação de processos simples.

  • Referência da API | Plataforma Digital (v1.0.0)

https://developers.getnet.com.br/api

RocketChat and HuBot

  • Hubot

Hubot is your friendly robot sidekick.

https://hubot.github.com/

  • hubot-rocketchat

Hubot adapter for Rocket.Chat!

https://github.com/RocketChat/hubot-rocketchat

  • RocketChat – Guide – Create and run a bot

https://docs.rocket.chat/guides/bots/create-and-run-a-bot/hubot-bot

  • Hubot Documentation – Scripting

https://hubot.github.com/docs/scripting/

  • hubot-rocketchat and docker-compose.yml
version: '3'
 services:
   mybot:
     image: rocketchat/hubot-rocketchat
     environment:
       ROCKETCHAT_ROOM: 'my_room_test'
       RESPOND_TO_DM: 'true'
       LISTEN_ON_ALL_PUBLIC: 'false'
       ROCKETCHAT_USER: 'my_bot_username'
       ROCKETCHAT_PASSWORD: 'my_bot_password'
       ROCKETCHAT_URL: 'https://rocketchat.foobar.com'
       BOT_NAME: 'my_bot_nickname'
  • bearyinnovative / hubot-zabbix

https://github.com/bearyinnovative/hubot-zabbix

1 - Copy scripts/zabbix.coffee to hubot scripts
2 - Copy source package.json to hubot package.json