Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maykinmedia/catalogi-importer
Easily import i-Navigator exports into the Catalogi API, such as the one in Open Zaak.
https://github.com/maykinmedia/catalogi-importer
commonground
Last synced: about 2 months ago
JSON representation
Easily import i-Navigator exports into the Catalogi API, such as the one in Open Zaak.
- Host: GitHub
- URL: https://github.com/maykinmedia/catalogi-importer
- Owner: maykinmedia
- License: other
- Created: 2020-08-04T13:21:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T15:04:36.000Z (over 1 year ago)
- Last Synced: 2024-04-15T00:23:28.658Z (9 months ago)
- Topics: commonground
- Language: JavaScript
- Homepage:
- Size: 3.62 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.NL.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
=================
Catalogi Importer
=================:Version: 1.0.0
:Source: https://github.com/maykinmedia/catalogi-importer
:Keywords: ztc, i-navigator, zaaktypen, catalogi-api|build-status| |code-quality| |docs| |black| |python-versions|
Eenvoudig i-Navigator exports importeren in een Catalogi API, zoals die in
`Open Zaak`_ zit.
(`English version`_)Ontwikkeld door `Maykin Media B.V.`_ voor Gemeente Delft
Introductie
===========De `Catalogi API`_ is de bron om alle zaaktypen te ontsluiten als er gebruik
wordt gemaakt van de `API's voor Zaakgericht Werken`_, onderdeel in het
`Common Ground`_ landschap. Veel gemeenten gebruiken op dit moment echter het
i-Navigator product.Om het importeren zo geautomatiseerd mogelijk te maken, kan de Catalogi
Importer een i-Navigator export inladen in elke catalogus die beschikbaar is via
een Catalogi API. Alle zaaktypen worden aangemaakt als concept zodat achteraf
nog eenvoudig wijzigingen kunnen worden gemaakt.Quickstart
==========Om het startprocess van de Catalogi Importer te vereenvoudigen, is er een `docker-compose-quickstart.yml`_ beschikbaar.
Voer de volgende commando's uit om de containers te starten:.. code:: shell
$ 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 createsuperuserGa daarna naar ``http://127.0.0.1:8000/`` en log in met de inloggegevens die je zojuist hebt gemaakt.
.. _docker-compose-quickstart.yml: docker-compose-quickstart.yml
Licentie
========Copyright © Maykin Media, 2021
Licensed under the `EUPL`_.
Referenties
===========* `Documentatie `_
* `Issues `_
* `Code `_
* `Docker image `_.. _`English version`: README.rst
.. _`Maykin Media B.V.`: https://www.maykinmedia.nl
.. _`Open Zaak`: https://opengem.nl/producten/open-zaak/
.. _`API's voor Zaakgericht Werken`: https://github.com/VNG-Realisatie/gemma-zaken
.. _`Common Ground`: https://commonground.nl/
.. _`Catalogi API`: https://vng-realisatie.github.io/gemma-zaken/standaard/catalogi/index
.. _`EUPL`: LICENSE.md.. |build-status| image:: https://github.com/maykinmedia/catalogi-importer/workflows/ci/badge.svg?branch=master
:alt: Build status
:target: https://github.com/maykinmedia/catalogi-importer/actions?query=branch%3Amaster+workflow%3A%22ci%22.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:alt: Code style
:target: https://github.com/psf/black.. |python-versions| image:: https://img.shields.io/badge/python-3.7-blue.svg
:alt: Supported Python version.. |code-quality| image:: https://github.com/maykinmedia/catalogi-importer/workflows/code-quality/badge.svg
:alt: Code quality checks
:target: https://github.com/maykinmedia/catalogi-importer/actions?query=workflow%3A%22code-quality%22.. |docs| image:: https://readthedocs.org/projects/catalogi-importer/badge/?version=latest
:target: https://catalogi-importer.readthedocs.io/
:alt: Documentation Status