The open-source Reverse ETL platform for data teams
Explore the docs »
Slack
·
Website
·
Report Issues
·
Roadmap
Etl Integrations
Etl integrations is the collection of connectors built on top of Etl protocol.
Etl protocol is an open source standard for moving data between data sources to any third-part destinations. Anyone can build a connetor with basic ruby knowledge using the protocol.
Installation
Install the gem and add to the application's Gemfile by executing:
$ bundle add multiwoven-integrations
Usage
Source
source = Etl::Integrations::Source::[CONNECTOR_NAME]::Client.new
source.read(sync_config)
Destination
destination = Etl::Integrations::Destination::[CONNECTOR_NAME]::Client.new
destination.write(sync_config, records)
Supported methods
Please refer Etl Protocol to understand more about the supported methods on source and destination
Development
Install Dependencies
- Command:
bin/setup
- Description: After checking out the repo, run this command to install dependencies.
- Command:
Run Tests
- Command:
rake spec
- Description: Run this command to execute the tests.
- Command:
Interactive Prompt
- Command:
bin/console
- Description: For an interactive prompt that allows you to experiment, run this command.
- Command:
Install Gem Locally
- Command:
bundle exec rake install
- Description: To install this gem onto your local machine, run this command.
- Command:
Release New Version
- Steps:
- Update the version number in
rollout.rb
. - Command:
bundle exec rake release
- Description: This command will create a git tag for the version, push git commits and the created tag, and push the
.gem
file to rubygems.org.
Contributing
Bug reports and pull requests are welcome on GitHub. This project aims to be a safe, welcoming space for collaboration.
Code of Conduct
Contributors are expected to adhere to the project's code of conduct
License
The gem is available as open source under the terms of the MIT License.