Skip to content

Exports data from Tail Database on DataLayer as JSON files

Notifications You must be signed in to change notification settings

Tail-Database/tail-database-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tail Database Exporter

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.

How to run

Install dependencies

python3 -m venv venv
. ./venv/bin/activate
python3 setup.py install

Run the script

The default configuration assumes that tail-database-api is running locally.

python3 start.py

About

Exports data from Tail Database on DataLayer as JSON files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published