0% found this document useful (0 votes)
22 views2 pages

Different Way Implementation v1

Middleware allows for heavy loads of data to be transferred between systems and converted into a common format, making it useful for integrating different file types and switching between logic easily. Direct APIs enable customized data requests and results between systems but require both systems to have compatible capabilities. Import/export is best for transferring large amounts of legacy data into modernized applications by extracting and manipulating data without ongoing connections between systems.

Uploaded by

Renz Ramos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views2 pages

Different Way Implementation v1

Middleware allows for heavy loads of data to be transferred between systems and converted into a common format, making it useful for integrating different file types and switching between logic easily. Direct APIs enable customized data requests and results between systems but require both systems to have compatible capabilities. Import/export is best for transferring large amounts of legacy data into modernized applications by extracting and manipulating data without ongoing connections between systems.

Uploaded by

Renz Ramos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

 Middleware:

 Is a form of passing data to another data warehouse to make it form of all records
and make use for references of call.

Reference 1.1: Diagram for Middleware

Usage and Implementation:

 The best time to use this when you wanted heavy load of data to be transacted to
one call and method.
 Can be your XML, CSV, TXT and other DOCS file integrator.
 Logic integrations and easy switching logics using middleware.
 Data Converter
 Direct API
 The definitions and protocols within an API help business connect the many
different applications they use in day-to-day operations

Reference 1.2: Diagram for Direct API

 The best way to customize the results and request. For Mid-heavy to heavy load
data. But need to check also the capability of the two systems will integrate.
 For small transaction of like CRUD and for viewing the data from database.
 Data will need to pass thru to other system without conversion.
 References/Generator of new Id and data references

 Import/Export

 The best way to parse the data from one system to another system.
 For legacy system transferring data to modernize application
 Data extortion and Data Manipulation with extraction to the system to be
integrated.
 Best way to make use just to lessen the job of the application for heavy
transferring data.

You might also like