Repository holding all of Airbyte Custom Connector used in Status
Go to file
Alexis Pentori 7315c8d734
wallet: adding api_key configuration
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-04-23 16:16:03 +02:00
source-basic-api-fetcher refactoring: bank_balance becoming basic-api-fetcher 2024-02-15 09:54:17 +01:00
source-crypto-market-extractor crypto-market-extractor: fix error 2024-02-23 18:13:46 +01:00
source-discord-fetcher source-discord-fetcher: fix Members and Channel 2024-04-11 11:12:38 +02:00
source-discourse-fetcher discorse-fecther: init connector 2024-03-05 10:19:49 +01:00
source-simplecast-fecther simplecast: adding analytic_episode_download 2024-04-23 10:49:25 +02:00
source-twitter-fetcher twitter: adding promoted_metrics to the API call 2024-04-16 15:55:57 +02:00
wallet-fetcher wallet: adding api_key configuration 2024-04-23 16:16:03 +02:00
.gitignore Initial commit 2023-11-29 14:18:41 +01:00
Jenkinsfile Jenkinsfile: init 2024-02-15 12:02:02 +01:00
README.md Update README 2024-03-27 10:25:04 +01:00

README.md

Airbyte Custom Connector

Repository holding the custom Airbyte connector using in Status-im.

Connectors

  • wallet-fetcher: Source connector allowing to wallet data from Ethereum blockchain.
  • source-basic-api-fetcher: Source connector to call a custom REST endpoint
  • source-crypto-market-fetcher: Source connectors to call CoinGecko API and fetch coin value
  • source-discord-fetcher: Source connector to fetch data from Discord API.
  • source-discourse-fetcher: Source connector to fetch data from Discourse API
  • source-simplecast-fetcher: Source connector to fetch data from Simplecast API
  • source-twitter-fetcher: Source connector to fetch data from Twitter API