An open API service indexing awesome lists of open source software.

https://github.com/mjanez/ckan-ogc_worker

CKAN-OGC harvester Cron: A Docker Compose solution for dataset management.
https://github.com/mjanez/ckan-ogc_worker

ckan docker docker-compose metadata ogc

Last synced: 2 months ago
JSON representation

CKAN-OGC harvester Cron: A Docker Compose solution for dataset management.

Awesome Lists containing this project

README

          

CKAN-OGC harvester Cron: A Docker Compose solution for dataset management.



ogc_worker version License: MIT


Overview
Quick start
Test
Debug
Containers

**Requirements**:
* [Docker](https://docs.docker.com/get-docker/)

## Overview
Docker compose environment to manage scalable background harvesting of datasets for development and testing with CKAN Open Data portals.

>**Note**

> It can be easily tested with a CKAN-type Open Data portal deployment: [mjanez/ckan-docker](https://github.com/mjanez/ckan-docker)[^1].

Available components:
* **ogcworker**: Software to

## Quick start
### With docker compose
Copy the `.env.example` template and configure by changing the `.env` file. Change `PYCSW_URL` and `CKAN_URL`, as well as the published port `PYCSW_PORT`, if needed.

```shell
cp .env.example .env
```

[^1]: A custom installation of Docker Compose with specific extensions for spatial data and [GeoDCAT-AP](https://github.com/SEMICeu/GeoDCAT-AP)/[INSPIRE](https://github.com/INSPIRE-MIF/technical-guidelines) metadata [profiles](https://en.wikipedia.org/wiki/Geospatial_metadata).