https://github.com/multiwoven/docs
Multiwoven Documentation
https://github.com/multiwoven/docs
data-activation data-analysis data-engineering data-warehouses mlops open-source reverse-etl
Last synced: 10 months ago
JSON representation
Multiwoven Documentation
- Host: GitHub
- URL: https://github.com/multiwoven/docs
- Owner: Multiwoven
- Created: 2023-11-05T13:23:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:48:18.000Z (10 months ago)
- Last Synced: 2025-04-14T22:03:32.480Z (10 months ago)
- Topics: data-activation, data-analysis, data-engineering, data-warehouses, mlops, open-source, reverse-etl
- Language: MDX
- Homepage: https://docs.multiwoven.com
- Size: 10.2 MB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The open-source reverse ETL platform for data teams
Your ultimate solution for seamless data sync from warehouse to any application.
Report Bug
·
Request Feature
·
Join Our Discord
·
Roadmap
·
X
·
Slack Community
### 🤝 Docs Contribution
First, install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) locally. To install, use the following command
```
npm i -g mintlify
```
__Note__: Please install Node.js (version 18 or higher) before proceeding.
Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```
### 😎 Publishing Changes
All changes to the docs should be submitted against the `develop` branch.
PRs from `develop` to `main` will be deployed to production automatically after merge.
#### Troubleshooting
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`