A Lance + DuckDB powered data browser with custom visualization support.
Install in your project with either:
uv add git+https://github.com/M-Anwar/DataViewer.gituv tool install git+https://github.com/M-Anwar/DataViewer.gitThen run:
dataviewer --help-
Clone the repository:
git clone https://github.com/M-Anwar/DataViewer.git cd DataViewer -
Install as a
uvtool from the local source checkout:uv tool install . -
Verify installation:
dataviewer --help
- Clone the repo.
- Install dependencies with uv:
uv sync
- Install pre-commit hooks:
pre-commit install