Python script that exports data from Tail Database on DataLayer using tail-database-api.
Data is exported as JSON and a seperate process uploads it to a web server so taildatabase.com can operate as a static site without running a full node in the cloud.
python3 -m venv venv
. ./venv/bin/activate
python3 setup.py install
The default configuration assumes that tail-database-api is running locally.
python3 start.py