<?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: robert njuguna</title>
    <description>The latest articles on DEV Community by robert njuguna (@robert_njuguna_f6dab64a90).</description>
    <link>https://dev.to/robert_njuguna_f6dab64a90</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%2F2177367%2Faf44343c-fa81-422c-9f06-6a4b02dcbdf7.jpg</url>
      <title>DEV Community: robert njuguna</title>
      <link>https://dev.to/robert_njuguna_f6dab64a90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/robert_njuguna_f6dab64a90"/>
    <language>en</language>
    <item>
      <title>Installing Apache Superset - Windows 11</title>
      <dc:creator>robert njuguna</dc:creator>
      <pubDate>Sat, 01 Feb 2025 15:25:24 +0000</pubDate>
      <link>https://dev.to/robert_njuguna_f6dab64a90/installing-apache-superset-windows-11-4aco</link>
      <guid>https://dev.to/robert_njuguna_f6dab64a90/installing-apache-superset-windows-11-4aco</guid>
      <description>&lt;p&gt;I'm looking for an alternative to PowerBI, came across Apache Superset.&lt;/p&gt;

&lt;p&gt;Installing the latest official release just to check out the features.&lt;/p&gt;

&lt;p&gt;First, cloned &lt;a href="https://github.com/apache/superset.git" rel="noopener noreferrer"&gt;the Apache superset repository&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Cloning superset repository failed with the error below.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;remote: Compressing objects: 100% (485/485), done.
15:43:19.748344 pkt-line.c:80           packet:     sideband&amp;lt; PACK ...
15:44:17.125727 http.c:689              == Info: HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
15:44:17.125727 http.c:689              == Info: stopped the pause stream!
15:44:17.125727 http.c:689              == Info: Connection #0 to host github.com left intact
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 5003 bytes of body are still expected
15:44:17.125727 pkt-line.c:80           packet:          git&amp;gt; 0002
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Updating from git from version 2.34.1 to version 2.47.1 fixed the failing cloning process.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;PS C:\Users\Robert Njuguna\projects\superset&amp;gt; git update-git-for-windows
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Using docker, booted up Superset Release 4.1.1&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$env:TAG=4.1.1
docker compose -f docker-compose-image-tag.yml up
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Superset now available on &lt;a href="http://localhost:8088/login" rel="noopener noreferrer"&gt;http://localhost:8088/login&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Accessed this using default credentials, &lt;strong&gt;username: **admin, **password&lt;/strong&gt;: admin&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It works!!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>dataviz</category>
      <category>superset</category>
    </item>
  </channel>
</rss>
