Ask HN: Features for GPU price-per-hour tracker for A100/H100s
1 comments
can you share what the tech stack here is? i would say change up the designs more, i just see a drop down on the first screen.
Ok I updated the main view to show latest pricing by defaultinstead of just the dropdown. Thanks!
Yeah that is all it is currently, just a drop down that once you pick a GPU configuration it shows the pricing from a few providers. I'm still trying to determine which data would be most useful to collect/display. As for the tech stack:
backend: python flask and underlying data is stored as parquet in GCS frontend: react, https://chakra-ui.com/, https://www.tremor.so/docs/ui/card
backend: python flask and underlying data is stored as parquet in GCS frontend: react, https://chakra-ui.com/, https://www.tremor.so/docs/ui/card
Out of curiosity, I put together a simple website which tracks the prices for a few variations of A100/H100 GPUs by hour broken out between spot/ondemand, form factor and provider. Specifically I was tailoring the tool towards the smaller, emerging providers like runpod, gpulist.ai, lambda labs etc.
Anyone have any ideas to expand/refine it?