https://github.com/hyzyla/opendisco
https://github.com/hyzyla/opendisco
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyzyla/opendisco
- Owner: hyzyla
- License: mit
- Created: 2021-12-30T21:22:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T16:03:52.000Z (almost 4 years ago)
- Last Synced: 2025-10-11T09:26:54.912Z (18 days ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opendisco
Make Slack communities trylly public
## Running
Run airbyte:
```shell
docker-compose -f docker-compose.airbyte.yaml up
```
Run app:
```shell
docker-compose up opendisco_db
```
## TODO:
- [ ] Add postgres as destination
- [ ] Add slack as source
- [ ] Add base flask app
- [ ] Add base rendering
- [ ] Deploy to digital ocean