Skip to content

Commit df93fef

Browse files
committed
new mysql resource
1 parent d4b21f0 commit df93fef

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,6 +3284,10 @@ <h3>MySQL resources</h3>
32843284
is an interesting study with code of how to pull data out of MySQL and graph
32853285
the data with Plotly.</p>
32863286
</li>
3287+
<li>
3288+
<p><a href="https://engineering.pinterest.com/blog/open-sourcing-pinterest-mysql-management-tools">Pinterest open sourced many of their MySQL tools</a>
3289+
to manage instances of the database.</p>
3290+
</li>
32873291
</ul>
32883292
<h2>Connecting to a database with Python</h2>
32893293
<p>To work with a relational database using Python, you need to use a code

databases.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ <h3>MySQL resources</h3>
172172
is an interesting study with code of how to pull data out of MySQL and graph
173173
the data with Plotly.</p>
174174
</li>
175+
<li>
176+
<p><a href="https://engineering.pinterest.com/blog/open-sourcing-pinterest-mysql-management-tools">Pinterest open sourced many of their MySQL tools</a>
177+
to manage instances of the database.</p>
178+
</li>
175179
</ul>
176180
<h2>Connecting to a database with Python</h2>
177181
<p>To work with a relational database using Python, you need to use a code

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-10-31T12:44:33Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-01T16:52:19Z</updated></feed>

source/content/pages/05-data/02-databases.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ developers learn PostgreSQL if they do not already know MySQL.
141141
is an interesting study with code of how to pull data out of MySQL and graph
142142
the data with Plotly.
143143

144+
* [Pinterest open sourced many of their MySQL tools](https://engineering.pinterest.com/blog/open-sourcing-pinterest-mysql-management-tools)
145+
to manage instances of the database.
146+
144147

145148
## Connecting to a database with Python
146149
To work with a relational database using Python, you need to use a code

0 commit comments

Comments
 (0)