TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Build custom ELT connectors in no-code within 10 minutes

10 pointsby evantahleralmost 2 years ago
Hi everyone!<p>On the Airbyte team, we’ve been working on improving the way we could create new ELT connectors without code or local dev. The result of all this effort is what we’re releasing today: a no-code connector builder [1].<p>The best to showcase it is through a preview video [2]. It handles authentication, pagination, rate limiting, schema handling, transformation, response decoding...actually everything except which data to pull and how.<p>Today, the connector builder is best suited for synchronous HTTP API connectors. We’ve published a compatibility guide [3] which can help you identify if a specific API is a fit for the connector builder. As we support more components, we expect that the vast majority of API connector needs will be supported.<p>Would love to hear any thoughts about it!<p>1. https:&#x2F;&#x2F;airbyte.com&#x2F;blog&#x2F;launching-the-no-code-connector-builder-build-custom-connectors-in-minutes<p>2. https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=mE655VHbP-c&amp;t=1s<p>3. https:&#x2F;&#x2F;docs.airbyte.com&#x2F;connector-development&#x2F;connector-builder-ui&#x2F;connector-builder-compatibility&#x2F;

1 comment

bnchrchalmost 2 years ago
This is so awesome! Last time I used airbyte it look just a little bit of writing code to get this obscure Rest API to sync.<p>I kept feeling like there must be a more generic way to do this for any API.<p>So glad to see that you&#x27;re headed this direction.