项目作者: seelabutk

项目描述 :
Scientific Visualization as a Microservice
高级语言: Shell
项目地址: git://github.com/seelabutk/tapestry.git
创建时间: 2017-08-16T23:07:04Z
项目社区:https://github.com/seelabutk/tapestry

开源协议:MIT License

下载


Tapestry (Scientific Visualization as a Microservice)

Powered by Intel Rendering Framework

Tapestry is a platform for creating lightweight, web-based volume rendering applications at scale, for many users.

Requirements

Installation

Run ./tapestry.sh depend to fetch and install the Tapestry submodules.

Running ./tapestry.sh build will then build and install the Tapestry Docker image. You can use -j to specify the number of processes for building. Use -m to minify the Javascript internally.

Running the example

  • To run the example, first download the data, the configurations, and the example app using ./tapestry.sh examples
  • Second, run ./tapestry.sh run -c examples/configs/ -d examples/data -a examples/app
  • Third, navigate to http://127.0.0.1:8080 in your browser
  • tapestry.sh provides all of the management scripts needed for building and running. Run ./tapestry.sh -h for more options
  • Since Tapestry uses Docker Swarm, to kill the running service, run docker service rm tapestry

Usage

To use Tapestry with your own page and datasets, you will need three things:

  1. A directory with your datasets (currently, Tapestry supports raw single variable binary as well as NetCDF files)
  2. A directory with one or more configuration files that point to the data. You can use the provided examples above as a starting point
  3. An index.html with hyperimage and optionally, hyperaction tags

You can provide additional Tapestry options by editing tapestry/enchiladas/src/js/main.js after doing an initial build. You would also need to rebuild the image after any edits.

If you use Tapestry, please cite one or both of these two papers:

  1. @article{raji2018scientific,
  2. title={Scientific Visualization as a Microservice},
  3. author={Raji, Mohammad and Hota, Alok and Hobson, Tanner and Huang, Jian},
  4. journal={IEEE Transactions on Visualization and Computer Graphics},
  5. year={2018},
  6. publisher={IEEE}
  7. }
  8. @INPROCEEDINGS {Tapestry2017,
  9. author = "M. Raji and A. Hota and J. Huang",
  10. title = "Scalable web-embedded volume rendering",
  11. booktitle = "2017 IEEE 7th Symposium on Large Data Analysis and Visualization (LDAV)",
  12. year = "2017",
  13. pages = "45-54",
  14. month = "Oct",
  15. doi = "10.1109/LDAV.2017.8231850"
  16. }

More documentation can be found in the wiki.