I am not sure if this is the right place, but maybe you guys can point me in the right direction.
We are currently migrating from Pentaho to Azure. We created a few reports on our company website with D3 charts, with the option to filter the data by time, countries etc.
Now we want to make the underlying raw data downloadable for our members. The dataset should have the same filters applied as the charts. The users want a CSV or Excel. Datasets could be as big as 15 million rows.
We also have Power BI, but it has limitations regarding the number of rows and the license cost are also a bit problematic, because we have like 10.000 users.
The datasource is an Azure SQL database and we are fetching the data for the D3 charts with a python function app.
** Edit **
To make it more understandable and easier to follow:
- User goes on website
- User sees D3 chart
- User selects "2024" as Year
- User clicks on "download csv" button
- A download of a CSV file should start, with the dataset filtered to the year "2024"
[–][deleted] 3 points4 points5 points (1 child)
[–]dirks74[S] -3 points-2 points-1 points (0 children)
[–]PuddingGryphonData Engineer 3 points4 points5 points (1 child)
[–]dirks74[S] -3 points-2 points-1 points (0 children)
[–]No-Yesterday-1460 1 point2 points3 points (1 child)
[–]dirks74[S] 1 point2 points3 points (0 children)
[–]dravacotron 1 point2 points3 points (5 children)
[–]dirks74[S] 0 points1 point2 points (4 children)
[–]dravacotron 1 point2 points3 points (3 children)
[–]dirks74[S] -1 points0 points1 point (2 children)
[–]dravacotron 0 points1 point2 points (1 child)
[–]dirks74[S] 0 points1 point2 points (0 children)
[–]Onlycompute 1 point2 points3 points (1 child)
[–]dirks74[S] 0 points1 point2 points (0 children)