<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: timsehn</title>
    <description>The latest articles on DEV Community by timsehn (@timsehn).</description>
    <link>https://dev.to/timsehn</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F204148%2F19be7cc2-7aed-4ec6-aa7e-94ae8cb86b26.png</url>
      <title>DEV Community: timsehn</title>
      <link>https://dev.to/timsehn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/timsehn"/>
    <language>en</language>
    <item>
      <title>So you want Data Quality Control</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Thu, 08 Dec 2022 20:21:09 +0000</pubDate>
      <link>https://dev.to/timsehn/so-you-want-data-quality-control-cl1</link>
      <guid>https://dev.to/timsehn/so-you-want-data-quality-control-cl1</guid>
      <description>&lt;p&gt;I wrote an opus on &lt;a href="https://www.dolthub.com/blog/2022-11-23-data-quality-control/" rel="noopener noreferrer"&gt;data quality control&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I cover: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The evolution of the modern data stack. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvqevzn4uabmwxzp78d84.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvqevzn4uabmwxzp78d84.png" alt="Modern Data Stack" width="800" height="394"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A model to think about data quality. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwhc2oho2ids6t8cj1re5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwhc2oho2ids6t8cj1re5.png" alt="Data Quality Control" width="800" height="473"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;a survey of tools in the space.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fied1mb0snpa9zlevzctu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fied1mb0snpa9zlevzctu.png" alt="Data Quality Control Tools" width="800" height="385"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Learn SQL using Dolt</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Mon, 01 Jun 2020 18:47:24 +0000</pubDate>
      <link>https://dev.to/timsehn/learn-sql-using-dolt-10bh</link>
      <guid>https://dev.to/timsehn/learn-sql-using-dolt-10bh</guid>
      <description>&lt;p&gt;Hi dev.to,&lt;/p&gt;

&lt;p&gt;I'm the CEO of the company that built Dolt. Dolt is a SQL database with git-style versioning. DoltHub is a place on the internet to share Dolt databases.&lt;/p&gt;

&lt;p&gt;We think Dolt is an especially good way to learn SQL. Dolt is almost effortless to set up, contains real data, you can make write queries without fear, examine your diffs, and publish your work to the DoltHub community. &lt;/p&gt;

&lt;p&gt;We wrote a blog post expanding on all those topics here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com/blog/2020-06-01-learn-sql-dolt/"&gt;https://www.dolthub.com/blog/2020-06-01-learn-sql-dolt/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Check it out!&lt;/p&gt;

</description>
      <category>sql</category>
      <category>database</category>
    </item>
    <item>
      <title>A better way to publish CSVs</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Mon, 01 Jun 2020 18:43:37 +0000</pubDate>
      <link>https://dev.to/timsehn/a-better-way-to-publish-csvs-44no</link>
      <guid>https://dev.to/timsehn/a-better-way-to-publish-csvs-44no</guid>
      <description>&lt;p&gt;I'm the CEO of the company that built &lt;a href="https://github.com/liquidata-inc/dolt"&gt;Dolt&lt;/a&gt; and DoltHub(&lt;a href="https://www.dolthub.com"&gt;https://www.dolthub.com&lt;/a&gt;). Dolt is as if Git and MySQL had a beautiful baby. DoltHub is GitHub for Dolt, a place on the internet to share Dolt repositories.&lt;/p&gt;

&lt;p&gt;I wrote a blog about how to publish CSVs on DoltHub so you can do it too.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com/blog/2020-04-29-dolt-dolthub-publish-csv/"&gt;https://www.dolthub.com/blog/2020-04-29-dolt-dolthub-publish-csv/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This blog uses the Tatoeba sentence translation database as am example. It's a collaborative database of sentence translations that is published weekly.&lt;/p&gt;

&lt;p&gt;Check it out and publish some data. Pretty please.&lt;/p&gt;

</description>
      <category>database</category>
      <category>sql</category>
    </item>
    <item>
      <title>A better way to publish CSVs</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Thu, 30 Apr 2020 00:21:55 +0000</pubDate>
      <link>https://dev.to/timsehn/a-better-way-to-publish-csvs-2kcg</link>
      <guid>https://dev.to/timsehn/a-better-way-to-publish-csvs-2kcg</guid>
      <description>&lt;p&gt;I'm the CEO of the company that built &lt;a href="https://github.com/liquidata-inc/dolt"&gt;Dolt&lt;/a&gt; and &lt;a href="https://www.dolthub.com"&gt;DoltHub&lt;/a&gt;. Dolt is as if Git and MySQL had a beautiful baby. DoltHub is GitHub for Dolt, a place on the internet to share Dolt repositories.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com/blog/2020-04-29-dolt-dolthub-publish-csv/"&gt;I wrote a blog about how to publish CSVs on DoltHub so you can do it too&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This blog uses the &lt;a href="https://tatoeba.org/eng/"&gt;Tatoeba sentence translation database&lt;/a&gt; as an example. It's a collaborative database of sentence translations that is published weekly.&lt;/p&gt;

&lt;p&gt;Check it out and publish some data. Pretty please.&lt;/p&gt;

</description>
      <category>database</category>
      <category>sql</category>
    </item>
    <item>
      <title>How to become an open data publisher using Dolt</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Fri, 10 Apr 2020 16:54:03 +0000</pubDate>
      <link>https://dev.to/timsehn/how-to-become-an-open-data-publisher-using-dolt-419f</link>
      <guid>https://dev.to/timsehn/how-to-become-an-open-data-publisher-using-dolt-419f</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/liquidata-inc/dolt"&gt;Dolt&lt;/a&gt; is a SQL database with Git-style versioning. In Git the unit of versioning is files. In Dolt, the unit of versioning is SQL tables. Dolt will eventually support 100% of the Git command line and 100% of MySQL SQL. Moreover, anything you can do on the Git command line, you will be able to do via SQL. Right now, we're at about 90% coverage of the Git command line and SQL.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com"&gt;DoltHub&lt;/a&gt; is a place to share Dolt repositories. In the Git context, you clone, push, and pull from DoltHub as if it was a remote. Like GitHub, DoltHub is a central place to collaborate on Dolt data projects. You can create or find public data to work on. You can give read and write permissions to your Dolt repositories to other users. You can have them create pull requests to improve your data. In the future we imagine DoltHub issues and releases. We also expect to invent some new data-specific features.&lt;/p&gt;

&lt;p&gt;Sound interesting? We think so. &lt;/p&gt;

&lt;p&gt;In an earlier blog post, &lt;a href="https://www.dolthub.com/blog/2020-02-03-dolt-and-dolthub-getting-started/"&gt;we showed you you how to get started as a data consumer&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;In this blog post, &lt;a href="https://www.dolthub.com/blog/2020-04-10-dolt-dolthub-become-publisher/"&gt;we'll show you how to publish data for other people to use&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>sql</category>
      <category>database</category>
      <category>git</category>
    </item>
    <item>
      <title>Continuous Integration/Deployment for Data</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Thu, 09 Apr 2020 00:01:56 +0000</pubDate>
      <link>https://dev.to/timsehn/continuous-integration-deployment-for-data-4b6</link>
      <guid>https://dev.to/timsehn/continuous-integration-deployment-for-data-4b6</guid>
      <description>&lt;p&gt;Ever wanted to run continuous integration or continuous deployment on a database. With Dolt and DoltHub Webhooks now you can!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/liquidata-inc/dolt"&gt;Dolt&lt;/a&gt; is a SQL database with Git-style versioning. In Git the unit of versioning is files. In Dolt, the unit of versioning is SQL tables. Dolt will eventually support 100% of the Git command line and 100% of MySQL SQL. Moreover, anything you can do on the Git command line, you will be able to do via SQL. Right now, we're at about 90% coverage of the Git command line and SQL.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com/"&gt;DoltHub&lt;/a&gt; is a place to share Dolt repositories. In the Git context, you clone, push, and pull from DoltHub as if it was a remote. Like GitHub, DoltHub is a central place to collaborate on Dolt data projects. You can create or find public data to work on. You can give read and write permissions to your Dolt repositories to other users. You can have them create pull requests to improve your data. In the future we imagine DoltHub issues and releases. We also expect to invent some new data-specific features.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com/blog/2020-04-08-data-ci-with-dolthub-webhooks/"&gt;Read more about our Webhooks launch and how to set up Jenkins to use them on our blog&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>dolt</category>
      <category>ci</category>
      <category>cd</category>
      <category>sql</category>
    </item>
    <item>
      <title>Dolt for Git Noobs</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Fri, 03 Apr 2020 16:56:02 +0000</pubDate>
      <link>https://dev.to/timsehn/dolt-for-git-noobs-i49</link>
      <guid>https://dev.to/timsehn/dolt-for-git-noobs-i49</guid>
      <description>&lt;h1&gt;
  
  
  TLDR
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Dolt is a SQL database with built-in Git versioning, branching, and distribution semantics that makes collaborating on and distributing data effortless.&lt;/li&gt;
&lt;li&gt;What Git does for files, Dolt does for data.&lt;/li&gt;
&lt;li&gt;Where Git versions files, allowing for fine-grained control, tracking, and management of files over time, Dolt versions data and database schema, allowing for fine-grained control throughout an entire Dolt repository and every branch it houses.&lt;/li&gt;
&lt;li&gt;Where Git supports the branching and merging of files for true user collaboration, Dolt supports branching and merging of data and databases, finally giving data producers and data consumers the tool they need to truly collaborate on data in a meaningful way.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com/blog/2020-04-03-dolt-for-git-noobs/"&gt;If this is interesting and you don't know much about Git or SQL databases, read the full blog on DoltHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>sql</category>
      <category>dolt</category>
    </item>
    <item>
      <title>Dolt is Git For Data</title>
      <dc:creator>timsehn</dc:creator>
      <pubDate>Wed, 01 Apr 2020 23:54:55 +0000</pubDate>
      <link>https://dev.to/timsehn/dolt-is-git-for-data-2ba1</link>
      <guid>https://dev.to/timsehn/dolt-is-git-for-data-2ba1</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/liquidata-inc/dolt"&gt;Dolt&lt;/a&gt; is an open source SQL database with Git-style versioning. In Git the unit of versioning is files. In Dolt, the unit of versioning is SQL tables. Dolt will eventually support 100% of the Git command line and 100% of MySQL SQL. Moreover, anything you can do on the Git command line, you will be able to do via SQL. Right now, we're at about 90% coverage of the Git command line and SQL.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dolthub.com/"&gt;DoltHub&lt;/a&gt; is a place to share Dolt repositories. In the Git context, you clone, push, and pull from DoltHub as if it was a remote. Like GitHub, DoltHub is a central place to collaborate on Dolt data projects. You can create or find public data to work on. You can give read and write permissions to your Dolt repositories to other users. You can have them create pull requests to improve your data. In the future we imagine DoltHub issues and releases. We also expect to invent some new data-specific features.&lt;/p&gt;

&lt;p&gt;Sound interesting? We think so. &lt;a href="https://www.dolthub.com/blog/2020-02-03-dolt-and-dolthub-getting-started/"&gt;This blog post is a guide to getting started&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>git</category>
      <category>sql</category>
      <category>database</category>
    </item>
  </channel>
</rss>
