2021-10-08 21:38:33 +00:00
|
|
|
# Documentation
|
|
|
|
|
|
2021-12-12 12:14:23 +00:00
|
|
|
**martiLQ** stands for metadata reconciliation for transfer information, load quality
|
2021-10-08 21:38:33 +00:00
|
|
|
|
2021-10-14 10:50:55 +00:00
|
|
|
Before starting with **martiLQ** it is advisable to understand if it is right for
|
2021-12-12 12:14:23 +00:00
|
|
|
your organization's needs. Information is available in a number of short
|
2021-10-08 21:38:33 +00:00
|
|
|
documents.
|
|
|
|
|
|
2021-12-12 12:14:23 +00:00
|
|
|
There is no quick start document to get you started as each use case and
|
|
|
|
|
organization is different. There are sample implementations which you
|
2021-10-08 21:38:33 +00:00
|
|
|
can adjust if they resonate with your circumstances,
|
2021-11-02 13:13:27 +00:00
|
|
|
see [sample implementations](samples/)
|
2021-10-10 02:07:46 +00:00
|
|
|
|
2021-11-02 13:13:27 +00:00
|
|
|
|
|
|
|
|
There are sample implementations which you
|
|
|
|
|
can adjust if they resonate with your circumstances.
|
|
|
|
|
|
|
|
|
|
The source, documentation and samples are available at `<https://github.com/meerkat-manor/marti>`_
|
|
|
|
|
|
|
|
|
|
## MartiLQ objective
|
|
|
|
|
|
|
|
|
|
The objective of **martiLQ** is to define a simple standard for
|
|
|
|
|
capturing the data files being transferred. It is not for
|
|
|
|
|
real time web service transactions.
|
|
|
|
|
|
|
|
|
|
**martiLQ** is about file and document transfer and reconciling
|
|
|
|
|
that the all files have arrived and have not changed, and if so
|
|
|
|
|
required are also encrypted.
|
|
|
|
|
|
|
|
|
|
The proposition is to have a common, machine readable format
|
|
|
|
|
for file exchange that:
|
|
|
|
|
|
|
|
|
|
* ensures data load quality and reconciles
|
|
|
|
|
* can be used on Linux or Windows or Mac
|
|
|
|
|
* can be used with Python, Java, PowerShell, Golang, etc
|
|
|
|
|
* can be used by web services
|
|
|
|
|
* uses a text based format (JSON)
|
|
|
|
|
* can form part of the data processing pipeline
|
|
|
|
|
|
|
|
|
|
And finally is easy to understand.
|
|
|
|
|
|
|
|
|
|
To get a better understanding have a look at the definition
|
|
|
|
|
in [martiLQ](martiLQ.md)
|