https://github.com/wmluke/dosea
A dosea (daw-see-ey) for your datasets. Data visualization tool for relational, time series, and document databases
https://github.com/wmluke/dosea
csv data-visualization database postgres react remix sqlite3 typescript
Last synced: about 2 months ago
JSON representation
A dosea (daw-see-ey) for your datasets. Data visualization tool for relational, time series, and document databases
- Host: GitHub
- URL: https://github.com/wmluke/dosea
- Owner: wmluke
- License: agpl-3.0
- Created: 2023-03-15T00:37:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-08T00:24:30.000Z (about 1 year ago)
- Last Synced: 2025-07-02T03:37:34.640Z (12 months ago)
- Topics: csv, data-visualization, database, postgres, react, remix, sqlite3, typescript
- Language: TypeScript
- Homepage: https://dosea-7b28.fly.dev
- Size: 5.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dosea
> A dosea (daw-see-ey) for your datasets
[](https://github.com/wmluke/dosea/actions/workflows/deploy.yml)

Take a gander at the [demo](https://dosea-7b28.fly.dev/).
## Features
* Supports Sqlite, Postgres, CSV, Prometheus
* Readonly DB connections
* Detailed query results
* Detailed Table Schema
* Sqlite [Sqlean extensions](https://github.com/nalgeon/sqlean) for math and stats aggregation
* Charts powered by [Echarts](https://echarts.apache.org)
* Fully responsive UI for mobile, tablet, and desktop
* Supports Light, Dark, and System UI themes
## Run it at home
Copy the `.env` file and add your information to it.
```sh
cp .env.example .env
```
Install dependencies
```sh
npm install
```
Start dev server:
```sh
npm run dev
```
## Run it in Production
```sh
npm run start
```
## Roadmap
* User Authentication
* Support for mysql
* Support for influx
* Support for JSON, XML, YAML
* Support for Google Sheets, Excel
* Dashboards
* Themes
* Rich SQL editor with code completion & time range & delta utilities
* Rich chart editor
* Stock chart templates for common use-cases
* Embeddable charts via web components
* Scheduled PDF and email reports
* Explore AI integrations to generate queries and charts based on user prompts
## License
Dosea is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You
can [find it here](https://github.com/wmluke/dosea/blob/main/LICENSE.md).