Multiwoven


Gem Version CI Maintainability Test Coverage

The open-source Reverse ETL platform for data teams


Explore the docs »

Slack · Website · Report Issues · Roadmap

Multiwoven Integrations

Multiwoven integrations is the collection of connectors built on top of Multiwoven protocol.

Multiwoven 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 = Multiwoven::Integrations::Source::[CONNECTOR_NAME]::Client.new
source.read(sync_config)

Destination

destination = Multiwoven::Integrations::Destination::[CONNECTOR_NAME]::Client.new
destination.write(sync_config, records)

Supported methods

Please refer Multiwoven 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.
  • Run Tests

    • Command: rake spec
    • Description: Run this command to execute the tests.
  • Interactive Prompt

    • Command: bin/console
    • Description: For an interactive prompt that allows you to experiment, run this command.
  • Install Gem Locally

    • Command: bundle exec rake install
    • Description: To install this gem onto your local machine, run this 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.