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)
Explore the docs »
Slack
•
Website
•
Blog
•
Roadmap
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.
⭐ 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
- Connectors
- Contributing
- Need Help?
- 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.
- Clone the repository:
git clone git@github.com:Multiwoven/multiwoven.git
- Go inside multiwoven folder:
cd multiwoven
- Initialize .env file:
mv .env.example .env
- Setup git hooks:
./git-hooks/setup-hooks.sh
- 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
- Salesforce
- Zoho CRM
- HubSpot
Marketing Automation
- Klaviyo
- Braze
- Salesforce Marketing Cloud
Customer Support
- Zendesk
- Freshdesk
- Intercom
Advertising
- Google Ads
- Facebook Ads
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.