Skip to content

Commit

Permalink
optimised ./places/building SQL to reduce cost and latency
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenForshaw committed Nov 11, 2024
1 parent 2844c5f commit 379f227
Show file tree
Hide file tree
Showing 13 changed files with 392 additions and 283 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/production.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- [x] Places/Brands endpoint
- [x] Places/Categories endpoint
- [x] Places/Countries endpoint
- [ ] Places/Buildings endpoint - very expensive dataset in BigQuery so will require sharding by country and optimizing
- [x] Places/Buildings endpoint
- [ ] Addresses endpoint for Overture Maps 'Address' Theme
- [ ] Base endpoint for Overture Maps 'Base' Theme
- [ ] Buildings endpoint for Overture Maps 'Building' Theme
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "overture-maps-api",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"author": "",
"private": true,
Expand Down
Loading

0 comments on commit 379f227

Please sign in to comment.