are there any examples other than mailchimp that u...
# connector-development
n
are there any examples other than mailchimp that uses incremental streams for non http and non singer taps? Or is how mailchimp built their incremental the only way? I'm trying to avoid inheriting
HttpStream
and
AbstractSource
. All the docs seem to just point to Http examples.
o
loading...
a
Hi @Nathan Gille the CDK is mainly focused on API integration (HttpStream), this is why most of our documentation are focused on Http connector too. You can checkout the
source-s3
connector code if you want to check another non-http incremental implementation
n
thanks