Skip to content

Commit 8eb7198

Browse files
committed
add a couple new resources
1 parent d42e301 commit 8eb7198

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/pages/03-data/01-databases.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@ speed on SQL if you have never previously used it.
241241
* [Databases integration testing strategies](https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python)
242242
covers a difficult topic that comes up on every real world project.
243243

244+
* GitLab provided their
245+
[postmortem of a database outage on January 31](https://about.gitlab.com/2017/02/10/postmortem-of-database-outage-of-january-31/)
246+
as a way to be transparent to customers and help other development
247+
teams learn how they screwed up their database systems then found a way
248+
to recover.
249+
244250
* [Asynchronous Python and Databases](http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/)
245251
is an in-depth article covering why many Python database drivers cannot
246252
be used without modification due to the differences in blocking versus

0 commit comments

Comments
 (0)