Marple Docs
  • Introduction
  • Marple Insight
    • Welcome
      • What is Marple Insight?
      • FAQ
      • Feedback
      • Release Notes
      • Roadmap
    • Setup and Configuration
      • Data connection
        • Supported Databases
          • Azure Data Explorer (ADX)
          • Microsoft Fabric
          • TimescaleDB & PostgreSQL
          • Mireo Spacetime
          • InfluxDB (Beta)
        • Connection configuration
          • Required Queries
          • Optional Queries
          • Templating
      • Deployment
        • Infrastructure
        • Identity Providers
        • Hardware
      • API
      • Python SDK
    • User Manuals
      • Data Library
      • Visualisation
        • Add Data Sets
        • Signal List
        • Functions
        • Plot types
          • Time Series
            • Signal Settings
            • Limits and Stacking
            • Zooming
            • Cursors
            • Text data
          • Scatter
          • Map
          • Frequency (FFT)
          • Aggregates
        • Mouse Actions
        • Tabs
        • Reorganise Plots
        • Compare data
        • Realtime
        • Export image
      • Motorsport Package
      • Flight Testing Package
      • Projects
      • Sharing
      • Team and accounts
        • Workspaces
        • Account Types
      • Keyboard Shortcuts
  • Marple Files
    • Welcome
      • What is Marple Files?
      • Quick Start
      • FAQ
      • Release Notes
    • User Manuals
      • Data
        • File Types
        • Time Precision
        • Data Points
        • Upload Data
        • Organise Data
        • Influx DB
      • Visualisation
        • Overview
        • Plot types
        • Mouse & Keyboard
        • Calculated Signals
        • Overlay Data Sets
        • Projects
        • Annotations
      • Analysis
        • Metric Builder
        • SQL Editor
        • Marple AI (GPT)
      • Reporting
        • Create Reports
        • View Reports
        • Share Reports
        • From data library to reports
      • Sharing and Accounts
        • Sharing
        • Team
        • Settings
      • For developers
        • API Access Tokens
        • API Guide
        • Python
Powered by GitBook
On this page
  • Kubernetes
  • Docker Compose
  • Cloud Deployment on Azure
  • Using something else?
  1. Marple Insight
  2. Setup and Configuration
  3. Deployment

Infrastructure

PreviousDeploymentNextIdentity Providers

Last updated 4 months ago

Marple Insight supports three deployment options off the shelf:

Kubernetes

Ideal for: large organisations, who already have a Kubernetes cluster running

defines all necessary resources, making deployment and updates streamlined.

Docker Compose

Ideal for: running on a VM, or running on a local machine at a test location

Our defines

  • The Marple Insight container

  • (Optional) A Postgres container

Logs, license files, and temporary data are stored within the VM.

Cloud Deployment on Azure

Ideal for: companies already using Azure who want a cloud-native, scalable, and easily managed deployment

Combined with Azure Blob Storage and Azure Managed PostgreSQL, Marple Insight is seamlessly integrated in the cloud.

  • Azure App Service - Azure App Service allows for quick and easy deployment of Marple’s containers.

  • Integrated File Storage – Azure Blob Storage handles logs, shared files, and license files.

  • Managed Database Services – Azure Managed PostgreSQL ensures reliable and scalable database performance.

Using something else?

Our team has hands-on expertise with various other platforms that are not listed here. Don't hesitate to get in touch to discuss your specific case:

Automation with Solution Template – Deployment can be fully automated using our

Our Helm chart
Docker Compose file
Azure Marketplace Offer
Feedback