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

Inconsistent format breaks deserialization #50

Open
justinkillen opened this issue Nov 20, 2023 · 0 comments
Open

Inconsistent format breaks deserialization #50

justinkillen opened this issue Nov 20, 2023 · 0 comments

Comments

@justinkillen
Copy link

Hi,

There are some inconsistencies that make loading the data file difficult. In particular:

  1. At the top level, there is a map keyed by machine family...except that it also includes licenses, which has a completely different data definition
  2. Within a machine type spec element, the cores element is sometimes an integer value (e.g. n2d-highcpu-16 == 16) while other times, it is the string value "shared" (e.g. f1-micro)

Would there be any appetite here to make the data format more standardized? I'm thinking we could start with a json-schema definition.

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

1 participant