Docs
Docs
Datahub Cloud in a nutshell
Datahub Cloud is your stupidly simple and fast tool for turning your datasets and data-driven content on GitHub into a published, shareable site. It converts raw data and Markdown files into beautifully presented, interactive sites.
NoteThe current version of Datahub Cloud runs only off Github.
How to deploy my first site within seconds
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:
- Go to template and click "Use this template" at the top right to create a new repository
- Go to the app and create a new site by selecting the repository you just created (leave the "Root Dir" field empty)
- Done, it is now published! Just hit the green "Visit" button at the top right to see what it looks like.
What to do after that
Once you published our template and you got an idea of how this works, you have several options on how to continue:
- You can customize the template by editing the .md file in the repo and adding relevant data files (if any).
- Explore different visuals and data-rich components that you can add to your page
- Publish an existing repository of your own and see what it looks like when published with Datahub Cloud. For any issues or errors, please open an issue here https://github.com/datopian/datahub/issues
- Create a new repository in Github. Create a README.md file, add some information in it and publish it with Datahub Cloud. You can check out this quick tutorial if you need guidance.
- Publish your Obsidian notes. Here's a quick tutorial on how to do that
What syntax is supported
Datahub Cloud supports CommonMark and GitHub Flavored Markdown, but also many Obsidian-specific syntax elements, like Wiki links or footnotes[^1].
For more syntax elements supported by Datahub Cloud, see Markdown syntax support