microsoft / solution-accelerator-many-models

MIT License
193 stars 85 forks source link

Add a feature to store prediction results to a storage : mysql #150

Open deepakas opened 2 years ago

deepakas commented 2 years ago

My last client there is a requirement to store prediction in a storage so that applications can access it by API and reporting users can see from Power BI. I tested with mysql. But since the data was huge we couldnt use it. But it is good to add a feature to store prediction result in different storages . Start with mysql and then other options like cosmosdb for large data.