{"id":21439012,"url":"https://github.com/datasphere-oss/datasphere-databyte","last_synced_at":"2025-06-17T11:07:28.091Z","repository":{"id":46966635,"uuid":"408301724","full_name":"datasphere-oss/datasphere-databyte","owner":"datasphere-oss","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-20T06:11:24.000Z","size":64307,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-17T11:06:39.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datasphere-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-20T03:42:28.000Z","updated_at":"2021-09-20T13:23:11.000Z","dependencies_parsed_at":"2022-09-15T19:01:02.092Z","dependency_job_id":null,"html_url":"https://github.com/datasphere-oss/datasphere-databyte","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/datasphere-oss/datasphere-databyte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasphere-oss%2Fdatasphere-databyte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasphere-oss%2Fdatasphere-databyte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasphere-oss%2Fdatasphere-databyte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasphere-oss%2Fdatasphere-databyte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datasphere-oss","download_url":"https://codeload.github.com/datasphere-oss/datasphere-databyte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datasphere-oss%2Fdatasphere-databyte/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260346858,"owners_count":22995149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T00:38:51.150Z","updated_at":"2025-06-17T11:07:28.044Z","avatar_url":"https://github.com/datasphere-oss.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\n[![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/github/license/airbytehq/airbyte)](./LICENSE)\n\n![](docs/.gitbook/assets/airbyte_new_logo.svg)\n\n**Data integration made simple, secure and extensible.**  \nThe new open-source standard to sync data from applications, APIs \u0026 databases to warehouses, lakes \u0026 other destinations.\n\n[![](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)\n\n![](docs/.gitbook/assets/airbyte-ui-for-your-integration-pipelines.png)\n\nAirbyte is on a mission to make data integration pipelines a commodity.\n\n* **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.\n* **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. \n* 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.\n* **Your data stays in your cloud**. Have full control over your data, and the costs of your data transfers. \n* **No more security compliance process** to go through as Airbyte is self-hosted. \n* **No more pricing indexed on volume**, as cloud-based solutions offer. \n\nHere's a list of our [connectors with their health status](docs/integrations).\n\n## Quick start\n\n```bash\ngit clone https://github.com/airbytehq/airbyte.git\ncd airbyte\ndocker-compose up\n```\n\nNow visit [http://localhost:8000](http://localhost:8000)\n\nHere 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.\n\nIf you want to schedule a 20-min call with our team to help you get set up, please select [some time directly here](https://calendly.com/nataliekwong/airbyte-onboarding).\n\n## Features\n\n* **Built for extensibility**: Adapt an existing connector to your needs or build a new one with ease.\n* **Optional normalized schemas**: Entirely customizable, start with raw data or from some suggestion of normalized data.\n* **Full-grade scheduler**: Automate your replications with the frequency you need.\n* **Real-time monitoring**: We log all errors in full detail to help you understand.\n* **Incremental updates**: Automated replications are based on incremental updates to reduce your data transfer costs.\n* **Manual full refresh**: Sometimes, you need to re-sync all your data to start again.\n* **Debugging autonomy**: Modify and debug pipelines as you see fit, without waiting.\n\n[See more on our website.](https://airbyte.io/features/)\n\n## Contributing\n\nWe love contributions to Airbyte, big or small.\n\nSee 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](slack.airbyte.io) where the core team can help answer your questions. \n\n**Note that you are able to create connectors using the language you want, as Airbyte connections run as Docker containers.**\n\n**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!**\n\n## Community support\n\nFor 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:\n\n* [Slack](https://slack.airbyte.io) \\(For live discussion with the Community and Airbyte team\\)\n* [GitHub](https://github.com/airbytehq/airbyte) \\(Bug reports, Contributions\\)\n* [Twitter](https://twitter.com/airbytehq) \\(Get the news fast\\)\n* [Weekly office hours](https://airbyte.io/weekly-office-hours/) \\(Live informal 30-minute video call sessions with the Airbyte team\\)\n\n## Roadmap\n\nCheck 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.\n\n## License\n\nAirbyte is licensed under the MIT license. See the [LICENSE](docs/project-overview/license.md) file for licensing information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatasphere-oss%2Fdatasphere-databyte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatasphere-oss%2Fdatasphere-databyte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatasphere-oss%2Fdatasphere-databyte/lists"}