Integrations
Connect Arc Enterprise to Grafana, Superset, Telegraf, MQTT, OpenTelemetry, Redpanda Connect, VS Code, and InfluxDB clients using RBAC-scoped tokens against a cluster endpoint.
Every integration below works the same way against Arc Enterprise as against Arc OSS — the wire protocols are identical. Two things change in a clustered deployment.
Writers and readers are different nodes, so point ingestion tools at the writer endpoint (behind an L7 load balancer if you run more than one writer) and dashboards at a reader endpoint. And each tool gets its own token, scoped by RBAC to the databases it needs, so a compromised dashboard credential cannot write.
MQTT
Native broker subscriptions managed through the API, without restarting nodes.
Grafana
The Basekick Arc data source, pointed at a reader endpoint.
Telegraf
Native Arc output plugin sending MessagePack columnar batches.
InfluxDB clients
Drop-in compatibility for existing InfluxDB client libraries.
OpenTelemetry
Traces, metrics, and logs from the OpenTelemetry Collector.
Apache Superset
The arc:// SQLAlchemy dialect for BI dashboards.
VS Code
Browse databases, run SQL, and import CSV from the editor.
Redpanda Connect
Stream from any Redpanda Connect source via the native arc output.