Skip to content

A standalone web service that pushes data files from a CKAN site resources into its DataStore

License

Notifications You must be signed in to change notification settings

stavros-melidoniotis/datapusher

 
 

Repository files navigation

🐋 Dockerized Datapusher

This repository aims to provide Docker support for the Datapusher service, which is absent from the original repo, by using the latest Datapusher source code for the docker image creation.

While a dockerized version of the Datapusher already exists here, it hasn't been updated in years and thus is missing all the newly added features and bug fixes.

To learn more about the Datapusher itself, refer to the original readme.md.

How to use

First, you need to clone this repository and navigate to it's root directory.

There you will find a Dockerfile and a docker-compose.yml file. You can build the datapusher image by either running

docker-compose build

or

docker image build .

The image is ready to be used! Execute docker image ls to confirm it's creation.

Notice:

If you built the image with docker image build . command, then the created image will have <none> as REPOSITORY and TAG values.

Example:

You can fix this by running the docker image tag <IMAGE_ID> <new_name>:<new_tag> command.

About

A standalone web service that pushes data files from a CKAN site resources into its DataStore

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Dockerfile 0.3%