Skip to content

Remove broken links and add resource to 01-databases.markdown #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions content/pages/03-data/01-databases.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ speed on SQL if you have never previously used it.
[data analysis](/data-analysis.html). This tutorial uses Spotify data
to show how to extract what you are looking to learn from a data set.

* [Databases integration testing strategies](https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python)
covers a difficult topic that comes up on every real world project.

* GitLab provided their
[postmortem of a database outage on January 31](https://about.gitlab.com/2017/02/10/postmortem-of-database-outage-of-january-31/)
as a way to be transparent to customers and help other development
Expand All @@ -254,9 +251,7 @@ speed on SQL if you have never previously used it.
asychronous event models. Definitely worth a read if you are using
[WebSockets](/websockets.html) via Tornado or gevent.

* [PostgreSQL vs. MS SQL Server](http://www.pg-versus-ms.com/) is one
perspective on the differences between the two database servers from a
data analyst.
* [SQLable](https://sqlable.com/) is an online suite of database tools, offering an SQL formatter and validator, SQL regex tester, fake data generator, and database playgrounds.


## Databases learning checklist
Expand Down