2022-10-17
aws-redis-tutorial

最近在 survey 使用 redis 來當作 session 儲存的位置
將找到的 tutorial 加以記錄

Reference

Read More

2022-08-05
good-serverless-guide

做了一段時間的 AWS serverless ,也找過不同的資料,發現這個 guide 介紹的滿好的

Reference

  • SST Guide: The most widely read resource for building full-stack apps using serverless and React on AWS.
Read More

2022-04-01
airflow-tutorial-note

使用 docker 來跑 apache airflow 來玩玩 tutorial 的程式

cmd for list dag and task

`

initialize the database tables

airflow db init

print the list of active DAGs

airflow dags list

prints the list of tasks in the “tutorial” DAG

airflow tasks list tutorial

prints the hierarchy of tasks in the “tutorial” DAG

airflow tasks list tutorial –tree
`

local 跑測試的方式

  • 跑一個特定的 task
    • airflow tasks test tutorial templated 2015-06-01 # testing templated
  • 跑一個特定的 DAG
    • airflow dags test [dag_id] [logical_date]

Reference

Read More

2022-02-23
about-buddhism

Read More

2020-09-30
python-pip-tutorial

Read More

2020-09-30
python-click-tutorial

Read More

2020-09-23
go-tutorial

最近在學習 go,列一下有試過的 & 玩過的 tool

online course

Reference

Read More