Viewing a single comment thread. View all comments

SisyphusDreams t1_ir3p5b9 wrote

What's your infra look like if you don't mind sharing?

1

bowelcrusher OP t1_ir40rlq wrote

Happy to talk about how it's setup (spoiler alert: AWS for everything).

Front end: html, css, javascript, and using the tool Mapbox GL JS
Web server: php, written using the Laravel framework, hosted on AWS Elastic Beanstalk
Data processing: (bash, docker, python) a scheduled EC2 instance that bins data points and uploads new map tiles to mapbox

3