Zurück zum Ranking

antonycourtney/tad

TypeScripttadviewer.com

A desktop application for viewing and analyzing tabular data

desktop-applicationpivotstabular-datacsvpivot-tablesdata-sciencedata-analysisdatabaseduckdbparquet-viewer
Sterne-Wachstum
Sterne
3.5k
Forks
131
Wochenwachstum
Issues
162
1k2k3k
Jan. 2023März 2024Mai 2025Juli 2026
Artefaktenpmnpm install tad
README

Tad

This repository contains the source code for Tad, an application for viewing and analyzing tabular data sets.

The Tad desktop application enables you to quickly view and explore tabular data in several of the most popular tabular data file formats: CSV, Parquet, and SQLite and DuckDb database files. Internally, the application is powered by an in-memory instance of DuckDb, a fast, embeddable database engine optimized for analytic queries.

The core of Tad is a React UI component that implements a hierarchical pivot table that allows you to specify a combination of pivot, filter, aggregate, sort, column selection, column ordering and basic column formatting operations. Tad delegates to a SQL database for storage and analytics, and generates SQL queries to perform all analytic operations specified in the UI.

Tad can be launched from the command line like this:

$ tad MetObjects.csv

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

Tad screenshot

Tad uses SlickGrid for rendering the data grid. This allows Tad to support efficient linear scrolling of the entire file, even for very large (millions of rows) data sets.

A few additional mouse clicks on the above view yields this view, pivoted by a few columns (Department, Classification, Period and Culture), sorted by the Object Start Date column, and with columns re-ordered:

tad screenshot

Installing Tad

The easiest way to install the Tad desktop app is to use a pre-packaged binary release. See The Tad Landing Page for information on the latest release and download links, or go straight to the releases page.

History and What's Here

Tad was initially released in 2017 as a standalone desktop application for viewing and exploring CSV files.

The core of Tad is a React UI component that implements a hierarchical pivot table that allows you to specify a combination of pivot, filter, aggregate, sort, column selection, column ordering and basic column formatting operations. Tad delegates to a SQL database for storage and analytics, and generates SQL queries to perform all analytic operations specified in the UI.

This repository is a modular refactor of the original Tad source code, with several key improvements on the original code base:

  • The repository is organized as a modular Lerna based monorepo.
  • The code has been ported to TypeScript and the UI code has been updated to React Hooks.
  • There is support for communicating with multiple database back ends for reltab (Tad's SQL generation and query evaluation layer), in addition to the original sqlite. Current backends (in varying degrees of completeness) include DuckDb, Snowflake, Google BigQuery, and AWS Athena (Presto)
  • There is a minimal proof-of-concept web-based front-end to demonstrate how Tad can be deployed on the web.
  • The core Tad pivot table component now builds in its own module independent of any front end. This should allow embedding the Tad pivot table in other applications or contexts.

The Essential Packages

The core packages that are used to build Tad are found in the packages sub-directory. These are the packages used to build the Tad desktop application:

  • reltab - The core abstraction used in Tad for programmatically constructing and executing relational SQL queries. This also defines the driver interface implemented by specific database back-ends, and a small, transport-agnostic remoting layer to allow queries and results to be transmitted between a web browser (or electron renderer process) and a reltab backend server.
  • reltab-duckdb -- reltab driver for DuckDb
  • reltab-sqlite -- reltab driver for SQLite
  • aggtree - A library built on top of reltab for constructing pivot trees from relational queries.
  • tadviewer - The core Tad pivot table UI as a standalone, embeddable React component.
  • tad-app - The Tad desktop application, built with Electron

Experimental Packages

This repository also includes a number of proof-of-concept experimental packages, in varying states of completeness. These are provided for reference and as a starting point for further investigation and development.

Building Tad from Source

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

Ähnliche Repositories
jaywcjlove/awesome-mac

 This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.

SwiftCreative Commons Zero v1.0 Universalmacossoftware
git.io/macx
108.4k8.2k
nativefier/nativefier

Make any web page a desktop application

TypeScriptnpmMIT Licensenodejselectron
35.3k2.2k
wailsapp/wails

Create beautiful applications using Go

GoGo ModulesMIT Licensegogolang
wails.io
35.3k1.8k
DevToys-app/DevToys

A Swiss Army knife for developers.

C#MIT Licensesyntax-highlightingdeveloper-tools
devtoys.app
31.8k1.8k
eythaann/Seelen-UI

The Fully Customizable Desktop Environment for Windows 10/11.

Rustcrates.ioGNU Affero General Public License v3.0desktop-applicationtiling-window-manager
17.4k564
zealdocs/zeal

Offline documentation browser. Your personal reference library, searchable in an instant.

C++GNU General Public License v3.0documentationdocset
zealdocs.org
12.7k834
longbridge/gpui-component

Rust GUI components for building fantastic cross-platform desktop application by using GPUI.

Rustcrates.ioOthergpuidesktop-application
longbridge.github.io/gpui-component/
12.2k718
oguzhaninan/Stacer

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web

C++GNU General Public License v3.0optimizerubuntu
9.3k627
EcoPasteHub/EcoPaste

🎉跨平台的剪贴板管理工具 | Cross-platform clipboard management tool

Rustcrates.ioApache License 2.0macostauri
ecopaste.cn
7.2k357
nteract/archived-desktop-app

The old electron based nteract notebook

TypeScriptnpmBSD 3-Clause "New" or "Revised" Licensenotebooknteract
nteract.io
6.3k549
nteract/nteract

📘 The interactive computing suite for you! ✨

TypeScriptnpmBSD 3-Clause "New" or "Revised" Licensenotebooknteract
nteract.io
6.2k553
pythonguis/pythonguis-examples

Build desktop apps built with Python. Examples for PyQt6, PySide6, Flet, DearPyGUI, Kivy, NiceGUI, Streamlit, Tkinter, PyQt5 & PySide2

PythonPyPIMIT Licensepythonpython3
pythonguis.com
4.6k1.1k