Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 904 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 904 Bytes

SwiftParserWebapi

Task: Parser for Swift MT799

Used technologies:

Description:

A three-layer architecture for converting a Swift MT799 message file. There is Data Layer, Service Layer and Web Api. The Data Layer has the connection with SQLite and the model for the Swift Message. We have Repository patern with Insert Method which inserts the data when it is parsed from the Swift MT799 message. There is DbMigrator for the table creation and DbHelper for the connection with the base. Implementation of the parser is in the Service layer where it has Swift Parser Service.