<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts tagged: data</title>
    <link>https://new.waylonwalker.com/tags/data/</link>
    <description>All posts with the tag &#34;data&#34;</description>
    <lastBuildDate>Mon, 09 Jun 2025 18:31:30 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://new.waylonwalker.com/tags/data/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>Taming file zoos: Data science with DuckDB database files - Al...</title>
      <link>https://new.waylonwalker.com/thought-681/</link>
      <description>!https://www.youtube.com/watch?v=Yq-hxgysWLQ</description>
      <pubDate>Mon, 09 Jun 2025 18:31:30 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-681/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>python</category>
      <category>thought</category>
    </item>
    <item>
      <title>hotel_bookings.csv</title>
      <link>https://new.waylonwalker.com/thought-583/</link>
      <description>!https://www.kaggle.com/datasets/ahmedsafwatgb20/hotel-bookingscsv?resource=download</description>
      <pubDate>Sun, 16 Mar 2025 03:32:44 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-583/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>python</category>
      <category>thought</category>
    </item>
    <item>
      <title>Migration guide for config loaders — kedro 0.19.11 documentation</title>
      <link>https://new.waylonwalker.com/thought-551/</link>
      <description>!https://docs.kedro.org/en/stable/configuration/config_migration.html</description>
      <pubDate>Thu, 06 Feb 2025 00:16:44 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-551/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>kedro</category>
      <category>python</category>
      <category>thought</category>
    </item>
    <item>
      <title>sqlite vacuum</title>
      <link>https://new.waylonwalker.com/sqlite-vacuum/</link>
      <description>Today I learned how to VACUUM a sqlite database and cut its size in about half. It&#39;s a database that I have had running for quite awhile and has some decent...</description>
      <pubDate>Tue, 16 Apr 2024 21:31:24 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/sqlite-vacuum/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>python</category>
    </item>
    <item>
      <title>searching my thoughts locally</title>
      <link>https://new.waylonwalker.com/thought-211/</link>
      <description>!None</description>
      <pubDate>Fri, 08 Mar 2024 05:42:00 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-211/</guid>
      <author>hello@waylonwalker.com</author>
      <category>blog</category>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>Open source, not open contribution with Ben Johnson (Changelog...</title>
      <link>https://new.waylonwalker.com/thought-122/</link>
      <description>!https://changelog.com/podcast/433</description>
      <pubDate>Thu, 05 Oct 2023 06:11:19 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-122/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>DjangoCon Europe 2023 | Use SQLite in production - YouTube</title>
      <link>https://new.waylonwalker.com/thought-120/</link>
      <description>!https://www.youtube.com/watch?v=yTicYJDT1zE&amp;t=2s</description>
      <pubDate>Tue, 03 Oct 2023 18:22:19 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-120/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>Set up minio bucket entrypoint</title>
      <link>https://new.waylonwalker.com/set-up-minio-bucket-entrypoint/</link>
      <description>I recently se tup minio object storage in my homelab for litestream sqlite backups. The litestream quickstart made it easy to get everything up and running...</description>
      <pubDate>Sun, 01 Oct 2023 20:11:51 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/set-up-minio-bucket-entrypoint/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>python</category>
    </item>
    <item>
      <title>benbjohnson/litestream: Streaming replication for SQLite.</title>
      <link>https://new.waylonwalker.com/thought-119/</link>
      <description>!https://github.com/benbjohnson/litestream</description>
      <pubDate>Sun, 01 Oct 2023 07:19:18 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-119/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>why-is-postgres-default</title>
      <link>https://new.waylonwalker.com/why-is-postgres-default/</link>
      <description>Serious question.</description>
      <pubDate>Sat, 30 Sep 2023 21:26:36 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/why-is-postgres-default/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>dev</category>
      <category>python</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Why I Built Litestream - Litestream</title>
      <link>https://new.waylonwalker.com/thought-118/</link>
      <description>!https://litestream.io/blog/why-i-built-litestream/</description>
      <pubDate>Sat, 30 Sep 2023 21:16:47 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-118/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>I&#39;m All-In on Server-Side SQLite · The Fly Blog</title>
      <link>https://new.waylonwalker.com/thought-117/</link>
      <description>!https://fly.io/blog/all-in-on-sqlite-litestream/</description>
      <pubDate>Sat, 30 Sep 2023 19:54:33 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-117/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>LiteFS Cloud: Distributed SQLite with Managed Backups · The Fl...</title>
      <link>https://new.waylonwalker.com/thought-116/</link>
      <description>!https://fly.io/blog/litefs-cloud/</description>
      <pubDate>Sat, 30 Sep 2023 19:49:41 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-116/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>SQLite FTS5 Extension</title>
      <link>https://new.waylonwalker.com/thought-96/</link>
      <description>!https://www.sqlite.org/fts5.html</description>
      <pubDate>Mon, 21 Aug 2023 18:33:24 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-96/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>simonw/datasette-render-markdown: Datasette plugin for renderi...</title>
      <link>https://new.waylonwalker.com/thought-90/</link>
      <description>!https://github.com/simonw/datasette-render-markdown</description>
      <pubDate>Wed, 16 Aug 2023 05:48:07 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-90/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>sqlite</category>
      <category>thought</category>
    </item>
    <item>
      <title>`ValueError: Constraint must have a name` in alembic 1.10.0 · ...</title>
      <link>https://new.waylonwalker.com/thought-71/</link>
      <description>!https://github.com/sqlalchemy/alembic/issues/1195</description>
      <pubDate>Sat, 05 Aug 2023 06:25:07 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-71/</guid>
      <author>hello@waylonwalker.com</author>
      <category>alembic</category>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>thought</category>
    </item>
    <item>
      <title>Use Alembic Check to check for possible upgrades</title>
      <link>https://new.waylonwalker.com/thought-70/</link>
      <description>!None</description>
      <pubDate>Sat, 05 Aug 2023 06:22:06 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-70/</guid>
      <author>hello@waylonwalker.com</author>
      <category>alembic</category>
      <category>data</category>
      <category>database</category>
      <category>python</category>
      <category>thought</category>
    </item>
    <item>
      <title>DuckDB vs. MotherDuck — should you switch to the cloud version...</title>
      <link>https://new.waylonwalker.com/thought-63/</link>
      <description>!https://kestra.io/blogs/2023-07-28-duckdb-vs-motherduck</description>
      <pubDate>Tue, 01 Aug 2023 03:36:12 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-63/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>duckdb</category>
      <category>python</category>
      <category>thought</category>
    </item>
    <item>
      <title>s3-tree · PyPI</title>
      <link>https://new.waylonwalker.com/thought-61/</link>
      <description>!https://pypi.org/project/s3-tree/</description>
      <pubDate>Sun, 30 Jul 2023 19:37:06 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-61/</guid>
      <author>hello@waylonwalker.com</author>
      <category>cloud</category>
      <category>data</category>
      <category>python</category>
      <category>s3</category>
      <category>thought</category>
    </item>
    <item>
      <title>kndndrj/nvim-dbee: Interactive database client for neovim</title>
      <link>https://new.waylonwalker.com/thought-59/</link>
      <description>!https://github.com/kndndrj/nvim-dbee</description>
      <pubDate>Sat, 29 Jul 2023 06:08:20 +0000</pubDate>
      <guid isPermaLink="true">https://new.waylonwalker.com/thought-59/</guid>
      <author>hello@waylonwalker.com</author>
      <category>data</category>
      <category>database</category>
      <category>neovim</category>
      <category>python</category>
      <category>thought</category>
    </item>
  </channel>
</rss>