Commit 588cb72
committed
feat(usgs-eq): Phase 3 — USGS Earthquake Feed publisher
Pattern C feed adapter: single system, single datastream, many events per cycle.
- bootstrap_usgs_eq.py: procedure + system + datastream + 2 deployments
- usgs_eq_publisher.py: polls all_day.geojson every 60s, dedupes by (id, updated)
- Dockerfile + docker-compose updated (10 services total)
- Bootstrap run: proc=046g sys=059g ds=05ag deploy_root=054g deploy_feed=0550
- First cycle: 294 earthquakes published, 0 errors
- VM deployed as systemd service (12 services running total)1 parent 9b443b0 commit 588cb72
5 files changed
Lines changed: 927 additions & 0 deletions
File tree
- publishers
- usgs_eq
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
117 | 127 | | |
118 | 128 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments