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

https://github.com/justmars/lawdata

Access datasette instance of corpus-x database as authenticated backend API
https://github.com/justmars/lawdata

api datasette fts5 json1-extension legal litestream sqlite tree-structure

Last synced: 8 months ago
JSON representation

Access datasette instance of corpus-x database as authenticated backend API

Awesome Lists containing this project

README

          

# lawdata

![Github CI](https://github.com/justmars/lawdata/actions/workflows/main.yml/badge.svg)

Datasette instance of corpus-x database launched via [LawData](https://lawdata.xyz), utilized in the [LawSQL dataset](https://lawsql.com).

## Documentation

See [documentation](https://justmars.github.io/lawdata).

## Development

Checkout code, create a new virtual environment:

```sh
poetry install # install dependencies
poetry shell
```