Link Search Menu Expand Document

DataHub - Installation

DataHub needs ubuntu virtual machine (or any other linux distro) with docker and docker-compose installed. After setting up virtual evniroment, pulling DataHub-docker repository, you should be able to start up the application wiht docker-compose build and docker-compose up. After all containers are runnig, execute

  • docker exec -it api bash
  • flask db init
  • flask db migrate
  • flask db upgrade

This should initialize database with proper scheme designed for work with PDX data. After this, you should be able to access DataHub through localhost:8080/api/v1/. All other resources are described here. Further you should continue with uploading the data, which is described here.