<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Wed, 10 Jun 2026 17:26:43 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Time Series”</title>
    <link>https://podcast.thinkingelixir.com/tags/time%20series</link>
    <pubDate>Tue, 13 Dec 2022 04:15:00 -0700</pubDate>
    <description>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community. Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more. Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process. Subscribe to join us on this journey!</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>News and interviews for the Elixir community</itunes:subtitle>
    <itunes:author>ThinkingElixir.com</itunes:author>
    <itunes:summary>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community. Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more. Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process. Subscribe to join us on this journey!</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>elixir, programming, web, clustering, phoenix, liveview, news, developer</itunes:keywords>
    <itunes:owner>
      <itunes:name>ThinkingElixir.com</itunes:name>
      <itunes:email>podcast@thinkingelixir.com</itunes:email>
    </itunes:owner>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology"/>
<item>
  <title>129: Time series data with Timescale DB</title>
  <link>https://podcast.thinkingelixir.com/129</link>
  <guid isPermaLink="false">d4174086-9f05-47c2-b3ab-281fcf5483f2</guid>
  <pubDate>Tue, 13 Dec 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/d4174086-9f05-47c2-b3ab-281fcf5483f2.mp3" length="38998016" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Add value to your Elixir project with Timescale DB! This PostgreSQL extension brings time series tools to your regular database. Dave Lucia shares why it's a smart choice, how to get started, and more.</itunes:subtitle>
  <itunes:duration>53:44</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>&lt;p&gt;Tracking, analyzing and visualizing time series data can add a lot of business value to a project! We met up with Dave Lucia to learn more about Timescale DB, a PostgreSQL extension that adds time series tools to our regular database. Dave also created a timescale hex package to make it easier to work with hypertables and hyperfunctions. We learn why Timescale DB makes sense over other options, how to get started with it, example use cases, helpful resources and more!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/129" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/129&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://adventofcode.com/" target="_blank" rel="nofollow noopener"&gt;https://adventofcode.com/&lt;/a&gt; – Advent of Code is going on&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gist.github.com/marpo60/bcf7dd45003adfe01b5581d03157a5de" target="_blank" rel="nofollow noopener"&gt;https://gist.github.com/marpo60/bcf7dd45003adfe01b5581d03157a5de&lt;/a&gt; – Marcelo Dominguez' Livebook template for working on the daily problems.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://genserver.social/notice/AQAdGQAE5sgRL8x1g8" target="_blank" rel="nofollow noopener"&gt;https://genserver.social/notice/AQAdGQAE5sgRL8x1g8&lt;/a&gt; – José Valim created a repository to share all the Livebooks he has worked on, including talks and last year's Advent of Code&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/josevalim/livebooks/" target="_blank" rel="nofollow noopener"&gt;https://github.com/josevalim/livebooks/&lt;/a&gt; – José Valim's collection of shared public Livebooks&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/rosaan/advent-of-code-2022" target="_blank" rel="nofollow noopener"&gt;https://github.com/rosaan/advent-of-code-2022&lt;/a&gt; – Some shared solutions&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/josevalim/status/1597880468032040960" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1597880468032040960&lt;/a&gt; – Explorer v0.4.0 is out&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hexdocs.pm/explorer/0.4.0" target="_blank" rel="nofollow noopener"&gt;https://hexdocs.pm/explorer/0.4.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hexdocs.pm/explorer/0.4.0/Explorer.Query.html" target="_blank" rel="nofollow noopener"&gt;https://hexdocs.pm/explorer/0.4.0/Explorer.Query.html&lt;/a&gt; – Explorer.Query is a new API for writing expressive and performant queries&lt;/li&gt;
&lt;li&gt;&lt;a href="https://podcast.thinkingelixir.com/104" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/104&lt;/a&gt; – Chris Grainger talked about Explorer with us in episode 104&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tips.nerves-project.org/" target="_blank" rel="nofollow noopener"&gt;https://tips.nerves-project.org/&lt;/a&gt; – Nerves website gets a new “tips” view&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/josevalim/status/1597943279164993537" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1597943279164993537&lt;/a&gt; – José Valim announced he was migrating to the genserver.social Mastadon server&lt;/li&gt;
&lt;li&gt;&lt;a href="https://genserver.social/josevalim" target="_blank" rel="nofollow noopener"&gt;https://genserver.social/josevalim&lt;/a&gt; – José's genserver.social profile&lt;/li&gt;
&lt;li&gt;&lt;a href="https://genserver.social/notice/AQIfjB7SQcuEwPGEAC" target="_blank" rel="nofollow noopener"&gt;https://genserver.social/notice/AQIfjB7SQcuEwPGEAC&lt;/a&gt; – José teased something "really big". Already released by the time you hear this.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://genserver.social/notice/AQIlH84yjkrh856rS4" target="_blank" rel="nofollow noopener"&gt;https://genserver.social/notice/AQIlH84yjkrh856rS4&lt;/a&gt; – The graphic he teased&lt;/li&gt;
&lt;li&gt;&lt;a href="http://codebeammexico.com/" target="_blank" rel="nofollow noopener"&gt;http://codebeammexico.com/&lt;/a&gt; – Code BEAM Lite México, March 3-4 2023 in México City&lt;/li&gt;
&lt;li&gt;&lt;a href="https://thetinycto.com/blog/writing-a-game-using-chatgpt" target="_blank" rel="nofollow noopener"&gt;https://thetinycto.com/blog/writing-a-game-using-chatgpt&lt;/a&gt; – Writing an Elixir LiveView game using ChatGPT&lt;/li&gt;
&lt;li&gt;&lt;a href="https://thetinycto.com/gpt-game" target="_blank" rel="nofollow noopener"&gt;https://thetinycto.com/gpt-game&lt;/a&gt; – The generated game&lt;/li&gt;
&lt;li&gt;&lt;a href="https://chat.openai.com/chat" target="_blank" rel="nofollow noopener"&gt;https://chat.openai.com/chat&lt;/a&gt; – ChatGPT&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bitfo/timescale" target="_blank" rel="nofollow noopener"&gt;https://github.com/bitfo/timescale&lt;/a&gt; – Timescale and Elixir&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.timescale.com/" target="_blank" rel="nofollow noopener"&gt;https://www.timescale.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.timescale.com/" target="_blank" rel="nofollow noopener"&gt;https://docs.timescale.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bitfo.com/" target="_blank" rel="nofollow noopener"&gt;https://www.bitfo.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://defirate.com/" target="_blank" rel="nofollow noopener"&gt;https://defirate.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bitcoinprice.com/" target="_blank" rel="nofollow noopener"&gt;https://www.bitcoinprice.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ethereumprice.org/" target="_blank" rel="nofollow noopener"&gt;https://ethereumprice.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.timescale.com/api/latest/hypertable/" target="_blank" rel="nofollow noopener"&gt;https://docs.timescale.com/api/latest/hypertable/&lt;/a&gt; – Hypertables&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.timescale.com/api/latest/hyperfunctions/" target="_blank" rel="nofollow noopener"&gt;https://docs.timescale.com/api/latest/hyperfunctions/&lt;/a&gt; – Hyperfunctions&lt;/li&gt;
&lt;li&gt;&lt;a href="https://codebeamamerica.com/talks/accessible-time-series-data-with-timescaledb/" target="_blank" rel="nofollow noopener"&gt;https://codebeamamerica.com/talks/accessible-time-series-data-with-timescaledb/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fly.io/docs/postgres/managing/enabling-timescale/" target="_blank" rel="nofollow noopener"&gt;https://fly.io/docs/postgres/managing/enabling-timescale/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.whoop.com/" target="_blank" rel="nofollow noopener"&gt;https://www.whoop.com/&lt;/a&gt; – Dave's biometric watch&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.postgresql.org/docs/current/rules-materializedviews.html" target="_blank" rel="nofollow noopener"&gt;https://www.postgresql.org/docs/current/rules-materializedviews.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.influxdata.com/" target="_blank" rel="nofollow noopener"&gt;https://www.influxdata.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fly.io/docs/postgres/managing/enabling-timescale/" target="_blank" rel="nofollow noopener"&gt;https://fly.io/docs/postgres/managing/enabling-timescale/&lt;/a&gt; – Fly.io command to add timescale DB - &lt;code&gt;fly pg config update --shared-preload-libraries timescaledb --app &lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.crunchydata.com/" target="_blank" rel="nofollow noopener"&gt;https://www.crunchydata.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.timescale.com/api/latest/hypertable/" target="_blank" rel="nofollow noopener"&gt;https://docs.timescale.com/api/latest/hypertable/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.timescale.com/api/latest/hyperfunctions/" target="_blank" rel="nofollow noopener"&gt;https://docs.timescale.com/api/latest/hyperfunctions/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.timescale.com/timescaledb/latest/timescaledb-edition-comparison/" target="_blank" rel="nofollow noopener"&gt;https://docs.timescale.com/timescaledb/latest/timescaledb-edition-comparison/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hexdocs.pm/timescale/intro.html" target="_blank" rel="nofollow noopener"&gt;https://hexdocs.pm/timescale/intro.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.milkroad.com/" target="_blank" rel="nofollow noopener"&gt;https://www.milkroad.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.google.com/presentation/d/1c2gCxfigeQNz-Z32IaLrpdxt0JYwMc6Lam_vvUND31Y/edit?usp=sharing" target="_blank" rel="nofollow noopener"&gt;https://docs.google.com/presentation/d/1c2gCxfigeQNz-Z32IaLrpdxt0JYwMc6Lam_vvUND31Y/edit?usp=sharing&lt;/a&gt; – Slides for Dave's Timescale talk from Code BEAM America&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hexdocs.pm/timescale/intro.html" target="_blank" rel="nofollow noopener"&gt;https://hexdocs.pm/timescale/intro.html&lt;/a&gt; – Dave's “Intro to Timescale” Livebook from the Elixir Timescale docs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Guest Information&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://twitter.com/davydog187" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/davydog187&lt;/a&gt; – on Twitter&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/davydog187/" target="_blank" rel="nofollow noopener"&gt;https://github.com/davydog187/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;&lt;a href="https://davelucia.com/" target="_blank" rel="nofollow noopener"&gt;https://davelucia.com/&lt;/a&gt; – Blog&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Message the show on Mastadon - &lt;a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir@genserver.social&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mark Ericksen - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Mastadon - &lt;a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid@genserver.social&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;David Bernheisel on Mastadon - &lt;a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener"&gt;@dbern@genserver.social&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Cade Ward - &lt;a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Cade Ward on Mastadon - &lt;a href="https://genserver.social/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward@genserver.social&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, timescaledb, postgres, time series, dave lucia</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Tracking, analyzing and visualizing time series data can add a lot of business value to a project! We met up with Dave Lucia to learn more about Timescale DB, a PostgreSQL extension that adds time series tools to our regular database. Dave also created a timescale hex package to make it easier to work with hypertables and hyperfunctions. We learn why Timescale DB makes sense over other options, how to get started with it, example use cases, helpful resources and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/129" target="_blank" rel="nofollow noopener">http://podcast.thinkingelixir.com/129</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://adventofcode.com/" target="_blank" rel="nofollow noopener">https://adventofcode.com/</a> – Advent of Code is going on</li>
<li><a href="https://gist.github.com/marpo60/bcf7dd45003adfe01b5581d03157a5de" target="_blank" rel="nofollow noopener">https://gist.github.com/marpo60/bcf7dd45003adfe01b5581d03157a5de</a> – Marcelo Dominguez' Livebook template for working on the daily problems.</li>
<li><a href="https://genserver.social/notice/AQAdGQAE5sgRL8x1g8" target="_blank" rel="nofollow noopener">https://genserver.social/notice/AQAdGQAE5sgRL8x1g8</a> – José Valim created a repository to share all the Livebooks he has worked on, including talks and last year's Advent of Code</li>
<li><a href="https://github.com/josevalim/livebooks/" target="_blank" rel="nofollow noopener">https://github.com/josevalim/livebooks/</a> – José Valim's collection of shared public Livebooks</li>
<li><a href="https://github.com/rosaan/advent-of-code-2022" target="_blank" rel="nofollow noopener">https://github.com/rosaan/advent-of-code-2022</a> – Some shared solutions</li>
<li><a href="https://twitter.com/josevalim/status/1597880468032040960" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1597880468032040960</a> – Explorer v0.4.0 is out</li>
<li><a href="https://hexdocs.pm/explorer/0.4.0" target="_blank" rel="nofollow noopener">https://hexdocs.pm/explorer/0.4.0</a></li>
<li><a href="https://hexdocs.pm/explorer/0.4.0/Explorer.Query.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/explorer/0.4.0/Explorer.Query.html</a> – Explorer.Query is a new API for writing expressive and performant queries</li>
<li><a href="https://podcast.thinkingelixir.com/104" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/104</a> – Chris Grainger talked about Explorer with us in episode 104</li>
<li><a href="https://tips.nerves-project.org/" target="_blank" rel="nofollow noopener">https://tips.nerves-project.org/</a> – Nerves website gets a new “tips” view</li>
<li><a href="https://twitter.com/josevalim/status/1597943279164993537" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1597943279164993537</a> – José Valim announced he was migrating to the genserver.social Mastadon server</li>
<li><a href="https://genserver.social/josevalim" target="_blank" rel="nofollow noopener">https://genserver.social/josevalim</a> – José's genserver.social profile</li>
<li><a href="https://genserver.social/notice/AQIfjB7SQcuEwPGEAC" target="_blank" rel="nofollow noopener">https://genserver.social/notice/AQIfjB7SQcuEwPGEAC</a> – José teased something "really big". Already released by the time you hear this.</li>
<li><a href="https://genserver.social/notice/AQIlH84yjkrh856rS4" target="_blank" rel="nofollow noopener">https://genserver.social/notice/AQIlH84yjkrh856rS4</a> – The graphic he teased</li>
<li><a href="http://codebeammexico.com/" target="_blank" rel="nofollow noopener">http://codebeammexico.com/</a> – Code BEAM Lite México, March 3-4 2023 in México City</li>
<li><a href="https://thetinycto.com/blog/writing-a-game-using-chatgpt" target="_blank" rel="nofollow noopener">https://thetinycto.com/blog/writing-a-game-using-chatgpt</a> – Writing an Elixir LiveView game using ChatGPT</li>
<li><a href="https://thetinycto.com/gpt-game" target="_blank" rel="nofollow noopener">https://thetinycto.com/gpt-game</a> – The generated game</li>
<li><a href="https://chat.openai.com/chat" target="_blank" rel="nofollow noopener">https://chat.openai.com/chat</a> – ChatGPT</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://github.com/bitfo/timescale" target="_blank" rel="nofollow noopener">https://github.com/bitfo/timescale</a> – Timescale and Elixir</li>
<li><a href="https://www.timescale.com/" target="_blank" rel="nofollow noopener">https://www.timescale.com/</a></li>
<li><a href="https://docs.timescale.com/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/</a></li>
<li><a href="https://www.bitfo.com/" target="_blank" rel="nofollow noopener">https://www.bitfo.com/</a></li>
<li><a href="https://defirate.com/" target="_blank" rel="nofollow noopener">https://defirate.com/</a></li>
<li><a href="https://www.bitcoinprice.com/" target="_blank" rel="nofollow noopener">https://www.bitcoinprice.com/</a></li>
<li><a href="https://ethereumprice.org/" target="_blank" rel="nofollow noopener">https://ethereumprice.org/</a></li>
<li><a href="https://docs.timescale.com/api/latest/hypertable/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hypertable/</a> – Hypertables</li>
<li><a href="https://docs.timescale.com/api/latest/hyperfunctions/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hyperfunctions/</a> – Hyperfunctions</li>
<li><a href="https://codebeamamerica.com/talks/accessible-time-series-data-with-timescaledb/" target="_blank" rel="nofollow noopener">https://codebeamamerica.com/talks/accessible-time-series-data-with-timescaledb/</a></li>
<li><a href="https://fly.io/docs/postgres/managing/enabling-timescale/" target="_blank" rel="nofollow noopener">https://fly.io/docs/postgres/managing/enabling-timescale/</a></li>
<li><a href="https://www.whoop.com/" target="_blank" rel="nofollow noopener">https://www.whoop.com/</a> – Dave's biometric watch</li>
<li><a href="https://www.postgresql.org/docs/current/rules-materializedviews.html" target="_blank" rel="nofollow noopener">https://www.postgresql.org/docs/current/rules-materializedviews.html</a></li>
<li><a href="https://www.influxdata.com/" target="_blank" rel="nofollow noopener">https://www.influxdata.com/</a></li>
<li><a href="https://fly.io/docs/postgres/managing/enabling-timescale/" target="_blank" rel="nofollow noopener">https://fly.io/docs/postgres/managing/enabling-timescale/</a> – Fly.io command to add timescale DB - <code>fly pg config update --shared-preload-libraries timescaledb --app </code></li>
<li><a href="https://www.crunchydata.com/" target="_blank" rel="nofollow noopener">https://www.crunchydata.com/</a></li>
<li><a href="https://docs.timescale.com/api/latest/hypertable/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hypertable/</a></li>
<li><a href="https://docs.timescale.com/api/latest/hyperfunctions/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hyperfunctions/</a></li>
<li><a href="https://docs.timescale.com/timescaledb/latest/timescaledb-edition-comparison/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/timescaledb/latest/timescaledb-edition-comparison/</a></li>
<li><a href="https://hexdocs.pm/timescale/intro.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/timescale/intro.html</a></li>
<li><a href="https://www.milkroad.com/" target="_blank" rel="nofollow noopener">https://www.milkroad.com/</a></li>
<li><a href="https://docs.google.com/presentation/d/1c2gCxfigeQNz-Z32IaLrpdxt0JYwMc6Lam_vvUND31Y/edit?usp=sharing" target="_blank" rel="nofollow noopener">https://docs.google.com/presentation/d/1c2gCxfigeQNz-Z32IaLrpdxt0JYwMc6Lam_vvUND31Y/edit?usp=sharing</a> – Slides for Dave's Timescale talk from Code BEAM America</li>
<li><a href="https://hexdocs.pm/timescale/intro.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/timescale/intro.html</a> – Dave's “Intro to Timescale” Livebook from the Elixir Timescale docs</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/davydog187" target="_blank" rel="nofollow noopener">https://twitter.com/davydog187</a> – on Twitter</li>
<li><a href="https://github.com/davydog187/" target="_blank" rel="nofollow noopener">https://github.com/davydog187/</a> – on Github</li>
<li><a href="https://davelucia.com/" target="_blank" rel="nofollow noopener">https://davelucia.com/</a> – Blog</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" target="_blank" rel="nofollow noopener">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Tracking, analyzing and visualizing time series data can add a lot of business value to a project! We met up with Dave Lucia to learn more about Timescale DB, a PostgreSQL extension that adds time series tools to our regular database. Dave also created a timescale hex package to make it easier to work with hypertables and hyperfunctions. We learn why Timescale DB makes sense over other options, how to get started with it, example use cases, helpful resources and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/129" target="_blank" rel="nofollow noopener">http://podcast.thinkingelixir.com/129</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://adventofcode.com/" target="_blank" rel="nofollow noopener">https://adventofcode.com/</a> – Advent of Code is going on</li>
<li><a href="https://gist.github.com/marpo60/bcf7dd45003adfe01b5581d03157a5de" target="_blank" rel="nofollow noopener">https://gist.github.com/marpo60/bcf7dd45003adfe01b5581d03157a5de</a> – Marcelo Dominguez' Livebook template for working on the daily problems.</li>
<li><a href="https://genserver.social/notice/AQAdGQAE5sgRL8x1g8" target="_blank" rel="nofollow noopener">https://genserver.social/notice/AQAdGQAE5sgRL8x1g8</a> – José Valim created a repository to share all the Livebooks he has worked on, including talks and last year's Advent of Code</li>
<li><a href="https://github.com/josevalim/livebooks/" target="_blank" rel="nofollow noopener">https://github.com/josevalim/livebooks/</a> – José Valim's collection of shared public Livebooks</li>
<li><a href="https://github.com/rosaan/advent-of-code-2022" target="_blank" rel="nofollow noopener">https://github.com/rosaan/advent-of-code-2022</a> – Some shared solutions</li>
<li><a href="https://twitter.com/josevalim/status/1597880468032040960" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1597880468032040960</a> – Explorer v0.4.0 is out</li>
<li><a href="https://hexdocs.pm/explorer/0.4.0" target="_blank" rel="nofollow noopener">https://hexdocs.pm/explorer/0.4.0</a></li>
<li><a href="https://hexdocs.pm/explorer/0.4.0/Explorer.Query.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/explorer/0.4.0/Explorer.Query.html</a> – Explorer.Query is a new API for writing expressive and performant queries</li>
<li><a href="https://podcast.thinkingelixir.com/104" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/104</a> – Chris Grainger talked about Explorer with us in episode 104</li>
<li><a href="https://tips.nerves-project.org/" target="_blank" rel="nofollow noopener">https://tips.nerves-project.org/</a> – Nerves website gets a new “tips” view</li>
<li><a href="https://twitter.com/josevalim/status/1597943279164993537" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1597943279164993537</a> – José Valim announced he was migrating to the genserver.social Mastadon server</li>
<li><a href="https://genserver.social/josevalim" target="_blank" rel="nofollow noopener">https://genserver.social/josevalim</a> – José's genserver.social profile</li>
<li><a href="https://genserver.social/notice/AQIfjB7SQcuEwPGEAC" target="_blank" rel="nofollow noopener">https://genserver.social/notice/AQIfjB7SQcuEwPGEAC</a> – José teased something "really big". Already released by the time you hear this.</li>
<li><a href="https://genserver.social/notice/AQIlH84yjkrh856rS4" target="_blank" rel="nofollow noopener">https://genserver.social/notice/AQIlH84yjkrh856rS4</a> – The graphic he teased</li>
<li><a href="http://codebeammexico.com/" target="_blank" rel="nofollow noopener">http://codebeammexico.com/</a> – Code BEAM Lite México, March 3-4 2023 in México City</li>
<li><a href="https://thetinycto.com/blog/writing-a-game-using-chatgpt" target="_blank" rel="nofollow noopener">https://thetinycto.com/blog/writing-a-game-using-chatgpt</a> – Writing an Elixir LiveView game using ChatGPT</li>
<li><a href="https://thetinycto.com/gpt-game" target="_blank" rel="nofollow noopener">https://thetinycto.com/gpt-game</a> – The generated game</li>
<li><a href="https://chat.openai.com/chat" target="_blank" rel="nofollow noopener">https://chat.openai.com/chat</a> – ChatGPT</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://github.com/bitfo/timescale" target="_blank" rel="nofollow noopener">https://github.com/bitfo/timescale</a> – Timescale and Elixir</li>
<li><a href="https://www.timescale.com/" target="_blank" rel="nofollow noopener">https://www.timescale.com/</a></li>
<li><a href="https://docs.timescale.com/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/</a></li>
<li><a href="https://www.bitfo.com/" target="_blank" rel="nofollow noopener">https://www.bitfo.com/</a></li>
<li><a href="https://defirate.com/" target="_blank" rel="nofollow noopener">https://defirate.com/</a></li>
<li><a href="https://www.bitcoinprice.com/" target="_blank" rel="nofollow noopener">https://www.bitcoinprice.com/</a></li>
<li><a href="https://ethereumprice.org/" target="_blank" rel="nofollow noopener">https://ethereumprice.org/</a></li>
<li><a href="https://docs.timescale.com/api/latest/hypertable/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hypertable/</a> – Hypertables</li>
<li><a href="https://docs.timescale.com/api/latest/hyperfunctions/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hyperfunctions/</a> – Hyperfunctions</li>
<li><a href="https://codebeamamerica.com/talks/accessible-time-series-data-with-timescaledb/" target="_blank" rel="nofollow noopener">https://codebeamamerica.com/talks/accessible-time-series-data-with-timescaledb/</a></li>
<li><a href="https://fly.io/docs/postgres/managing/enabling-timescale/" target="_blank" rel="nofollow noopener">https://fly.io/docs/postgres/managing/enabling-timescale/</a></li>
<li><a href="https://www.whoop.com/" target="_blank" rel="nofollow noopener">https://www.whoop.com/</a> – Dave's biometric watch</li>
<li><a href="https://www.postgresql.org/docs/current/rules-materializedviews.html" target="_blank" rel="nofollow noopener">https://www.postgresql.org/docs/current/rules-materializedviews.html</a></li>
<li><a href="https://www.influxdata.com/" target="_blank" rel="nofollow noopener">https://www.influxdata.com/</a></li>
<li><a href="https://fly.io/docs/postgres/managing/enabling-timescale/" target="_blank" rel="nofollow noopener">https://fly.io/docs/postgres/managing/enabling-timescale/</a> – Fly.io command to add timescale DB - <code>fly pg config update --shared-preload-libraries timescaledb --app </code></li>
<li><a href="https://www.crunchydata.com/" target="_blank" rel="nofollow noopener">https://www.crunchydata.com/</a></li>
<li><a href="https://docs.timescale.com/api/latest/hypertable/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hypertable/</a></li>
<li><a href="https://docs.timescale.com/api/latest/hyperfunctions/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/api/latest/hyperfunctions/</a></li>
<li><a href="https://docs.timescale.com/timescaledb/latest/timescaledb-edition-comparison/" target="_blank" rel="nofollow noopener">https://docs.timescale.com/timescaledb/latest/timescaledb-edition-comparison/</a></li>
<li><a href="https://hexdocs.pm/timescale/intro.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/timescale/intro.html</a></li>
<li><a href="https://www.milkroad.com/" target="_blank" rel="nofollow noopener">https://www.milkroad.com/</a></li>
<li><a href="https://docs.google.com/presentation/d/1c2gCxfigeQNz-Z32IaLrpdxt0JYwMc6Lam_vvUND31Y/edit?usp=sharing" target="_blank" rel="nofollow noopener">https://docs.google.com/presentation/d/1c2gCxfigeQNz-Z32IaLrpdxt0JYwMc6Lam_vvUND31Y/edit?usp=sharing</a> – Slides for Dave's Timescale talk from Code BEAM America</li>
<li><a href="https://hexdocs.pm/timescale/intro.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/timescale/intro.html</a> – Dave's “Intro to Timescale” Livebook from the Elixir Timescale docs</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/davydog187" target="_blank" rel="nofollow noopener">https://twitter.com/davydog187</a> – on Twitter</li>
<li><a href="https://github.com/davydog187/" target="_blank" rel="nofollow noopener">https://github.com/davydog187/</a> – on Github</li>
<li><a href="https://davelucia.com/" target="_blank" rel="nofollow noopener">https://davelucia.com/</a> – Blog</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" target="_blank" rel="nofollow noopener">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!
</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
