An open API service indexing awesome lists of open source software.

https://github.com/hyzyla/opendisco


https://github.com/hyzyla/opendisco

Last synced: 4 days ago
JSON representation

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