diff --git a/README.md b/README.md index b28867b..1ce650a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ ## References * Site Reliability Engineering + * Culture + * SRE Books + * [Site Reliability Engineering - How Google Runs Production Systems](https://landing.google.com/sre/books/) 📕 🆓 + * [Annotations](/) - Coming Soon + * [The Site Reliability Workbook - Practical Ways to Implement SRE](https://landing.google.com/sre/books/) 📕 🆓 * Software Engineering * Programming Languages * Functional Programming Languages diff --git a/docs/sre/books/google/README.md b/docs/sre/books/google/README.md new file mode 100644 index 0000000..d28ac23 --- /dev/null +++ b/docs/sre/books/google/README.md @@ -0,0 +1,3 @@ +# Site Reliability Engineering +> How Google Runs Production Systems + diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index 6916202..2cd1b05 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -1,6 +1,10 @@ graph TD SRE[Site Reliability Engineering] + SRE --> Cul[Culture] + Cul --> SLA + Cul --> SLO + SRE --> SW[Software Engineering] SW --> PL[Programming Languages] PL --> SysPL[Systems Programming Languages] diff --git a/resources/topic-graph.png b/resources/topic-graph.png index 6114e21..77f2c2b 100644 Binary files a/resources/topic-graph.png and b/resources/topic-graph.png differ