uses: 1940a8c4df2a2e0e7c95a457ce8dc4e7033c24d9
This data as json
_id | _path | text | html | title | summary | order |
---|---|---|---|---|---|---|
1940a8c4df2a2e0e7c95a457ce8dc4e7033c24d9 | for/publishing-data.md | Datasette was [originally inspired](https://simonwillison.net/2018/Aug/19/instantly-publish-datasette/) by work on [the Guardian Data Blog](https://www.theguardian.com/news/datablog/2011/jan/27/data-store-office-for-national-statistics), an initiative to publish the raw data behind the stories in the news. Datasette encourages sharing data as tables that can be explored by users and exported out as JSON or CSV. It's like publishing a CSV file but with much deeper flexibility for visitors to remix, visualize and export data. Data published by Datasette can be deployed to both traditional and serverless hosting platforms. The `datasette publish` command, [documented here](https://docs.datasette.io/en/stable/publish.html), can deploy to [Heroku](https://heroku.com/) and [Google Cloud Run](https://cloud.google.com/run). Plugins can be used to deploy Datasette on [Vercel](https://vercel.com/) or [fly.io](https://fly.io/). Datasette also works great on [Glitch](https://glitch.com/). When combined with GitHub Actions, Datasette can be used to automatically deploy new databases on a scheduled basis. See [Deploying a data API using GitHub Actions and Cloud Run](https://simonwillison.net/2020/Jan/21/github-actions-cloud-run/) for more details on implementing this pattern. | <p>Datasette was <a href="https://simonwillison.net/2018/Aug/19/instantly-publish-datasette/">originally inspired</a> by work on <a href="https://www.theguardian.com/news/datablog/2011/jan/27/data-store-office-for-national-statistics">the Guardian Data Blog</a>, an initiative to publish the raw data behind the stories in the news.</p> <p>Datasette encourages sharing data as tables that can be explored by users and exported out as JSON or CSV. It's like publishing a CSV file but with much deeper flexibility for visitors to remix, visualize and export data.</p> <p>Data published by Datasette can be deployed to both traditional and serverless hosting platforms.</p> <p>The <code>datasette publish</code> command, <a href="https://docs.datasette.io/en/stable/publish.html">documented here</a>, can deploy to <a href="https://heroku.com/">Heroku</a> and <a href="https://cloud.google.com/run">Google Cloud Run</a>. Plugins can be used to deploy Datasette on <a href="https://vercel.com/">Vercel</a> or <a href="https://fly.io/">fly.io</a>.</p> <p>Datasette also works great on <a href="https://glitch.com/">Glitch</a>.</p> <p>When combined with GitHub Actions, Datasette can be used to automatically deploy new databases on a scheduled basis. See <a href="https://simonwillison.net/2020/Jan/21/github-actions-cloud-run/">Deploying a data API using GitHub Actions and Cloud Run</a> for more details on implementing this pattern.</p> | Datasette for publishing data | The built-in "datasette publish" command lets you instantly publish your data to hosting providers like Google Cloud Run, Heroku or Vercel. | 2 |