Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 534 Bytes

cloud-bot-deploy-template

Docker Compose サンプル bot 。

function_bot

bitFlyer の REST API から 1 度のみ Ticker を取得して print する bot。 クラウド関数 / バッチJob サービス向け。

docker compose up --build function_bot

monolithic_bot

bitFlyer の REST API から毎秒 Ticker を取得して print する常駐型 bot 。 長時間のワークロードを実行できるサービス向け。

docker compose up --build monolithic_bot

-> Ctrl+C で抜ける。