<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.roman-halliday.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.roman-halliday.com/feed.php">
        <title>wiki.roman-halliday.com - osdse</title>
        <description></description>
        <link>https://wiki.roman-halliday.com/</link>
        <image rdf:resource="https://wiki.roman-halliday.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T18:18:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.roman-halliday.com/doku.php?id=osdse:streamlit_with_apache&amp;rev=1746193217&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.roman-halliday.com/doku.php?id=osdse:dlthub&amp;rev=1744042203&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.roman-halliday.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>wiki.roman-halliday.com</title>
        <link>https://wiki.roman-halliday.com/</link>
        <url>https://wiki.roman-halliday.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.roman-halliday.com/doku.php?id=osdse:streamlit_with_apache&amp;rev=1746193217&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-02T13:40:17+00:00</dc:date>
        <dc:creator>david (david@undisclosed.example.com)</dc:creator>
        <title>streamlit_with_apache</title>
        <link>https://wiki.roman-halliday.com/doku.php?id=osdse:streamlit_with_apache&amp;rev=1746193217&amp;do=diff</link>
        <description>Configuration for using streamlit with apache (as a reverse proxy) to serve a streamlit project.

&lt;https://docs.streamlit.io/get-started/installation/command-line&gt;

&lt;http://streamlit.roman-halliday.com&gt;

Streamlit Configuration


mkdir streamlit_app
cd streamlit_app

python --version
python -m venv venv

source venv/bin/activate

pip install -U pip
pip install streamlit</description>
    </item>
    <item rdf:about="https://wiki.roman-halliday.com/doku.php?id=osdse:dlthub&amp;rev=1744042203&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-07T16:10:03+00:00</dc:date>
        <dc:creator>david (david@undisclosed.example.com)</dc:creator>
        <title>dlthub - created</title>
        <link>https://wiki.roman-halliday.com/doku.php?id=osdse:dlthub&amp;rev=1744042203&amp;do=diff</link>
        <description>Docs - dlthub:

	*  &lt;https://dlthub.com/docs/reference/installation&gt;
		*  &lt;https://dlthub.com/docs/tutorial/sql-database&gt;


sudo apt-get update &amp;&amp; sudo apt-get update -y

mkdir dlthub_app
cd dlthub_app
 
python --version
python -m venv venv
 
source venv/bin/activate
 
pip install -U pip

pip install -U dlt

# databases
pip install &quot;dlt[duckdb]&quot;
pip install pymysql

# Configure Project
dlt init sql_database duckdb

# Install requirements not already met
pip install -r requirements.txt</description>
    </item>
</rdf:RDF>
