vega-view

[ bsd3, program, visualization ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/DougBurke/vega-view#readme


[Skip to Readme]

Downloads

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.3.1.4, 0.3.1.5, 0.3.1.6, 0.3.1.7, 0.4.0.0
Change log ChangeLog.md
Dependencies aeson (>=1.1 && <1.5), base (>=4.7 && <5), blaze-html (>=0.7 && <0.10), bytestring (>=0.10 && <0.11), directory (>=1.2.5.0 && <1.4), filepath (>=1.4 && <1.5), http-types (>=0.9 && <0.13), scotty (>=0.11 && <0.12), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright 2019 Douglas Burke
Author Douglas Burke
Maintainer dburke.gw@gmail.com
Home page https://github.com/DougBurke/vega-view#readme
Bug tracker https://github.com/DougBurke/vega-view/issues
Source repo head: git clone https://github.com/DougBurke/vega-view
Uploaded by DouglasBurke at 2019-09-08T00:32:48Z
Distributions
Executables vegaview
Downloads 6271 total (47 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2019-09-08 [all 3 reports]

Readme for vega-view-0.1.0.0

[back to package description]

vega-view

I am not 100% convinced this is a worthwhile project, but let's see how it goes.

The aim is to make it easy to view Vega and Vega-Lite specifications - i.e. the JSON representing a visualization - as a visualization. It relies on Vega Embed to do all the hard work, and just provides a basic web server that will list the files in a given directory and, when selected, create the call to Vega Embed.

License

This is released under a BSD3 license.

Usage

The server - called vega-view - should be run from the directory containing the specifications to view. It then provides a web server on port 8082 that can be used to view them at the URL

http://localhost:8082/display/

GHC support

This is currently a very basic application, so will hopefully build against a wide variety of GHC installations. There has been /no/ testing on Windows.

Bugs and Issues

Please use the issues list to report any problems.