maykinmedia / catalogi-importer

Easily import i-Navigator exports into the Catalogi API, such as the one in Open Zaak.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catalogi Importer

Version: 1.0.0
Source:https://github.com/maykinmedia/catalogi-importer
Keywords:ztc, i-navigator, zaaktypen, catalogi-api

Build status Code quality checks Documentation Status Code style Supported Python version

Easily import i-Navigator exports into the Catalogi API, such as the one in Open Zaak. (Nederlandse versie)

Developed by Maykin Media B.V. and commissioned by the municipality of Delft.

Introduction

The Catalogi API is the main place to store your zaaktypes when using the API's voor Zaakgericht Werken, part of the Common Ground landscape. However, many municipalities currently have their zaaktypes stored in i-Navigator.

To keep the manual overhead to a minimum, the Catalogi Importer can load i-Navigator exports into any catalog present in a Catalogi API. All zaaktypes are created as concepts, so you can easily make additional changes afterwards if needed.

Quickstart

A docker-compose-quickstart.yml is provided to get up and running quickly. To run the container:

$ wget https://raw.githubusercontent.com/maykinmedia/catalogi-importer/master/docker-compose-quickstart.yml
$ docker-compose -f docker-compose-quickstart.yml up -d
$ docker-compose exec web src/manage.py createsuperuser

Then, navigate to http://127.0.0.1:8000/ and log in with the credentials created.

License

Copyright © Maykin Media, 2021

Licensed under the EUPL.

References

About

Easily import i-Navigator exports into the Catalogi API, such as the one in Open Zaak.

License:Other


Languages

Language:JavaScript 78.6%Language:Python 18.2%Language:HTML 1.9%Language:SCSS 0.7%Language:Shell 0.3%Language:Dockerfile 0.2%Language:Smarty 0.0%