Hello,
I have multiple text files with logged data like this:
6/23/09 17:00 0.443 6/23/09 17:05 0.443 6/23/09 17:10 0.443 6/23/09 17:15 0.443 6/23/09 17:20 0.443 6/23/09 17:25 0.443 6/23/09 17:30 0.443 ...
I'd like to create a webpage that displays this data from different files in a more readable manner. I'd like to create a scrollable datatable and a graph. I would like to only present one file at a time, so I would have a dropdown to select which one to view.
I have experience with HTML, CSS, Javascript, PHP, and a little bit of MySQL as far as web stuff goes.
Currently, I'm planning on using a table in a fixed-height div for the datatable, but I'm not sure about the graph. Everything is up in the air.
My questions:
- What do you suggest I use to create this data viewer? (languages)
- What library should I use for graphing?
- What should I use for the scrollable datatable?
- How should I store the data? (Each file could have as many as 80,000 lines)
Any help would be great! I just need a point in the right direction. Thanks.