<?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: Yoana Popova</title>
    <description>The latest articles on DEV Community by Yoana Popova (@popovayoana).</description>
    <link>https://dev.to/popovayoana</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%2F1094330%2F8c7aa447-0c3d-42e1-940d-9ac58e33c45a.jpeg</url>
      <title>DEV Community: Yoana Popova</title>
      <link>https://dev.to/popovayoana</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/popovayoana"/>
    <language>en</language>
    <item>
      <title>Create a dataset from scratch and publish it with Datahub Cloud</title>
      <dc:creator>Yoana Popova</dc:creator>
      <pubDate>Fri, 09 Aug 2024 14:30:08 +0000</pubDate>
      <link>https://dev.to/datopian/create-a-dataset-from-scratch-and-publish-it-with-datahub-cloud-34f5</link>
      <guid>https://dev.to/datopian/create-a-dataset-from-scratch-and-publish-it-with-datahub-cloud-34f5</guid>
      <description>&lt;p&gt;In our previous article, we talked about DataDatahub Cloud: your stupidly simple and fast tool for turning your data stories or datasets on GitHub into a published, shareable site. It converts raw data and Markdown files into beautifully presented, interactive sites. &lt;/p&gt;

&lt;p&gt;Today, we're going to tell you how to publish a dataset (multiple data files or a single data file) with DataHub Cloud.&lt;/p&gt;

&lt;p&gt;As an example we're going to use an example dataset with an analysis of the top 1000 global universities: &lt;br&gt;
&lt;a href="https://www.kaggle.com/datasets/zahrayazdani81/univercitiesranking?resource=download" rel="noopener noreferrer"&gt;https://www.kaggle.com/datasets/zahrayazdani81/univercitiesranking?resource=download&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What You'll Need
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub account and basic knowledge of GitHub UI (especially editing and adding files)&lt;/li&gt;
&lt;li&gt;A DataHub Cloud account.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Create a GitHub repository with the data files and README.md file&lt;/p&gt;

&lt;p&gt;Any DataHub Cloud site is built off of a GitHub repository. This is where you'd put all your dataset file(s) and any related markdown content that you want to publish. For the sake of simplicity, in this tutorial, we're only going to use a single README.md file. It's going to serve as a landing page for our site.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Tip&lt;/strong&gt;&lt;br&gt;
Any README.md or index.md file, either in a root of the repository or in a subfolder, will be treated as a "landing" page (of the whole site or a given folder) by the DataHub Cloud.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Go to your GitHub account and create a new repository. Note, you can check "Add a README file" checkbox. This will make GitHub automatically add an empty README.md file to our repository.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Hint&lt;/strong&gt;&lt;br&gt;
If you're new to GitHub, here are simple instructions on creating a repository: &lt;a href="https://docs.github.com/en/repositories/creating-and-managing-repositories/quickstart-for-repositories" rel="noopener noreferrer"&gt;https://docs.github.com/en/repositories/creating-and-managing-repositories/quickstart-for-repositories&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Now, let's continue this tutorial in our docs: &lt;a href="https://datahub.io/docs/Create+a+dataset+from+scratch+and+publish+it+with+Datahub+Cloud" rel="noopener noreferrer"&gt;https://datahub.io/docs/Create+a+dataset+from+scratch+and+publish+it+with+Datahub+Cloud&lt;/a&gt; &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You can check out how a published &lt;strong&gt;dataset page&lt;/strong&gt; looks like here: &lt;a href="https://datahub.io/core/co2-ppm" rel="noopener noreferrer"&gt;https://datahub.io/core/co2-ppm&lt;/a&gt;&lt;br&gt;
You can check out how a published &lt;strong&gt;data story page&lt;/strong&gt; looks like here: &lt;br&gt;
&lt;a href="https://datahub.io/@cheredia19/us-cities-population" rel="noopener noreferrer"&gt;https://datahub.io/@cheredia19/us-cities-population&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>data</category>
      <category>datapublishig</category>
      <category>datapresentation</category>
      <category>dataset</category>
    </item>
    <item>
      <title>Datahub Cloud: a simple and fast tool to turn your data stories or datasets on GitHub into a published, shareable site</title>
      <dc:creator>Yoana Popova</dc:creator>
      <pubDate>Wed, 07 Aug 2024 13:37:21 +0000</pubDate>
      <link>https://dev.to/datopian/datahub-cloud-a-simple-and-fast-tool-to-turn-your-data-stories-or-datasets-on-github-into-a-published-shareable-site-4ehf</link>
      <guid>https://dev.to/datopian/datahub-cloud-a-simple-and-fast-tool-to-turn-your-data-stories-or-datasets-on-github-into-a-published-shareable-site-4ehf</guid>
      <description>&lt;p&gt;Datahub Cloud is your stupidly simple and fast tool for turning your data stories or datasets on GitHub into a published, shareable site. It converts raw data and Markdown files into beautifully presented, interactive sites.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; &lt;br&gt;
The current version of Datahub Cloud runs only off Github.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  How to deploy your first site within seconds
&lt;/h2&gt;

&lt;p&gt;The quickest way to start publishing with Datahub Cloud is to publish our template and customize it to fit your needs. You can do that in 5 simple steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click on the selected template from the ones listed below and click "Use this template" at the top right to create a new repository&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TEMPLATES:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/datahubio/datahub-cloud-template-story" rel="noopener noreferrer"&gt;Data-rich story template&lt;/a&gt; that renders like &lt;a href="https://datahub.io/@Daniellappv/datahub-cloud-template-story" rel="noopener noreferrer"&gt;this&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/datahubio/datahub-cloud-template" rel="noopener noreferrer"&gt;Dataset template&lt;/a&gt; that renders like &lt;a href="https://datahub.io/@Daniellappv/datahub-cloud-template-dataset" rel="noopener noreferrer"&gt;this&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/datahubio/datahub-cloud-template-pkm" rel="noopener noreferrer"&gt;PKM template&lt;/a&gt; that renders like &lt;a href="https://datahub.io/@Daniellappv/datahub-cloud-template-pkm" rel="noopener noreferrer"&gt;this&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;If you don't have any data files or notes, you can also start from scratch (go to &lt;a href="https://datahub.io/docs#start-from-the-scratch" rel="noopener noreferrer"&gt;Start from scratch&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;Go to the app and create a new site by selecting the repository you just created (leave the "Root Dir" field empty)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj7ddkq94v1gwna3vxnvj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj7ddkq94v1gwna3vxnvj.png" alt="Image description" width="800" height="188"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Done, it is now published!&lt;/strong&gt; Just hit the green "Visit" button at the top right to see what it looks like.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh69accbi6cibaunu3qqk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh69accbi6cibaunu3qqk.png" alt="Image description" width="800" height="94"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ❓ What to do after you publish your first site
&lt;/h2&gt;

&lt;p&gt;After publishing our template and getting a feel for how it works, you have several options:&lt;/p&gt;

&lt;p&gt;👷‍♂️ Customize your template&lt;br&gt;
📈 Add visuals&lt;br&gt;
🏖️ Publish another repo of your own&lt;br&gt;
🆕 Create a new repo&lt;br&gt;
🖋️ Publish your Obsidian notes&lt;/p&gt;

&lt;p&gt;You can also take the template to the next level:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://datahub.io/docs/Customize%20Your%20DataHub%20Cloud%20Site%20with%20CSS" rel="noopener noreferrer"&gt;Customize your site with CSS and HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://datahub.io/docs/Add%20visuals%20and%20data-rich%20components" rel="noopener noreferrer"&gt;Add visuals and data-rich components&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://datahub.io/docs/Add%20sidebar%20navigation" rel="noopener noreferrer"&gt;Add sidebar navigation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>data</category>
      <category>markdown</category>
      <category>datapresentation</category>
      <category>datapublishing</category>
    </item>
  </channel>
</rss>
