This repository contains a Datasette app for serving the Database of Dutch Dialect Idioms. It preserves the data structures of the now-retired original project database, and includes the data in TSV format.
Installing and running Datasette.
- Python (v3.9+)
- SQLite
- pip
Optional:
- virtualenv
Create and activate your virtual environment:
virtualenv .env --prompt="(idiomsdb) "
source .env/bin/activate
Install Datasette dependencies:
pip install -r requirements.txt
Import the data into a SQLite database:
python scripts/create-db.py
Alternatively, download idioms.db and place it in the root directory of the project.
source .env/bin/activate
datasette serve .
The data are licensed under the Creative Commons Attribution 4.0 International License.
The source code is licensed under the 3-Clause BSD License.
See the LICENSE
file for details.