Connector Management
Supermetal agents can be managed through several methods, with availability depending on your deployment model. The table below outlines the management options available for each deployment type:
| Management Option | Local / Self-Hosted | BYOC / Hybrid | 
|---|---|---|
| Web Console | ✅ Embedded web console | ✅ Centralized Control Plane web console | 
| JSON APIs | ✅ | ✅ | 
| Configuration File | ✅ | ❌ | 
Management Options
Web Console
The web interface provides intuitive management capabilities including:
- Connector creation, configuration, and lifecycle management (start, stop, pause, resume)
 - Real-time monitoring of connector status, throughput, latency, and error rates
 
JSON APIs
A comprehensive RESTful API enables programmatic control over agent(s), which is ideal for:
- Automating the creation, management, and scaling of connectors
 - Integrating Supermetal into existing CI/CD pipelines and orchestration frameworks
 - Building custom dashboards or operational tools
 
Configuration File
Agents are configured using structured files (e.g., YAML or JSON), which allows for defining sources, targets, and detailed replication parameters for each connector
Last updated on