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
- Host: GitHub
- URL: https://github.com/palewire/datasette
- Owner: palewire
- License: mit
- Created: 2023-01-25T16:06:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T15:26:55.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:32:55.955Z (over 1 year ago)
- Topics: data-journalism, datasette, journalism, news, public-records, sqlite
- Language: HTML
- Homepage: https://palewi.re/data
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```