Multiwoven is an open-source alternative to HighTouch, Census, and RudderStack. It lets you easily sync data from your warehouse to any business tool, unlocking the full potential of your data.
multiwoven-integrations | ||
multiwoven-server | ||
multiwoven-ui |
Explore the docs Β»
Slack
β’
Website
β’
Blog
β’
Roadmap
Multiwoven simplifies self-hosting a secure, scalable Reverse ETL platform on your cloud infrastructure like AWS, Azure, or GCP. With one-click deployment and customizable connectors, you can easily sync data from your warehouse to business tools.
β Consider giving us a star! Your support helps us continue innovating and adding new, exciting features.
Connect to your data sources like Databricks, Redshift, BigQuery, and more.
Create models to transform and prepare your data for syncing.
Sync your data with destinations like Salesforce, HubSpot, Slack, and more.
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.
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
- Copy .env file to ui folder:
cp .env ui/.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.
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 |
Helm Charts | Deployment Guide |
AWS EC2 | Deployment Guide |
AWS ECS | Coming soon. |
AWS EKS (Kubernetes) | Coming soon. |
Azure VMs | Deployment Guide |
Azure AKS (Kubernetes) | Deployment Guide |
Google Cloud GKE (Kubernetes) | Coming soon. |
Google Cloud Compute Engine | Deployment Guide |
Digital Ocean Droplets | Coming soon. |
Digital Ocean Kubernetes | Coming soon. |
OpenShift | Coming soon. |
π₯ 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.
- Salesforce
- Zoho CRM
- HubSpot
- Klaviyo
- Braze
- Salesforce Marketing Cloud
- Zendesk
- Freshdesk
- Intercom
- Google Ads
- Facebook Ads
- Google Analytics
- Mixpanel
- Amplitude
π§΅...Weaving in more connectors to support a wide range of destinations.
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.
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.
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!
Multiwoven is licensed under the AGPLv3 License. See the LICENSE file for details.