This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Integrations

Integrate internal components and external systems.

1 - API integrations

Requirements

  • Call the backend from the frontend.
  • Link internal backends.
  • Call third party APIs.

Examples

See also

API design

API implementation

API security

2 - Data integrations

Requirements

  • Relocate reporting data to a dedicated database.
  • Load data from other databases.
  • Replicate data to a performant read-only database.

Examples

See also

Graph databases

NoSQL

SQL

3 - Messaging systems

Requirements

  • Decouple components with topics and queues.
  • Introduce resilient connections.
  • Scale components independently.

Examples

See also

Architecture