Skip to content

πŸ”₯πŸ”₯πŸ”₯ Open Source Alternative to Hightouch, Census, and RudderStack - Reverse ETL & Data Activation

License

Notifications You must be signed in to change notification settings

Multiwoven/multiwoven

Multiwoven

Open Source Reverse ETL & Data Activation Platform

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.

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

multiwoven-integrations
multiwoven-server
multiwoven-ui


Explore the docs Β»

Slack β€’ Website β€’ Blog β€’ Roadmap


Why Multiwoven?

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 sources

Connect to your data sources like Databricks, Redshift, BigQuery, and more.

Example Image

Prepare your data

Create models to transform and prepare your data for syncing.

Example Image

Sync with destinations

Sync your data with destinations like Salesforce, HubSpot, Slack, and more.

Example Image

Table of Contents

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 [email protected]:Multiwoven/multiwoven.git
  1. Go inside multiwoven folder:
cd multiwoven
  1. Initialize .env file:
mv .env.example .env
  1. Setup git hooks:
./git-hooks/setup-hooks.sh 
  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
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.

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

Customer Support

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?

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!

Contributors

License

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