connectors
Placeholder for pulling data from external systems into the datalake.
connectors
Connectors domain — pull data from external systems into the datalake.
register(name, implementation)
Registers a connector for pulling data into the datalake.
| Param | Type | Description |
|---|---|---|
| name | string | Connector name |
| implementation | object | Connector implementation |
list() ⇒ Array.<string>
Returns all registered connector names.
get(name) ⇒ object | undefined
Returns a registered connector by name.
| Param | Type |
|---|---|
| name | string |
Updated 7 days ago
