* Added webflow code * Updated readme * Updated README * Added webflow to source_definitions.yaml * Enhanced documentation for the Webflow source connector * Improved webflow source connector instructions * Moved Site ID to before API token in Spec.yaml (for presentation in the UI) * Addressed comments in PR. * Changes to address requests in PR review * Removed version from config * Minor udpate to spec.yaml for clarity * Updated to pass the accept-version as a constant rather than parameter * Updated check_connection to hit the collections API that requires both site id and the authentication token. * Fixed the test_check_connection to use the new check_connection function * Added a streams test for generate_streams * Re-named "autentication" object to "auth" to be more consistent with the way it is created by the CDK * Added in an explict line to instantiante an "auth" object from WebflowTokenAuthenticator, to make it easier to describe in the blog * Fixed a typo in a comment * Renamed some classes to be more intuitive * Renamed class to be more intuitive * Minor change to an internal method name * Made _get_collection_name_to_id_dict staticmethod * Fixed a unit-test error that only appeared when running " python -m pytest -s unit_tests". This was caused by Mocked settings from test_source.py leaking into test_streams.py * format: add double quotes and remove unused import * readme: remove semantic version naming of connector in build commands * Updated spec.yaml * auto-bump connector version * format files * add changelog * update dockerfile * auto-bump connector version Co-authored-by: sajarin <sajarindider@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Introduction
Data integration made simple, secure and extensible. The new open-source standard to sync data from applications, APIs & databases to warehouses, lakes & other destinations.
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.
Quick start
git clone https://github.com/airbytehq/airbyte.git
cd airbyte
docker-compose up
Now visit http://localhost:8000
Here is a step-by-step guide 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.
Contributing
We love contributions to Airbyte, big or small.
See our Contributing guide on how to get started. Not sure where to start? We’ve listed some good first issues to start with. If you have any questions, please open a draft PR or visit our slack channel 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 (For live discussion with the Community and Airbyte team)
- Forum (For deeper converstaions about features, connectors, or problems)
- GitHub (Bug reports, Contributions)
- Twitter (Get the news fast)
- Weekly office hours (Live informal 30-minute video call sessions with the Airbyte team)
Roadmap
Check out our roadmap 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 file for licensing information, and our FAQ for any questions you may have on that topic.