# bdash **Repository Path**: devoty/bdash ## Basic Information - **Project Name**: bdash - **Description**: MySQL 客户端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Travis](https://img.shields.io/travis/bdash-app/bdash.svg?style=flat-square&label=Travis+CI)](https://travis-ci.org/bdash-app/bdash) [![CircleCI](https://img.shields.io/circleci/project/github/bdash-app/bdash.svg?style=flat-square&label=CircleCI)](https://circleci.com/gh/bdash-app/bdash) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/hokaccha/bdash/master.svg?style=flat-square&label=AppVeyor&logo=appveyor)](https://ci.appveyor.com/project/hokaccha/bdash/branch/master) # 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 here: [https://www.bdash.io/](https://www.bdash.io/) ## Development You can start the application with following commands. ``` # Install dependencies $ yarn # Run following commands with different shell processes. $ yarn watch $ yarn start ``` ## License MIT