2021-11-01 03:29:52 +00:00
|
|
|
Why use marti
|
|
|
|
|
=============
|
2021-10-08 21:38:33 +00:00
|
|
|
|
2021-10-14 10:50:55 +00:00
|
|
|
**martiLQ** is a framework for providing a degree of auditability and reconciliation of
|
2021-10-08 21:38:33 +00:00
|
|
|
documents transferred between systems in an organisation and externally. It does not intend
|
|
|
|
|
define the format or content of the document. It defines controls that can be used to:
|
|
|
|
|
|
|
|
|
|
1. verify source
|
|
|
|
|
2. identify unauthorized alterations (tampering)
|
|
|
|
|
3. reconcile agreed metrics, such as the number of records
|
|
|
|
|
4. ensure sequential processing
|
|
|
|
|
5. describe metadata including format, extract time
|
|
|
|
|
6. link to further information
|
|
|
|
|
|
2021-10-14 10:50:55 +00:00
|
|
|
You would use **martiLQ** if any of the controls are a requirement for you.
|
2021-10-08 21:38:33 +00:00
|
|
|
|
2021-11-01 03:29:52 +00:00
|
|
|
Documents
|
|
|
|
|
---------
|
2021-10-08 21:38:33 +00:00
|
|
|
|
|
|
|
|
Documents in this context are digital storage objects such as operating system files,
|
2021-10-31 11:53:58 +00:00
|
|
|
cloud storage objects or blobs. The document content can have structure and contains multiple
|
|
|
|
|
records or it can be unstructered such as PDFs. If you are including PDFs then they are
|
|
|
|
|
likely to be be supporting documents for your actual data files.
|
2021-10-08 21:38:33 +00:00
|
|
|
|
2021-10-14 10:50:55 +00:00
|
|
|
The **martiLQ** framework is not intended to be used for single record transfers such as
|
2021-10-08 21:38:33 +00:00
|
|
|
in single web transactions. It is for providing controls when moving large amounts of
|
|
|
|
|
data as one event. This data are commonly referred to as batch extracts and performed
|
|
|
|
|
at scheduled times such as end of day.
|
|
|
|
|
|
2021-11-01 03:29:52 +00:00
|
|
|
Security
|
|
|
|
|
--------
|
2021-10-08 21:38:33 +00:00
|
|
|
|
|
|
|
|
The framework does not replace your security, inflight encryption or encryption at rest.
|
|
|
|
|
|
|
|
|
|
You are encouraged to use TLS or SSH to connect devices and transfer documents. Storage
|
|
|
|
|
encryption and access controls for your documents is also relevant as part of the bigger
|
|
|
|
|
picture.
|