Airbyte Builder
Builder is used to create a new custom connector
With the help of builder we can get datathrough API’s
I have tested with online version basic API containing sample events json data
By giving a API base url it can access data. I have taken a sample data from online
And gave username and password of database.(created an account on that sample website)
Streams in Builder
Streams are used to fetch Data from end point of Database
ex: table name or Json object name
I have created 2 streams
1.events and 2.performers
These are in jsonformat
Ex:
This is the sample data pulled with use of API
And we can sync datawith other destination DB.
PrimaryKey : We can define primary key and record selector in parameter level
Pagination: We can define how many records are required we can pass in query params
Increment Sync: we can restrict data which are not required
Ex: getting records has generated before 2023-11-24 from field datetime_utc
Partitioning: partitioning used to configure same parameters to another streams
ex: events params will apply to performers stream
At Helical, with more than 10+ years of experience in the space of data domain, we have got extensive experience of implementing data solutions including modern data stack. We also provide consulting, implementation, maintenance and support services on top of Airbyte. Reach out to us on nikhilesh@Helicaltech.com to learn more about our services.
Airbyte Builder And Streams Airbyte builder and streams tutorial Airbyte Documentation airbyte schema Full Refresh Streams Incremental Streams What are streams in Airbyte?