<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Databricks Community Edition - DBFS Alternative Solutions in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94933#M39004</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Mount AWS S3 bucket&lt;/P&gt;
&lt;P&gt;access_key =&amp;nbsp;""&lt;BR /&gt;secret_key =&amp;nbsp;""&lt;BR /&gt;encoded_secret_key = secret_key.replace("/",&amp;nbsp;"%2F")&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;aws_bucket_name =&amp;nbsp;"yourawsbucketname/"&lt;BR /&gt;mount_name =&amp;nbsp;"youraliasmountname"&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;#&amp;nbsp;#dbutils.fs.unmountf"/mnt/{mount_name}")&lt;BR /&gt;dbutils.fs.mount(f"s3a://{access_key}:{encoded_secret_key}@{aws_bucket_name}",&amp;nbsp;f"/mnt/{mount_name}")&lt;/P&gt;
&lt;P&gt;After mounting&lt;BR /&gt;goto next cell %fs ls /mnt/youraliasmountname&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 2:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/@gchandra/databricks-how-to-load-data-from-google-drive-github-c98d6b34d1b5?sk=674feb56e50fc9f348108bcede0b4582" target="_blank"&gt;https://medium.com/@gchandra/databricks-how-to-load-data-from-google-drive-github-c98d6b34d1b5?sk=674feb56e50fc9f348108bcede0b4582&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2024 17:52:05 GMT</pubDate>
    <dc:creator>gchandra</dc:creator>
    <dc:date>2024-10-18T17:52:05Z</dc:date>
    <item>
      <title>Databricks Community Edition - DBFS Alternative Solutions</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94933#M39004</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Mount AWS S3 bucket&lt;/P&gt;
&lt;P&gt;access_key =&amp;nbsp;""&lt;BR /&gt;secret_key =&amp;nbsp;""&lt;BR /&gt;encoded_secret_key = secret_key.replace("/",&amp;nbsp;"%2F")&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;aws_bucket_name =&amp;nbsp;"yourawsbucketname/"&lt;BR /&gt;mount_name =&amp;nbsp;"youraliasmountname"&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;#&amp;nbsp;#dbutils.fs.unmountf"/mnt/{mount_name}")&lt;BR /&gt;dbutils.fs.mount(f"s3a://{access_key}:{encoded_secret_key}@{aws_bucket_name}",&amp;nbsp;f"/mnt/{mount_name}")&lt;/P&gt;
&lt;P&gt;After mounting&lt;BR /&gt;goto next cell %fs ls /mnt/youraliasmountname&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 2:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/@gchandra/databricks-how-to-load-data-from-google-drive-github-c98d6b34d1b5?sk=674feb56e50fc9f348108bcede0b4582" target="_blank"&gt;https://medium.com/@gchandra/databricks-how-to-load-data-from-google-drive-github-c98d6b34d1b5?sk=674feb56e50fc9f348108bcede0b4582&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 17:52:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94933#M39004</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-18T17:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Community Edition - DBFS Alternative Solutions</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94963#M39014</link>
      <description>&lt;P&gt;Awesome - option 2 using GitHub I am able to resume my self learning.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 23:32:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94963#M39014</guid>
      <dc:creator>DineshReddyN</dc:creator>
      <dc:date>2024-10-18T23:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Community Edition - DBFS Alternative Solutions</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94965#M39016</link>
      <description>&lt;P&gt;If works, accept it as solution.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 00:34:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94965#M39016</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-19T00:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Community Edition - DBFS Alternative Solutions</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94966#M39018</link>
      <description>&lt;P&gt;Hey folks - sorry, this was due to an erroneous rollout, it's back now. Sorry about the disruption. Thanks for continuing to use Community Edition!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 00:52:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/94966#M39018</guid>
      <dc:creator>Shanku_Niyogi</dc:creator>
      <dc:date>2024-10-19T00:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Community Edition - DBFS Alternative Solutions</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/114100#M44720</link>
      <description>&lt;P&gt;Seems to be removed again? Can't see options.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 16:36:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/114100#M44720</guid>
      <dc:creator>DanT</dc:creator>
      <dc:date>2025-03-31T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Community Edition - DBFS Alternative Solutions</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/114103#M44722</link>
      <description>&lt;P&gt;Can you please share the screenshot or error message you get?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 17:05:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-community-edition-dbfs-alternative-solutions/m-p/114103#M44722</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2025-03-31T17:05:28Z</dc:date>
    </item>
  </channel>
</rss>

