Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.34 KB

CPS-connector

The CPS-connector is set of Docker containers used for updating our Elasticsearch nodes using API requests with optional notification to external parties (websites, DIWOO sitemaps) as well as importing data from external sources. My first Python project after 23 years using PHP code :-).

This repository contains the Python based API / workers, used applications at https://github.com/ProvincieZeeland/cps-connector-applications

Versions

If you're interested in versions (which are no longer available), have a look at (https://github.com/ProvincieZeeland/cps-connector/wiki/Version-history)

Getting started

Before starting the docker containers, we need some networks (docker network create ):

  • cps_acc
  • cps_prod
  • docker_proxy
  • redis
  • rabbit

TEST

Getting started