alejandro-du / covid-dashboard

A Covid-19 dashboard implemented with Spring Boot and Vaadin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Data storage

nivramam opened this issue · comments

Hi, I am Niveydhithaa, a CS college student. I just came across your dashboard while browsing for my course assignment and it seems pretty cool!

I have a question regarding the data storage. How are you managing to store this COVID cases data? And are you storing country-wise? Thanks a lot in advance, it will help me a lot!

Hi, the application doesn't store any data. It consumes a public web service. Here's a blog post that explains how to develop the application: https://vaadin.com/blog/building-a-dashboard-for-a-rest-web-service-in-java.

Sure, will take a look into it!!Thanks a lot!