I want to test my connector and have published on ...
# help-connector-development
s
I want to test my connector and have published on docker.io as
myuser/destination-xyz
. What's the easiest way to e.g. test loading data from mongoDB and pushing it to destination-xyz?
answering my own question, it was quite simple. Build your docker image and push it to docker.io and the in Settings > Destination add a custom destination and point it to your docker image location. That part all worked quite nicely.