Skip to content

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

License

Notifications You must be signed in to change notification settings

maykinmedia/catalogi-importer

Repository files navigation

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