Skip to content

openTdataCH/OJP-Showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTData OJP-Showcase Tools

Apps

Tools

Tools Installation

You can run the tools in two ways

1. Using local Python installation

  • Python 3.x
  • install dependencies
$ python3 -m pip install -r requirements.txt
  • check Python SQLite3 version
$ python3 -c "import sqlite3; print(sqlite3.sqlite_version)"

2. Using Docker

  • Check docker to see how to build the image locally.
  • Run any tool below, i.e. $ docker run -v $(PWD):/app --rm opentdata-tools-python python3 hrdf_db_reporter_cli.py -p tmp/hrdf_2021-01-10.sqlite

3. Running the scripts on the server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published