<?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: iyin akinpelumi</title>
    <description>The latest articles on DEV Community by iyin akinpelumi (@iyin_akinpelumi_2d16539f2).</description>
    <link>https://dev.to/iyin_akinpelumi_2d16539f2</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3990908%2F5712b5b2-b5a6-47ac-9356-13956690fcab.jpg</url>
      <title>DEV Community: iyin akinpelumi</title>
      <link>https://dev.to/iyin_akinpelumi_2d16539f2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iyin_akinpelumi_2d16539f2"/>
    <language>en</language>
    <item>
      <title>I Built an Open-Source F1 API With Telemetry, Race Data, and Driver History</title>
      <dc:creator>iyin akinpelumi</dc:creator>
      <pubDate>Thu, 18 Jun 2026 12:32:39 +0000</pubDate>
      <link>https://dev.to/iyin_akinpelumi_2d16539f2/i-built-an-open-source-f1-api-with-telemetry-race-data-and-driver-history-13a</link>
      <guid>https://dev.to/iyin_akinpelumi_2d16539f2/i-built-an-open-source-f1-api-with-telemetry-race-data-and-driver-history-13a</guid>
      <description>&lt;p&gt;What I Built&lt;/p&gt;

&lt;p&gt;An open-source Formula 1 REST API powered by FastF1, covering race results, &lt;br&gt;
standings, lap analysis, and high-frequency telemetry data from 2018–2026.&lt;/p&gt;

&lt;p&gt;The Architecture&lt;/p&gt;

&lt;p&gt;The backend runs on Django + Celery with  isolated worker tiers&lt;/p&gt;

&lt;p&gt;The Interesting Problem&lt;/p&gt;

&lt;p&gt;Heavy telemetry requests can take 30+ seconds to parse. Instead of making &lt;br&gt;
clients poll, I used Redis pub/sub with Server-Sent Events (SSE) so data &lt;br&gt;
streams to the client the moment a Celery worker finishes.&lt;/p&gt;

&lt;p&gt;Try It&lt;/p&gt;

&lt;p&gt;Docs and API key: &lt;a href="https://f1controlroomdocs.com" rel="noopener noreferrer"&gt;https://f1controlroomdocs.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from anyone who tries it!&lt;/p&gt;

</description>
      <category>api</category>
      <category>django</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
