Skip to content

venturespacetech/geo-app

 
 

Repository files navigation

The Littlest Web-GBAT

Instructions:

  • 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

Core Architecture

  • 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

Resources

About

batch geocoding GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Dockerfile 0.9%