Skip to content
natlibfi-arlehiko edited this page Feb 8, 2018 · 7 revisions

System for importing record batches to Melinda.

Micro services

The system is implemented as micro services. Each service also depends on shared code implemented as a Javascript module.

API

API provides methods for uploading blobs, altering blob states and profile management.

Transformer

Transformer transforms blobs to records and published them in to the import queue.

Importer

Importer fetches records from the import queue and imports them to Melinda.

Import queue

AMQP queue for transformed records.

Overview of the flow

Overview of the flow"

test

Clone this wiki locally