Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.13 KB

DC Importer

DC Importer is a data synchronizer allowing external application to communicate with the Ozwillo Datacore

Features

  • Integration of Marchés Publiques
  • Integration of Maarch
  • Integration of Publik
  • Integration of Marchés Sécurisés

Infos

Activated actuator endpoints :

  • Info : http --json GET http://{host}/actuator/info Authorization:"Basic Base64(login:password)"
    • Provide basic information about the application
  • Health : http --json GET http://{host}/actuator/health Authorization:"Basic Base64(login:password)"
    • Display application health status
  • Httptrace : http --json GET http://{host}/actuator/httptrace Authorization:"Basic Base64(login:password)"
    • Display last 100 HTTP requests

Needed

Following external applications and plugins are needed for the DC Importer application to work :

  • RabbitMQ
    • Recommended version : 3.7.6
    • Recommended plugins : rabbitmq_management, rabbitmq_shovel and rabbitmq_shovel_management
  • Erlang
    • Recommended version : 8.3