chpiatt / domo-venn-diagram

Venn Diagram for Domo BI tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domo Venn Diagram

Venn Diagram

Venn Diagram for Domo BI tool.

Getting Started

Inside a terminal - Install CLI:

npm install -g ryuu

If this command fails, then make sure you have satisfied all the requirements for Git and Node installation, and that you have access to npm. If you're getting permission issues you can either use sudo when installing the CLI, or follow one of the these tutorials for fixing Node permissions:

Clone Repository:

git clone https://github.com/Pyython/domo-sunburst.git

In manifest.json, change dataSetId to the ID of a data set within your Domo instance. To do this, go to Data Center and click on the target data set. The ID will be in the URL immediately following the /datasources/ part of the path.

Sign into Domo:

domo login

To preview in a local environment, run:

domo dev

To publish the visualization to your Domo instance, run:

domo publish

You can then find the app in the 'Asset Library' and begin to build cards to analyze overlaps between sets.

Prerequisites

Must have a license for Domo Business Cloud

Must also have Git and Node.js installed:

Windows Installation

Install Git

The installer will also install "git bash", which you will use as your terminal when running all future commands.

Install Node.js

Verify that Node is properly installed on your path by opening your terminal and typing node --version. Dev Studio supports up to Node.js v6.x.x npm

Make sure your firewall isn't blocking the npm registry by running "ping www.npmjs.com" in your terminal.

Mac Installation

Install Git

Install Node.js via "brew install node" on OS X or via download.

Verify that Node is properly installed on your path by opening your terminal and typing node --version. Dev Studio supports up to Node.js v6.x.x

Accept the XCode License "sudo xcodebuild -license" npm

Make sure your firewall isn't blocking the npm registry by running "ping www.npmjs.com" in your terminal.

Additional Information

For more information on building and deploying Domo apps or to troubleshoot any issues, visit Domo Dev Studio

Acknowledgments

Based on work by: https://github.com/benfred/venn.js

About

Venn Diagram for Domo BI tool

License:Apache License 2.0


Languages

Language:JavaScript 98.8%Language:HTML 0.7%Language:CSS 0.5%