Skip to content

Commit

Permalink
Merge pull request #60 from m-lab/sandbox-roberto-fix-config-json
Browse files Browse the repository at this point in the history
Copy config.json over to k8s/data-processing/config/config.json.
  • Loading branch information
robertodauria authored Apr 16, 2021
2 parents 23a927f + d077629 commit e6a5044
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions k8s/data-processing/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"table": "us_tracts",
"outputPath": "v0/NA/US/tracts/{{ .GEOID }}/{{ .year }}/histogram_daily_stats.json"
},
"states": {
"histogramQueryFile": "statistics/queries/us_state_territories_histogram.sql",
"exportQueryFile": "statistics/exports/us_states.sql",
"dataset": "statistics",
"table": "us_states",
"outputPath": "v0/NA/US/states/{{ .GEOID }}/{{ .year }}/histogram_daily_stats.json"
},
"counties": {
"histogramQueryFile": "statistics/queries/us_county_histogram.sql",
"exportQueryFile": "statistics/exports/us_counties.sql",
Expand Down Expand Up @@ -69,6 +76,13 @@
"table": "cities_asn",
"outputPath": "v0/{{ .continent_code }}/{{ .country_code }}/{{ .ISO3166_2region1 }}/{{ .city }}/asn/{{ .asn }}/{{ .year }}/histogram_daily_stats.json"
},
"states_asn": {
"histogramQueryFile": "statistics/queries/us_state_territories_asn_histogram.sql",
"exportQueryFile": "statistics/exports/us_states_asn.sql",
"dataset": "statistics",
"table": "us_states_asn",
"outputPath": "v0/NA/US/states/{{ .GEOID }}/asn/{{ .asn }}/{{ .year }}/histogram_daily_stats.json"
},
"counties_asn": {
"histogramQueryFile": "statistics/queries/us_county_asn_histogram.sql",
"exportQueryFile": "statistics/exports/us_counties_asn.sql",
Expand Down

0 comments on commit e6a5044

Please sign in to comment.