Tad, a tabular data viewer
tadviewer.com
Tad, a tabular data viewer
1–10 of 113 posts
Re: Tad, a tabular data viewer
#2Nice work!
Re: Tad, a tabular data viewer
#3Re: Tad, a tabular data viewer
#4Some advice on the website: Do some browser sniffing (I know) to display a screenshot of the software on the user's operating system. This immediately answers the question "Does the software work on my computer?" Also, the source code link should be near the Download section. Not everyone is trained that the triangle GitHub icon in the top right means "source code".
Re: Tad, a tabular data viewer
#5Re: Tad, a tabular data viewer
#6Looks fantastic! I love the combination of SQLite fixed schema with the hierarchical view. Some advice on the website: Do some browser sniffing (I know) to display a screenshot of the software on the user's operating system. This immediately answers the question "Does the software work on my computer?" Also, the source code link should be near the Download section. Not everyone is trained that the triangle GitHub ico…
Re: Tad, a tabular data viewer
#7Interesting, I would describe it as an SQL client with an easy interface to load column based files. It's built on top of SQLite, which gives an indication of the kind of performance one can expect.
Re: Tad, a tabular data viewer
#8Re: Tad, a tabular data viewer
#9Wow, this seems simple but I got excited immediately when seeing this. Since I have been writing code to export data for clients, I have grown so tired of Kingsoft Spreadsheets and Google Sheets lagging like crazy with any sizable amounts of data. This will be a cool new tool to show my coworkers tomorrow and I'll be using it. Performance seems very snappy so far!
Re: Tad, a tabular data viewer
#10Interesting, I would describe it as an SQL client with an easy interface to load column based files. It's built on top of SQLite, which gives an indication of the kind of performance one can expect.
SQLite is pretty fast actually. More problematic is that this uses Electron. Loading a tiny 200-line CSV file took 120MB for me lol