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:

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

AWS Solutions – Video on demand (VOD)

  • Overview

https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/

  • Amazon CloudFront media streaming tutorials

https://aws.amazon.com/cloudfront/streaming/?nc1=h_ls

  • Main documentation

https://docs.aws.amazon.com/solutions/latest/video-on-demand/welcome.html

  • Resources & FAQ

https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/resources/

  • Source Code

An automated reference implementation leveraging AWS Step Functions and AWS Media Services to deploy a scalable fault tolerant Video on demand workflow

https://github.com/awslabs/video-on-demand-on-aws

  • Signing Amazon CloudFront URLs with AWS SDK for PHP Version 3

https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/cloudfront-example-signed-url.html

  • Using Identity-Based Policies (IAM Policies) for CloudFront

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/access-control-managing-permissions.html

  • AWS Elemental MediaConvert Pricing

https://aws.amazon.com/mediaconvert/pricing/?nc1=h_ls