Skip to main content

General

Database Integrations

Streaming telemetry to SQL and Time-Series databases.

Proxus supports high-throughput writing to various databases.

Time-Series Databases

ClickHouse

Best for massive scale log and telemetry storage.

  • Batching: Data is buffered and written in batches (e.g., every 1s or 1000 rows) for performance.
  • Tables: Auto-creates tables based on your tag schema.

InfluxDB

Native support for Influx Line Protocol.

Relational / Key-Value

PostgreSQL

Used for structured business data or integration with legacy ERP tables.

Redis

Used for "Current State" caching.

  • Key Format: proxus:device:{id}:tag:{name}
  • TTL: Configurable time-to-live.