vizceral

WebJar for vizceral

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vizceral
Last Version

Last Version

4.5.5
Release Date

Release Date

Type

Type

jar
Description

Description

vizceral
WebJar for vizceral
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Netflix/vizceral

Download vizceral

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vizceral/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vizceral</artifactId>
    <version>4.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vizceral/
implementation 'org.webjars.npm:vizceral:4.5.5'
// https://jarcasting.com/artifacts/org.webjars.npm/vizceral/
implementation ("org.webjars.npm:vizceral:4.5.5")
'org.webjars.npm:vizceral:jar:4.5.5'
<dependency org="org.webjars.npm" name="vizceral" rev="4.5.5">
  <artifact name="vizceral" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vizceral', version='4.5.5')
)
libraryDependencies += "org.webjars.npm" % "vizceral" % "4.5.5"
[org.webjars.npm/vizceral "4.5.5"]

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.npm : three jar [0.86.0,0.87)
org.webjars.npm : numeral jar [1.5.3,2)
org.webjars.npm : chroma-js jar [1.1.1,2)
org.webjars.npm : hammerjs jar [2.0.8,3)
org.webjars.npm : tween.js jar 16.6.0
org.webjars.npm : lodash jar [4.12.0,5)

Project Modules

There are no modules declared in this project.

vizceral

vizceral is a component for displaying traffic data on a webgl canvas. If a graph of nodes and edges with data about traffic volume is provided, it will render a traffic graph animating the connection volume between nodes.

This component can take multiple traffic graphs and will generate a 'global' graph showing all incoming traffic into each of the 'regions', with support for cross-region traffic.

There are three levels of information, global, regional, and service-level, with clicking or double-clicking on a node bringing you one level deeper.

Not actively maintained

We are not using this internally at Netflix at this time and the project is not actively being worked on. We occasionally look at the repo and will review PRs as time permits.

Using

See the wiki for full documentation.

Developing Locally

To see your changes to vizceral locally, you'll need to link the package with bower:

$ git clone https://github.com/Netflix/vizceral.git
$ cd vizceral
$ npm link
$ npm run dev
$ cd /path/to/project-using-vizceral
$ npm link vizceral

Contributing

  1. Clone this repo
  2. Create a branch: git checkout -b your-feature
  3. Make some changes
  4. Test your changes by running your local version
  5. Push your branch and open a Pull Request

Supported Browsers

Current development focuses on most recent version of Chrome. Minor sanity checking for the latest versions of Safari and Firefox.

TODO

  • Unit Tests
  • Modular layout algorithms
    • Smarter current layout algorithm
  • Cross-browser support / testing
  • Create predefined locations and design styles to modularly represent custom metadata
  • Implement redesigned third-level view

License

Code released under the Apache 2.0 license.

org.webjars.npm

Netflix, Inc.

Netflix Open Source Platform

Versions

Version
4.5.5