Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdash-app/bdash
Simple SQL Client for lightweight data analysis.
https://github.com/bdash-app/bdash
electron javascript sql visualization
Last synced: about 1 month ago
JSON representation
Simple SQL Client for lightweight data analysis.
- Host: GitHub
- URL: https://github.com/bdash-app/bdash
- Owner: bdash-app
- License: mit
- Created: 2016-08-23T12:20:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T05:01:48.000Z (5 months ago)
- Last Synced: 2024-09-27T03:42:17.721Z (about 1 month ago)
- Topics: electron, javascript, sql, visualization
- Language: TypeScript
- Homepage:
- Size: 5.22 MB
- Stars: 1,494
- Watchers: 37
- Forks: 108
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Bdash - Simple SQL Client for lightweight data analysis. ![javascript_icon] (Applications / Database)
- open-source-mac-os-apps - Bdash - Simple SQL Client for lightweight data analysis. ![javascript_icon] (Applications / Database)
- my-awesome - bdash-app/bdash - 10 star:1.5k fork:0.1k Simple SQL Client for lightweight data analysis. (TypeScript)
README
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bdash-app/bdash)](https://github.com/bdash-app/bdash/releases/latest)
[![Test](https://github.com/bdash-app/bdash/actions/workflows/test.yml/badge.svg)](https://github.com/bdash-app/bdash/actions/workflows/test.yml)# Bdash
Simple SQL Client for lightweight data analysis.
## Feature
### Saving query
### Drawing chart
### Sharing result
You can share the result with gist.
https://gist.github.com/hokaccha/e128e1c3a68527ebf2c50d5e95a089b1
### Multiple data sources support
* [x] MySQL
* [x] PostgreSQL (Amazon Redshift)
* [x] SQLite3
* [x] Google BigQuery
* [x] Treasure Data
* [x] Amazon Athena## Installation
You can download and install from [Web Site](https://bdash.hokaccha.dev/) or [Releases](https://github.com/bdash-app/bdash/releases)
## Development
You can start the application with following commands.
```
# Install dependencies
$ yarn# Run following commands with different shell processes.
$ yarn watch
$ yarn start
```## Release
To create a draft release on GitHub, run the following command with the next version name:
```sh
$ ./scripts/release 1.xx.x
```This will trigger GitHub Action jobs to generate application binaries.
Once the jobs have been completed, you can publish the draft release on GitHub. It is recommended to include change logs as part of the release description.
## License
MIT