Created
April 25, 2021 16:02
-
-
Save miyataken999/bbbfdf6ad43967c7471a4f3d26a8513c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://iratawa.com/python-docker-mysqlclient-install/ |
<iframe
width="100%"
height="350"
src="data:text/html;charset=utf-8,
<script src='https://gist.github.com/Albert-W/e37d1c4fa30c430c37d7b1b1fe9b60d8.js'></script>
">
mermaid sample
graph LR
subgraph Batch
A[Active]
S[Standby]
end
subgraph WorkNode
W1[Worker1]
W2[Worker2]
end
A --> W1
A --> W2
S -.-> W1
S -.-> W2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://iratawa.com/python-docker-mysqlclient-install/