❓ Other Connector Types¶
Though the SQL Connector is the premier Meerschaum connector type, there are plenty of other implementations of the instance connector interface.
🗝️ Valkey Connectors¶
Syncs pipes to a Valkey (or Redis) instance. The built-in valkey:main connector points at the Valkey instance in the Meerschaum stack.
See the dedicated Valkey Connectors page for configuration, data layout, and examples.
- Implementation: built-in (docs)
- Type:
valkey
🌐 API Connector¶
Syncs to a Meerschaum instance via the Web API. The pipes made available via the Web UI are from the instance set under MRSM{api_instance}, usually sql:main.
- Implementation: built-in (docs)
- Type:
api
Connector config
🍃 MongoDB Connector¶
Syncs to a MongoDB cluster. Allows you to read from existing collections as well as storing your pipes' data in collections.
- Implementation:
mongodb-connectorplugin - Type:
mongodb
Fetch pipe
🛜 MQTT Connector¶
Subscribe to MQTT topics and sync the fetched messages.
- Implementation:
mqtt-connectorplugin - Type:
mqtt
Connector config