Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 652 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 652 Bytes

Golang libs for Open Data Hub ingestion microservices

These libraries are for use inside the Open Data Hub to implement Data collectors, Transformers and Elaborations

dc

Data collector specific utilities. Services that push to a rabbitmq exchange

tr

Transformer specific utilities. Services that listen on a rabbitmq queue

dto

Data transfer objects for message exchange and raw data storage

mq

Simplified interface for rabbitmq

ms (microservices)

General utility boilerplate like logging, configuration and error handling