Discussion about this post

User's avatar
Muhammad Saqib's avatar

Hi everyone,

I'm looking for a dataset of EUROPE for selected sites at multiple heights from 70,80,90,100,110,120m from 2019 to 2024.

Is anyone help me get this?

Expand full comment
Victor D's avatar

First of all, impressive work! Also enjoying the blog posts, I'm learning a lot about weather and forecasting 👌 Thinking about using this in my next project

I'm still curious about how you serve the data. Specifically:

- about caching, I've been looking at the code base and haven't found anything specific about this. When you talk about caching, you mean the API uses the filesystem caching under the hood, right? Did you have to make any tweaks to improve performance?

- about the db itself, I've read it is a custom filesystem based data base. If I didn't understood bad, data is stored as compressed plain binary and, when a request comes in, it gets decompressed, and formated. Lets say I want to fetch data in a specific time range or apply some filters, how are those kind of operations performed?

Thanks for your time in advance!

Expand full comment
37 more comments...

No posts