JakeUT
JakeUT

Reputation: 537

querying from json rolling data files

I have a series of json files. Each file has the information for the last 30 days. Within each file, the data is broken down by date. So for example,

The data for any data will be repeated in 30 files. So I can use the last file in teh series with data for that OR I can use any file with that data also.

Essentially I want to query these files in PowerBI providing a time range (Last 7 days, Last 30 days, Last 60 days, etc.)

Being a newbie to this, what is the best way to store this data? This is definitely not in the realm of big data. But I would like some advice on how best to store and query these files. Should this be in a time series database? Should I just query the raw files? Any suggestion is appreciated!

Thanks Jake.

Upvotes: 0

Views: 19

Answers (0)

Related Questions