/conduit-connector-slack

destination for slack

Primary LanguageGoApache License 2.0Apache-2.0

Conduit Connector for

Conduit for .

How to build?

Run make build to build the connector.

Testing

Run make test to run all the unit tests. Run make test-integration to run the integration tests.

The Docker compose file at test/docker-compose.yml can be used to run the required resource locally.

Source

A source connector pulls data from an external resource and pushes it to downstream resources via Conduit.

Configuration

name description required default value
source_config_param Description of source_config_param. true 1000

Destination

A destination connector pushes data from upstream resources to an external resource via Conduit.

Configuration

name description required default value
destination_config_param Description of destination_config_param. true 1000

Known Issues & Limitations

  • Known issue A
  • Limitation A

Planned work

  • Item A
  • Item B