maha-hajja / conduit-connector-slack

destination for slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

destination for slack

License:Apache License 2.0


Languages

Language:Go 91.6%Language:Makefile 8.4%