Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multiwoven/docs
Multiwoven Documentation
https://github.com/multiwoven/docs
data-activation data-analysis data-engineering data-warehouses open-source reverse-etl
Last synced: about 3 hours ago
JSON representation
Multiwoven Documentation
- Host: GitHub
- URL: https://github.com/multiwoven/docs
- Owner: Multiwoven
- Created: 2023-11-05T13:23:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T10:24:55.000Z (7 months ago)
- Last Synced: 2024-04-08T11:36:40.575Z (7 months ago)
- Topics: data-activation, data-analysis, data-engineering, data-warehouses, open-source, reverse-etl
- Language: MDX
- Homepage: https://docs.multiwoven.com
- Size: 5.86 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-and-compliance/security.mdx
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`