Skip to content

SuddenDevelopment/streaming-visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streaming-visualizations

a normalized data stream to visualization library

Data Format

ts is used for a js timestamp in a data object. The collection should stay sorted by ts so that it can be effeciently trimmed by time

arrData=[
  {
     ts:1234567890
    ,x:
    ,y:
    ,cat:
    ,val:
    ,src:{}
    ,dest:{}
  }
];

Functions

  • render
  • addData
  • prune

Chart Types

  1. Globe
  2. Map
  3. Parallel Coordinates
  4. Scatter plot
  5. Network map
  6. Polar / radar plot
  7. Particle Field
  8. 3d ascii model?

References

https://syntagmatic.github.io/parallel-coordinates/ http://gojs.net/latest/extensions/PortShifting.html http://visjs.org/showcase/projects/theantworks/ http://visjs.org/index.html#modules http://js.cytoscape.org/ http://processingjs.org/exhibition/ https://github.com/AnalyticalGraphicsInc/cesium/ https://github.com/biovisualize/micropolar/

https://github.com/datacratic/data-projector https://github.com/twitterdev/twitter-stream-globe https://github.com/chriz3dd/WebGLGraph http://particle-love.com/ https://robertsspaceindustries.com/starmap http://codeology.braintreepayments.com/featured

About

a normalized data stream to visualization library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •