- akamai cli
https://github.com/akamai/cli
- akamai cli – doc command purge
https://developer.akamai.com/cli/packages/purge.html
- akamai api
https://developer.akamai.com
Learning…
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.
https://github.com/minio/minio
https://github.com/minio/minio/tree/master/docs
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:
Hubot is your friendly robot sidekick.
Hubot adapter for Rocket.Chat!
https://github.com/RocketChat/hubot-rocketchat
https://docs.rocket.chat/guides/bots/create-and-run-a-bot/hubot-bot
https://hubot.github.com/docs/scripting/
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'
https://github.com/bearyinnovative/hubot-zabbix
1 - Copy scripts/zabbix.coffee to hubot scripts 2 - Copy source package.json to hubot package.json
https://github.com/Pod-Point/laravel-monolog-kinesis
https://github.com/melihovv/laravel-log-viewer#laravel-log-viewer
https://github.com/rap2hpoutre/laravel-log-viewer#laravel-log-viewer
https://www.jeffgeerling.com/blog/2018/getting-best-performance-out-amazon-efs
Making Docker Management Easy.
https://docs.rocket.chat/guides/administrator-guides/file-upload/amazon-s3
https://forums.rocket.chat/t/howto-migrate-the-files-from-gridfs-to-filesystem/409
$ rclone sync --drive-root-folder-id=1vdYaK_MChKDHtc-XXXXXXXX drive:/ /destination_local_folder/
Reference:
https://forum.rclone.org/t/how-to-copy-public-google-drive-file-without-sharing-with-me/16239/6
https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/
https://aws.amazon.com/cloudfront/streaming/?nc1=h_ls
https://docs.aws.amazon.com/solutions/latest/video-on-demand/welcome.html
https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/resources/
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
https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/cloudfront-example-signed-url.html