Skip to end of banner
Go to start of banner

File Management Service

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

🌱 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

  1. Looks for EDI files in a certain file location for every 60 seconds.

  2. If a file with the extension “.edi” is available, the file is loaded into the system for processing.

  3. The service performs the below steps for processing the file

    1. Reads the meta data (File Name, File received date etc.) and content of the file and coverts into an object.

    2. Parses the high level information of the file to determine the trading partner associated with the file by interacting with the trading partner service.

    3. Stores the information about the file in the local storage.

    4. 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

  • No labels