airbyte-integrations/connectors/source-rki-covid/bootstrap.md
The (Robert Koch-Institut - von Marlon Lückert) Covid-19 is a REST based API. Connector is implemented with Airbyte CDK.
The basic entry stream is 'germany'. All other streams are extended version of base stream and passing parameters also result in sliced data. For production, every developer application can view multiple streams.
The basic entry stream is 'GermanyStates'. All other streams are extended version of base stream and passing parameters also result in sliced data. For production, every developer application can view multiple streams.
Incremental streams have required parameter start-date. Without passing start-date as parameter full-refresh occurs. As cursor field this connector uses "date".