NUTRINTG New CDP-to-SFMC Integration
The purpose of this project is to:
Fetch encrypted daily extract files from SFTPs of Epsilon CDP.
Analyze if all the files are present, if their md5 checksums are valid and if dates in their names are valid.
Decrypt the files.
Process the files into an appropriate format for SFMC and split them by brand org code.
For all brand org codes create a zip of all split files.
Send zips to an appropriate SFTP of SFMC.
Therefore there are 6 services in this project:
file-fetcher
file-set-analyzer
file-decrypter
file-processor
file-zipper
file-sender
Some of the services are region-specific and have multiple instances with different settings per region. Others are universal and will work for all the possible regions.
Currently there are 4 regions supported:
amer
sea
eu
us (aka amer_usa, aka Harmony) split into 3 batches: amer_usa1, amer_usa2 and amer_usa3
Please contact the CDD team for credentials/keys to MongoDB, AWS, SFTPs etc. . This data is not to be published on Confluence.