Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

santa: HTTP Abstraction stress test #2647

Closed
sherifnada opened this issue Mar 29, 2021 · 1 comment · Fixed by #2634
Closed

santa: HTTP Abstraction stress test #2647

sherifnada opened this issue Mar 29, 2021 · 1 comment · Fixed by #2634

Comments

@sherifnada
Copy link
Contributor

sherifnada commented Mar 29, 2021

Tell us about the problem you're trying to solve

#2473 involved PoC'ing a first version of Santa. At first look, the abstraction in its current form should work for the following sources:

Microsoft Active Directory
Microsoft Activity Logs
Facebook Pages
Klaviyo
Google Search Console
Asana
Typeform
AWS Cloudtrail
ZohoBooks

Before going much further, we need to stress test the abstraction to make sure it's very ergonomic for supporting these APIs.

Acceptance criteria should be:

  • For all the above APIs, do a quick PoC using santa to validate they can be implemented using the abstraction, changing the abstraction if necessary
  • Once this is done, get the santa reviewed by the team
@sherifnada sherifnada added the type/enhancement New feature or request label Mar 29, 2021
@sherifnada sherifnada added this to the Connectors April 2nd, 2021 milestone Mar 29, 2021
@sherifnada sherifnada changed the title Airbyte SDK: Abstraction stress test Airbyte SDK: HTTP Abstraction stress test Mar 29, 2021
@sherifnada sherifnada changed the title Airbyte SDK: HTTP Abstraction stress test santa: HTTP Abstraction stress test Mar 31, 2021
@sherifnada
Copy link
Contributor Author

WIP in #2634 . Currently addressing the feedback on the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment