Exto
API Status
  • Introduction
  • Architecture
    • Microservice Architecture
    • Security
  • Release Cycle
  • Integration
    • Best Practices
    • Endpoints
    • Response Format
    • Error
    • Data Formats
    • Data API
      • Generate API Key
      • API
      • ID/Access Token
      • Azure API Gateway
      • Filter Master Record/Custom Module Records
  • Installation
    • Installing Exto on Kubernetes
      • Prerequisite
      • Installing Exto
        • Setup
        • Configuration
        • Installation
        • Purging
      • Tips and Tricks
        • AKS to use existing storage account
        • AKS with Application Gateway Ingress Controller
        • AKS Private Cluster
Powered by GitBook
On this page

Was this helpful?

  1. Architecture

Microservice Architecture

PreviousArchitectureNextSecurity

Last updated 3 months ago

Was this helpful?

  • Background jobs are posted and communicated through event-driven architecture and that use MQTT protocol. Since Exto focuses more on security and simplicity, we don't have to rely on external components to handle events. A simple in-house MQTT service is sufficient to handle those communications.

  • Pixel-perfect reports are rendered by the report server using Jasper reports and Java. JasperReports is an open-source reporting engine. It provides the ability to deliver rich content onto the printer, the screen, or into various formats.

  • Exto has a native dashboard support to provide a rich analytical view and is highly customizable.

Microservice Architecture