Main Home Blog Project Source

The Project

For this project, will are creating a data visualization tool. The data avalible throught delta-sharing and so we have number of ways of building are application.


Firstly, Tableau is industry standard software that allows pulling in data and updating it live based on various metrics. It is however paid and rather expensive. They offer a license for non-commercial use so it is used as a tool to determine what is useful.


Second, python has modules that can connect to delta-share endpoints and manipulate and display data using pandas. This is a quick solution that works as a short term option for creating our demo.


Finnaly, long term we hope to create a custom connector that can process live data and display it based on what we found in the previous two steps.