Skip to content

A lightly modified deployment of datasette, for serving snapshots of the TGWF data

Notifications You must be signed in to change notification settings

thegreenwebfoundation/dataset-browser

Repository files navigation

The Green Web Foundation Dataset Browser

This is source code for the green web foundation datasets browser, visible at https://datasets.thegreenwebfoundation.org.

This is a lightly modified of the fantastic Datasette project, led by Simon Willison. If you have data you are interested in publishing, it's a fantastic tool.

Installation

This project used pipenv by default, but

To install it, create a virtual environment, and install the required libraries

python -m venv venv
pip install pipenv
source venv/bin/activate

pipenv install

Usage

make serve

Deploying

make release

Contributing

Licensing

The code is open source - Apache 2.0

The data is available on the Open Database License. Y

About

A lightly modified deployment of datasette, for serving snapshots of the TGWF data

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published