Interface
An interface is a
shared boundary across which two or more separate components exchange information"
There are many types of interfaces, for example:
APIs - Application Programming Interface. e.g. REST or SOAP
File - Extract, Transform & Load (ETL) or Extract, Load & Transform (ELT)
JDBC - Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client may access a database
ODBC - Open Database Connectivity (ODBC) is a low-level, high-performance interface that is designed specifically for relational data stores
Mailbox - mailbox for integration
Streaming - streaming data
Last updated
Was this helpful?