简体   繁体   中英

Best way to extract and use data from a server database?

I have been tasked for an internship to retrieve data from the company's database and make a webapp displaying stats and graphs about it.

So far since my the langage I know the most is Java, I was thinking of extracting the SQL tables into .CSV files that I'd exploit to make the stats. But is there another more efficient way to do it that i'm missing ? Would another langage make the situation easier aswell ?

Extract it from the database directly.

Depending on the kind of data you can use Grafana , Highcharts or any other graph tool that displays it in the browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM