Skip to content

Commit

Permalink
README: update architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid authored Oct 1, 2024
1 parent a69b6cf commit 37e9159
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Open district finder in a web browser: http://localhost:1313/

## Architecture

The homepage is the redistricting comparison visualization. It is a Single Page Application. The HTML is built by Hugo and uses Alpine.JS to request data from geolocator, a serverless backend written in Go.
The homepage is the sample ballot lookup visualization. It is a Single Page Application. The HTML is built by Hugo and uses Alpine.JS to request data from geolocator, a serverless backend written in Go intended to be deployed on Netlify.

The district finder is second Single Page Application that makes requests to geolocator.

Geolocator relies on data generated using chunker (to split a map file into chunks) and extractor (to get demographic data out of a map file).
Geolocator relies on data generated using chunker (to split a map file into chunks) and extractor (to get demographic data out of a map file). See the old repo where they were used: https://github.com/spotlightpa/viz-redistricting-2020/

0 comments on commit 37e9159

Please sign in to comment.