spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Using tacoco output for web visualization #78

Open reetasingh opened 7 years ago

reetasingh commented 7 years ago

@VijayKrishna How do we convert the database file(output of tacoco) into json format for web visualization?

VijayKrishna commented 7 years ago

@jycamus90 any pointers?

jycamus90 commented 7 years ago

Is that related to sense-vis? I've never directly used tacoco data for web visualization. :'(

VijayKrishna commented 7 years ago

Perhaps just looking at the data would help? Is there a way to convert the database to a json file? Or, do you recommend a database viewer to take a look at the db file directly? Also, is there a way to directly get the data as a json file instead of a db file?

jycamus90 commented 7 years ago

Oh okay. I am using SQLiteStudio to read the data. No, database is the only way to get the data right now.