An open API service indexing awesome lists of open source software.

https://github.com/palewire/datasette

A datasette instance hosting public records gathered by palewi.re
https://github.com/palewire/datasette

data-journalism datasette journalism news public-records sqlite

Last synced: about 2 months ago
JSON representation

A datasette instance hosting public records gathered by palewi.re

Awesome Lists containing this project

README

          

A Datasette instance hosting public records gathered by [palewi.re](https://palewi.re)

* Site: [palewi.re/docs](https://palewi.re/docs/)

## Installation

Install the dependencies.

```bash
pipenv install
make install_plugins
```

Create our databases.

```bash
make
```

Launch a local test server

```bash
make serve
```

## Deployment

Every push to the main branch is deploy automatically via a GitHub Action. You can do it manually with the following commands.

Login to fly.io

```bash
flyctl auth login
```

Deploy to fly.io

```bash
make deploy
```