This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2b96ee
commit e3737a2
Showing
544 changed files
with
1,662 additions
and
1,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
VERSION=0.1.0 | ||
DATABASE_USER=docker | ||
DATABASE_PASSWORD=docker | ||
DATABASE_DB=dataline | ||
DATABASE_DB=airbyte | ||
CONFIG_ROOT=/data | ||
WORKSPACE_ROOT=/tmp/workspace | ||
WORKSPACE_DOCKER_MOUNT=workspace | ||
LOCAL_ROOT=/tmp/dataline_local | ||
LOCAL_ROOT=/tmp/airbyte_local | ||
LOCAL_DOCKER_MOUNT=local | ||
TRACKING_STRATEGY=segment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,4 @@ | |
build | ||
!tools/build | ||
.DS_Store | ||
dataline-db/pg_data/* | ||
data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Code of conduct | ||
View in [docs.dataline.io](https://docs.dataline.io/contributing/contributing-to-dataline/code-of-conduct) | ||
View in [docs.airbyte.io](https://docs.airbyte.io/contributing/contributing-to-airbyte/code-of-conduct) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Contributing | ||
View on [docs.dataline.io](https://docs.dataline.io/contributing/contributing-to-dataline) | ||
View on [docs.airbyte.io](https://docs.airbyte.io/contributing/contributing-to-airbyte) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Getting Started | ||
|
||
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/datalineio/dataline/Dataline%20CI) ![License](https://img.shields.io/github/license/datalineio/dataline) | ||
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/airbytehq/airbyte/Airbyte%20CI) ![License](https://img.shields.io/github/license/airbytehq/airbyte) | ||
|
||
[![](docs/.gitbook/assets/dataline_light-background.svg)](https://dataline.io) | ||
[![](docs/.gitbook/assets/airbyte_light-background.svg)](https://airbyte.io) | ||
|
||
### Data integration made simple, secure and reliable. | ||
|
||
The new open-source standard to sync data from applications & databases to warehouses. | ||
|
||
[![](docs/.gitbook/assets/deploy-locally.svg)](https://docs.dataline.io/deployment/deploying-dataline/with-docker) [![](docs/.gitbook/assets/deploy-on-aws.svg)](https://docs.dataline.io/deployment/deploying-dataline/on-aws-ec2) [![](docs/.gitbook/assets/deploy-on-gcp.svg)](https://docs.dataline.io/deployment/deploying-dataline/on-gcp-compute-engine) | ||
[![](docs/.gitbook/assets/deploy-locally.svg)](https://docs.airbyte.io/deployment/deploying-airbyte/with-docker) [![](docs/.gitbook/assets/deploy-on-aws.svg)](https://docs.airbyte.io/deployment/deploying-airbyte/on-aws-ec2) [![](docs/.gitbook/assets/deploy-on-gcp.svg)](https://docs.airbyte.io/deployment/deploying-airbyte/on-gcp-compute-engine) | ||
|
||
![](docs/.gitbook/assets/sources_list.png) | ||
|
||
Dataline is on a mission to make data integration pipelines a commodity. | ||
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 adapts to schema and API changes for you. | ||
* On a mission to **cover the long tail of integrations**, as Dataline will be very active in maintaining the pipelines’ reliability. | ||
* On a mission to **cover the long tail of integrations**, as Airbyte will be very active in maintaining the pipelines’ reliability. | ||
* **Building new integrations made trivial**. We make it very easy to add new integrations that you need, by offering scheduling and orchestration. | ||
* **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 self-hosted. | ||
|
@@ -26,8 +26,8 @@ Dataline is on a mission to make data integration pipelines a commodity. | |
### Quick start | ||
|
||
```bash | ||
git clone [email protected]:datalineio/dataline.git | ||
cd dataline | ||
git clone [email protected]:airbytehq/airbyte.git | ||
cd airbyte | ||
docker-compose up | ||
``` | ||
|
||
|
@@ -42,25 +42,25 @@ Now visit [http://localhost:8000](http://localhost:8000) | |
* **Manual full refresh**: Sometimes, you need to re-sync all your data to start again. | ||
* **Granular system logs**: No opacity whatsoever to let you control and trust. | ||
|
||
[See more on our website.](https://dataline.io/features/) | ||
[See more on our website.](https://airbyte.io/features/) | ||
|
||
## Contributing | ||
|
||
We love contributions to Dataline, big or small. See our [Contributing Guide](https://docs.dataline.io/contributing/contributing-to-dataline) on how to get started. Not sure where to start? We’ve listed some [good first issues](https://github.com/datalineio/dataline/labels/good%20first%20issue) to start with. You can also [book a free, no-pressure pairing session](https://drift.me/micheltricot/meeting) with one of our core contributors. | ||
We love contributions to Airbyte, big or small. See our [Contributing Guide](https://docs.airbyte.io/contributing/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. You can also [book a free, no-pressure pairing session](https://drift.me/micheltricot/meeting) with one of our core contributors. | ||
|
||
## Community support | ||
|
||
For general help using Dataline, please refer to the official Dataline documentation. For additional help, you can use one of these channels to ask a question: | ||
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://join.slack.com/t/datalinehq/shared_invite/zt-h5m88w3a-twQ_6AF9e8SnAzOIkHu2VQ) \(For live discussion with the Community and Dataline team\) | ||
* [GitHub](https://github.com/datalineio/dataline) \(Bug reports, Contributions\) | ||
* [Twitter](https://twitter.com/datalinehq) \(Get the news fast\) | ||
* [Slack](https://join.slack.com/t/airbytehq/shared_invite/zt-h5m88w3a-twQ_6AF9e8SnAzOIkHu2VQ) \(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\) | ||
|
||
## Roadmap | ||
|
||
Check out our [roadmap](https://github.com/datalineio/dataline/projects/1) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature. For our high-level roadmap and strategy, you can check [our handbook](https://docs.dataline.io/company-handbook/company-handbook/roadmap). | ||
Check out our [roadmap](https://github.com/airbytehq/airbyte/projects/1) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature. For our high-level roadmap and strategy, you can check [our handbook](https://docs.airbyte.io/company-handbook/company-handbook/roadmap). | ||
|
||
## License | ||
|
||
Dataline is licensed under the MIT license. See the [LICENSE](https://docs.dataline.io/license) file for licensing information. | ||
Airbyte is licensed under the MIT license. See the [LICENSE](https://docs.airbyte.io/license) file for licensing information. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dependencies { | ||
implementation 'com.segment.analytics.java:analytics:2.1.1' | ||
|
||
|
||
implementation project(':airbyte-config:models') | ||
implementation project(':airbyte-config:persistence') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.