- start redis service:
docker run --name dash-cache -p 6379:6379 -d redis redis-server --appendonly yes
- build docker container and run service
docker build -t geo-app .
docker run geo-app python app.py
- Note: currently under development, however we are testing out the following options
- dash + redis + geosupport-api + csv streaming
- known issue: slow
- dash + redis + geosupport-api + upload result to s3
- haven't tested
- dash + redis + python-geosupport + upload result to s3
- haven't tested
- spin up a local AWS like service --> localstack --> used for s3 upload testings
- plotly dash documentation
- data-table documentation
- loading wheel documentation