TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Build custom ELT connectors in no-code within 10 minutes

10 点作者 evantahler将近 2 年前
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

bnchrch将近 2 年前
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.