This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Home
pushmatrix edited this page Oct 30, 2012
·
35 revisions
Welcome to the Dashing wiki.
So you might be asking yourself: 'Why use Dashing when there are plenty of cloud based dashboards out there?'
Good question! There are tons of options out there, such as Geckoboard, Dashku, and Ducksboard. However, each have their own limitations.
At Shopify, we needed our dashboards to:
- Use our own authentication (Google Apps). Many online platforms give you public URLs to your dashboards. We wanted to avoid having those urls leaked. With Dashing, you can add whatever auth you want.
- Be completely customizable. We didn't want to be limited by the widgets that are available on other platforms. We also wanted all of our code to be in version control, and editable in whatever IDE we want.
- Keep instances of the same widget in sync. Many online dashboards give unique ids for every widget instance you create. This means that if you want to update 3 identical widgets showing 'daily sales', you'll need to use the API to push the value to all 3 instances. With Dashing, identical widgets all have the same id, meaning less duplication, and complete synchrony across all dashboards.
Visit the homepage