Cloud Computing 雲端服務

Cloud Design Pattern – Ambassador

2022-11-15 C.H. Ling 0

Ambassador is one of the Separation of Concern (SoC) implementation. In cloud platform, functional features (e.g. Business logic) and non-functional features (e.g. retry / queue / etc) are implement in multi-containers: main application and proxy.

Computing

[MySQL] Generate data dictionary

2021-11-30 C.H. Ling 6

Data dictionary is one of the document to present data content. It majorly used in ETL to ensure data capture correctly. In MySQL, data dictionary can generate with MySQL workbench plugin. This demo will show […]