Meltano SDK for Taps and Targets is used to build custom data extractors and loaders.
Tap
class governs configuration, validation, and stream discovery.Stream
- generic base class for streamsRESTStream
- base class for REST-type streamsGraphQLStream
- base class for GraphQL-type streamsSimpleAuthenticator
- overrides http_headers
property in the stream classOAuthAuthenticator
- OAuth 2.0 authenticationOAuthJWTAuthenticator
- JWT (JSON Web Token) Authentication