Skip to content

Commit

Permalink
THANK-YOU.md (airbytehq#25444)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Apr 24, 2023
1 parent f9fe9fe commit 366b1ca
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
We believe that only an **open-source** solution to data movement can cover the **long tail of data sources** while empowering data engineers to **customize existing connectors**. Our ultimate vision is to help you move data from any source to any destination. Airbyte already provides [300+ connectors](https://docs.airbyte.com/integrations/) for popular APIs, databases, data warehouses, and data lakes.

You can implement Airbyte connectors in any language and take the form of a Docker image that follows the [Airbyte specification](https://docs.airbyte.com/understanding-airbyte/airbyte-protocol/). You can create new connectors very fast with:
- The [low-code Connector Development Kit](https://docs.airbyte.com/connector-development/config-based/low-code-cdk-overview) (CDK) for API connectors ([demo](https://www.youtube.com/watch?v=i7VSL2bDvmw))
- The [Python CDK](https://docs.airbyte.com/connector-development/cdk-python/) ([tutorial](https://docs.airbyte.com/connector-development/tutorials/cdk-speedrun))

- The [low-code Connector Development Kit](https://docs.airbyte.com/connector-development/config-based/low-code-cdk-overview) (CDK) for API connectors ([demo](https://www.youtube.com/watch?v=i7VSL2bDvmw))
- The [Python CDK](https://docs.airbyte.com/connector-development/cdk-python/) ([tutorial](https://docs.airbyte.com/connector-development/tutorials/cdk-speedrun))

Airbyte has a built-in scheduler and uses [Temporal](https://airbyte.com/blog/scale-workflow-orchestration-with-temporal) to orchestrate jobs and ensure reliability at scale. Airbyte leverages [dbt](https://www.youtube.com/watch?v=saXwh6SpeHA) to normalize extracted data and can trigger custom transformations in SQL and dbt. You can also orchestrate Airbyte syncs with [Airflow](https://docs.airbyte.com/operator-guides/using-the-airflow-airbyte-operator), [Prefect](https://docs.airbyte.com/operator-guides/using-prefect-task), or [Dagster](https://docs.airbyte.com/operator-guides/using-dagster-integration).

Expand Down Expand Up @@ -112,3 +113,7 @@ See the [LICENSE](docs/project-overview/licenses/) file for licensing informatio
- [Blog](https://airbyte.com/blog) for data insights articles, tutorials and updates
- [Docs](https://docs.airbyte.com/) for Airbyte features
- [Roadmap](https://app.harvestr.io/roadmap/view/pQU6gdCyc/launch-week-roadmap) for planned features

## Thank You

Airbyte would not be possible without the support and assistance of other open-source tools and companies. Visit our [thank you page](THANK-YOU.md) to lear more about how we build Airbyte.
51 changes: 51 additions & 0 deletions THANK-YOU.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
## Airbyte's Thank you Page

Airbyte would not be possible without the support and assistance of other open-source tools and companies who believe in giving back to the OSS community. On this page, we want to recognize the most important open-source or otherwise free parts of our stack.

## Technologies

**Docker**

Docker is a software platform that allows developers to package and deploy applications inside containers. Containers are lightweight, portable, and self-sufficient environments that can run on any operating system or cloud platform.

https://www.docker.com

**Kubernetes**

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.

https://kubernetes.io

**Micronaut**

A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.

https://micronaut.io

**Gradle**

From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster.

https://gradle.org/

**Pypi**

Find, install and publish Python packages with the Python Package Index

https://pypi.org/

**Dagger**

Develop your CI/CD pipelines as code and run them anywhere.

https://dagger.io/

## Tools

**Tuple**

Tuple.com is a collaboration and screen-sharing tool which we use to build Airbyte. They offer a generous free tier for OSS projects.

[![Tuple](https://img.shields.io/badge/Tuple%20❤️%20OSS-5A67D8?style=for-the-badge&logo=tuple)](https://tuple.app/github-badge)

https://tuple.app/

0 comments on commit 366b1ca

Please sign in to comment.