Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.04 KB

README.rst

File metadata and controls

74 lines (49 loc) · 2.04 KB

Widukind - dlstats

Travis Build Status Documentation Status Coverage

This is a database of international macroeconomic data collected on public web servers of statistical offices worldwide.

Requires

Installation with Python

See Dockerfile for installation example.

Installation with Docker

Use Widukind Docker project with docker-compose or manual installation:

Requires:

  • Docker 1.9+
  • docker-compose 1.5+
  • sudo right or root access
docker run -d --name mongodb mongo \
  mongod --bind_ip 0.0.0.0 --smallfiles --noauth --directoryperdb

git clone https://github.com/Widukind/dlstats.git

cd dlstats

docker build -t widukind/cli .

docker run -it --rm --link mongodb:mongodb \
  -e WIDUKIND_MONGODB_URL=mongodb://mongodb/widukind \
  widukind/cli dlstats --help

# Tips: run dlstats client with alias
alias dlstats="docker run -it --rm --link mongodb:mongodb -e WIDUKIND_MONGODB_URL=mongodb://mongodb/widukind widukind/cli dlstats"
dlstats --help

LICENSE

GNU Affero General Public License version 3