There's a lot of open issues
Multiwoven Integrations is a comprehensive Ruby gem designed to facilitate seamless connectivity between various data sources and SaaS platforms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Multiwoven

Open Source Reverse ETL & Customer Data Platform (CDP)

Multiwoven is an open-source alternative to HighTouch, Census, and RudderStack. With Multiwoven, you can easily sync data from your data warehouse to any business tool, turning your data warehouse into a Customer Data Platform (CDP)

GitHub stars GitHub release (latest) GitHub commit activity License
server-ci integrations-ci ui-ci


Explore the docs »

SlackWebsiteBlogRoadmap


Why Multiwoven?

Multiwoven makes it easy to self-host and deploy a fully secure, scalable, and customizable Reverse ETL platform on your own cloud infrastructure like AWS, Azure, GCP and more. With one click deployment you can instantly start syncing data from your data warehouse to business tools. Multiwoven also makes it easy to extend the platform with new connectors to support a wide range of data sources and destinations.

Example Image

Example Image

Example Image

Consider giving us a star! Your support helps us continue innovating and adding new, exciting features.

Table of Contents

  • Why Multiwoven?
  • Table of Contents
  • Getting Started
    • Local Setup
    • Self-hosted Options
  • Connectors
    • Sources
    • Destinations
      • CRM
      • Marketing Automation
      • Customer Support
      • Advertising
      • Collaboration
      • Analytics
      • Others
  • Contributing
  • Need Help?
    • ⚠️ Development Status: Under Active Development
  • License
  • Contributors

Getting Started

Multiwoven is a monorepo that consists of three main services:

  • server - The backend service that acts as a control plane for managing data sources, models, and syncs.

  • ui - The frontend react application that provides a user interface to manage data sources, destinations, and confgure syncs.

  • integrations - A Ruby Gem that provides a framework to build connectors to support a wide range of data sources and destinations.

Local Setup

To get started with Multiwoven, you can deploy the entire stack using Docker Compose.

  1. Clone the repository:
git clone git@github.com:Multiwoven/multiwoven.git
  1. Go inside multiwoven folder:
cd multiwoven
  1. Initialize .env file:
mv .env.example .env
  1. Start the services:
docker-compose build && docker-compose up

UI can be accessed at the PORT 8000 :

http://localhost:8000

For more details, check out the local deployment guide in the documentation.

Self-hosted Options

Multiwoven can be deployed in a variety of environments, from fully managed cloud services to self-hosted solutions. Refer to the deployment guides below to deploy Multiwoven on your preferred cloud provider.

Provider Documentation
Docker Deployment Guide
AWS EC2 Deployment Guide
AWS ECS Deployment Guide
AWS EKS (Kubernetes) Deployment Guide
Azure VMs Deployment Guide
Azure AKS (Kubernetes) Deployment Guide
Google Cloud GKE (Kubernetes) Deployment Guide
Google Cloud Compute Engine Deployment Guide
Digital Ocean Droplets Deployment Guide
Digital Ocean Kubernetes Deployment Guide
OpenShift Deployment Guide
Helm Charts Deployment Guide

Connectors

🔥 Multiwoven is rapidly expanding its list of connectors to support a wide range of data sources and destinations. Head over to the Integrations directory to explore the available connectors. If you don't see the connector you need, please open an issue to request it.

Sources

Destinations

CRM

Marketing Automation

  • Klaviyo
  • Braze
  • Salesforce Marketing Cloud
  • Klaviyo

Customer Support

  • Zendesk
  • Freshdesk
  • Intercom

Advertising

Collaboration

Analytics

  • Google Analytics
  • Mixpanel
  • Amplitude

Others

🧵...Weaving in more connectors to support a wide range of destinations.

Contributing

We ❤️ contributions and feedback! Help make Multiwoven better for everyone!

Before contributing to Multiwoven, please read our Code of Conduct and Contributing Guidelines. As a contributor, you are expected to adhere to these guidelines and follow the best practices.

Need Help?

We are always here to help you. If you have any questions or need help with Multiwoven, please feel free to reach out to us on Slack. We are open to discuss new ideas, features, and improvements.

⚠️ Development Status: Under Active Development

This project is under active development, As we work towards stabilizing the project, you might encounter some bugs or incomplete features. We greatly value your contributions and patience during this phase. Thank you for your support!

License

Multiwoven is licensed under the AGPLv3 License. See the LICENSE file for details.

Contributors