Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product regional availability #10

Closed
PatMyron opened this issue May 29, 2022 · 4 comments
Closed

Product regional availability #10

PatMyron opened this issue May 29, 2022 · 4 comments

Comments

@PatMyron
Copy link

PatMyron commented May 29, 2022

similar research @ https://github.com/PatMyron/cloud and feature availability is a most important factor in region selection

@PatMyron
Copy link
Author

PatMyron commented May 29, 2022

Chart-scraping https://cloud.google.com/about/locations/, much easier if aggregated data was added to this

@steren
Copy link
Collaborator

steren commented Jul 26, 2023

I'd like to add this feature, but unfortunately, I am not aware of a machine readable dataset of product availability. Let me know if you find something

@steren
Copy link
Collaborator

steren commented Jul 26, 2023

One option could be to implement a JS parser tailored at parsing https://cloud.google.com/about/locations/ (the same way we have a parser for the carbon data csv)

The page structure is an HTML table, and it's probably safe to assume that it will stay an HTML table over time. So if we rely only on basic HTML table markup. It should be pretty solid.

We would then need to save a snapshot of this page and serve it under the same domain as the tool.

@steren
Copy link
Collaborator

steren commented Jul 28, 2023

We could copy the html of that page and then use a technique like that https://gomakethings.com/getting-html-with-fetch-in-vanilla-js/

steren added a commit that referenced this issue Aug 15, 2023
This needs to be run in the Devtools console

#10
@steren steren closed this as completed in b7a4494 Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants