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.
- Host: GitHub
- URL: https://github.com/mjanez/ckan-ogc_worker
- Owner: mjanez
- License: mit
- Created: 2024-02-12T08:45:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T16:39:49.000Z (over 2 years ago)
- Last Synced: 2024-10-05T15:42:47.527Z (over 1 year ago)
- Topics: ckan, docker, docker-compose, metadata, ogc
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CKAN-OGC harvester Cron: A Docker Compose solution for dataset management.
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).