DuperSet is still being developed and not ready for use
DuperSet is a desktop application (created using Electron) that enables you to generate D3 data visualizations sourced from your locally-hosted database. Your data visualizations can be saved to a dashboard and shared across your organization.
From your command line:
# Clone this repository
git clone https://github.com/Duperset/Duperset.git
# Go into the repository
cd duperset
# Install dependencies
npm install
# Run the app
npm start