-
Notifications
You must be signed in to change notification settings - Fork 0
Home
natlibfi-arlehiko edited this page May 28, 2018
·
7 revisions
System for importing record batches to Melinda.
The system is implemented as micro services. Each service also depends on shared code implemented as a Javascript module.
API provides methods for uploading blobs, altering blob states and profile management.
Controller dispatches Transformer- and Importer-containers for scalability.
Transformer transforms blobs to records and publishes them in to the import queue.
Importer fetches records from the import queue and imports them to Melinda.
AMQP queue for transformed records.