nikek / monocle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monocle 🕵️

Visualization editor for Heroic data.

Development

# Install all the dependencies
yarn

# Initialize the dev server
npm start

Your dev server should be running on localhost:3000.
Got no heroic cluster? Continue reading.

Local Heroic

Setup and run a local heroic instance with test data.

# Clone and cd
git clone git@github.com:spotify/heroic && cd heroic

# Install repackaged dependencies
tools/install-repackaged

# Speedy building this java project with maven
mvn -D maven.test.skip=true package

# Run heroic with the in-memory profile in server mode
tools/heroic-shell -P memory --server

# Within the heroic shell generate test data
load-generated

Test

# Run the test
npm test

Tech

  • React
  • Cerebral V2
  • VictoryCharts

This project was bootstrapped with Create React App.

You can find the most recent version of the create-react-app guides here.

About


Languages

Language:JavaScript 76.0%Language:HTML 15.5%Language:CSS 8.5%