I am new to Airbyte, our team is looking to use airbyte for different sources - ranging from http api (web scraped website) to websites containing datasets like kaggle etc. we are looking to create custom connectors for these sources. I am looking for some guide on how to get started with this resources.
I have implemented the custom connector for a sample api using below guide. Step 1: Creating the Source | Airbyte Documentation
I need to look at other ways of
- getting data from a website (scrapped into my destination) using custom connector.
- getting data from kaggle or equivalent data source using custom connector. please let me know how to achieve above tasks.