mengjin001 / tad

A desktop application for viewing and analyzing tabular data

Home Page:http://tadviewer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tad

Tad is a desktop application for viewing and analyzing tabular data such as CSV files.

You can launch tad from the command line like this:

$ tad movie_metadata.csv

This will open a new window with a scrollable view of the file contents:

Tad screenshot

Tad's main grid component is actually a full featured pivot table; a few additional mouse clicks from the above view yields this:

tad screenshot

Installing Tad

The easiest way to install Tad is to use a pre-packaged binary release. See The Tad Landing Page for information on the latest release and a download link.

Building Tad from Source

Detailed instructions on building tad from sources available in src/doc/building.md

Implementation / Architecture

Tad is an Electron application written in ES2015 using flow type annotations. Tad's front end User Interface is implemented in React, using SlickGrid for the main grid component. In the main process, Tad uses SQLite for internal storage and efficient queries on tabular data.
The Tad internals need more documentation; for now there is a sloppy hand-drawn sketch outlining the basic structure.

About

A desktop application for viewing and analyzing tabular data

http://tadviewer.com

License:MIT License


Languages

Language:JavaScript 83.1%Language:HTML 10.0%Language:CSS 5.1%Language:Shell 1.8%