Skip to end of metadata
Go to start of metadata
🌱 Service basics
Title | File Management Service |
Description | The File Management service manages all the EDI files that are received for Enrollment into the ZEUS Platform. |
Core Features | The File Management Service performs the below functions Looks for EDI files in a certain file location for every 60 seconds. If a file with the extension “.edi” is available, the file is loaded into the system for processing. The service performs the below steps for processing the file Reads the meta data (File Name, File received date etc.) and content of the file and coverts into an object. Parses the high level information of the file to determine the trading partner associated with the file by interacting with the trading partner service. Stores the information about the file in the local storage. Creates the file detail object with the entire file data as a String and sends it to File Storage Service for storage and to Transaction Origination Service to process the transactions within the file
|
High Level Component Diagram | |
🧐 Specifications
Database | MySQL (Local), MariaDB (Docker) |
---|
Programming Language | Java. Uses Spring Boot Framework. |
|
|
📐 Additional guidance
Content | |
---|
Accessibility | |
Mobile | |
Best practices | |
Related | |