# Airbyte **Repository Path**: lanfengqi/Airbyte ## Basic Information - **Project Name**: Airbyte - **Description**: Airbyte 是一个开放源代码的平台,可帮助用户将数据从应用程序,API 和数据库中同步到仓库 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/airbyte - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2024-08-10 - **Last Updated**: 2024-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction [![GitHub stars](https://img.shields.io/github/stars/airbytehq/airbyte?style=social&label=Star&maxAge=2592000)](https://GitHub.com/airbytehq/airbyte/stargazers/) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/airbytehq/airbyte/Airbyte%20CI)](https://github.com/airbytehq/airbyte/actions/workflows/gradle.yml) [![License](https://img.shields.io/static/v1?label=license&message=MIT&color=brightgreen)](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/LICENSE/README.md) [![License](https://img.shields.io/static/v1?label=license&message=ELv2&color=brightgreen)](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/LICENSE/README.md) ![](docs/.gitbook/assets/airbyte_new_logo.svg) **Data integration made simple, secure and extensible.** The new open-source standard to sync data from applications, APIs & databases to warehouses, lakes & other destinations. [![](docs/.gitbook/assets/deploy-locally.svg)](docs/deploying-airbyte/local-deployment.md) [![](docs/.gitbook/assets/deploy-on-aws.svg)](docs/deploying-airbyte/on-aws-ec2.md) [![](docs/.gitbook/assets/deploy-on-gcp.svg)](docs/deploying-airbyte/on-gcp-compute-engine.md) ![](docs/.gitbook/assets/airbyte-ui-for-your-integration-pipelines.png) Airbyte is on a mission to make data integration pipelines a commodity. * **Maintenance-free connectors you can use in minutes**. Just authenticate your sources and warehouse, and get connectors that adapt to schema and API changes for you. * **Building new connectors made trivial.** We make it very easy to add new connectors that you need, using the language of your choice, by offering scheduling and orchestration. * Designed to **cover the long tail of connectors and needs**. Benefit from the community's battle-tested connectors and adapt them to your specific needs. * **Your data stays in your cloud**. Have full control over your data, and the costs of your data transfers. * **No more security compliance process** to go through as Airbyte is self-hosted. * **No more pricing indexed on volume**, as cloud-based solutions offer. Here's a list of our [connectors with their health status](docs/integrations/). ## Quick start ```bash git clone https://github.com/airbytehq/airbyte.git cd airbyte docker-compose up ``` Now visit [http://localhost:8000](http://localhost:8000) Here is a [step-by-step guide](https://github.com/airbytehq/airbyte/tree/e378d40236b6a34e1c1cb481c8952735ec687d88/docs/quickstart/getting-started.md) showing you how to load data from an API into a file, all on your computer. ## Features * **Built for extensibility**: Adapt an existing connector to your needs or build a new one with ease. * **Optional normalized schemas**: Entirely customizable, start with raw data or from some suggestion of normalized data. * **Full-grade scheduler**: Automate your replications with the frequency you need. * **Real-time monitoring**: We log all errors in full detail to help you understand. * **Incremental updates**: Automated replications are based on incremental updates to reduce your data transfer costs. * **Manual full refresh**: Sometimes, you need to re-sync all your data to start again. * **Debugging autonomy**: Modify and debug pipelines as you see fit, without waiting. [See more on our website.](https://airbyte.io/features/) ## Contributing We love contributions to Airbyte, big or small. See our [Contributing guide](docs/contributing-to-airbyte/) on how to get started. Not sure where to start? We’ve listed some [good first issues](https://github.com/airbytehq/airbyte/labels/good%20first%20issue) to start with. If you have any questions, please open a draft PR or visit our [slack channel](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/slack.airbyte.io) where the core team can help answer your questions. **Note that you are able to create connectors using the language you want, as Airbyte connections run as Docker containers.** **Also, we will never ask you to maintain your connector. The goal is that the Airbyte team and the community helps maintain it, let's call it crowdsourced maintenance!** ## Community support For general help using Airbyte, please refer to the official Airbyte documentation. For additional help, you can use one of these channels to ask a question: * [Slack](https://slack.airbyte.io) \(For live discussion with the Community and Airbyte team\) * [GitHub](https://github.com/airbytehq/airbyte) \(Bug reports, Contributions\) * [Twitter](https://twitter.com/airbytehq) \(Get the news fast\) * [Weekly office hours](https://airbyte.io/weekly-office-hours/) \(Live informal 30-minute video call sessions with the Airbyte team\) ## Roadmap Check out our [roadmap](docs/project-overview/roadmap.md) to get informed on what we are currently working on, and what we have in mind for the next weeks, months and years. ## License See the [LICENSE](docs/project-overview/licenses/) file for licensing information, and our [FAQ](docs/project-overview/licenses/license-faq.md) for any questions you may have on that topic.