Multidimensional data explorer and visualization tool.
Trinket
Multidimensional data explorer and visualization tool.[![Build Status][travisimg]][travishref] [![Coverage Status][coverallsimg]][coveralshref] [![Documentation Status][rtfdimg]][rtfdhref] [![Stories in Ready][waffleimg]][wafflehref]
[
][wall.jpg]
About
This is a dataset management and visualization tool that is being built as part of the DDL Multidimensional Visualization Research Lab. See: Parallel Coordinates for more on the types of visualizations we're experimenting with.
For more information, please enjoy the documentation found at trinket.readthedocs.org.
Contributing
Trinket is open source, but because this is an District Data Labs project, we would appreciate it if you would let us know how you intend to use the software (other than simply copying and pasting code so that you can use it in your own projects). If you would like to contribute (especially if you are a student or research labs member at District Data Labs), you can do so in the following ways:
- Add issues or bugs to the bug tracker: https://github.com/DistrictDataLabs/trinket/issues
- Work on a card on the dev board: https://waffle.io/DistrictDataLabs/trinket
- Create a pull request in Github: https://github.com/DistrictDataLabs/trinket/pulls
If you are a member of the District Data Labs Faculty group, you have direct access to the repository, which is set up in a typical production/release/development cycle as described in A Successful Git Branching Model_. A typical workflow is as follows:
- Select a card from the dev board - preferably one that is "ready" then move it to "in-progress".
- Create a branch off of develop called "feature-[feature name]", work and commit into that branch.
- Once you are done working (and everything is tested) merge your feature into develop.
- Repeat. Releases will be routinely pushed into master via release branches, then deployed to the server.
Throughput
Attribution
The image used in this README, ["window#1"][wall.jpg] by Namelas Frade is licensed under CC BY-NC-ND 2.0
Changelog
The release versions that are sent to the Python package index (PyPI) are also tagged in Github. You can see the tags through the Github web application and download the tarball of the version you'd like. Additionally PyPI will host the various releases of Trinket (eventually).
The versioning uses a three part version system, "a.b.c" - "a" represents a major release that may not be backwards compatible. "b" is incremented on minor releases that may contain extra features, but are backwards compatible. "c" releases are bug fixes or other micro changes that developers should feel free to immediately update to.
Version 0.2
- tag: v0.2
- deployment: Wednesday, January 27, 2016
- commit: (see tag)
Version 0.1
MVP prototype type of a dataset uploader and management application. This application framework will become the basis for the research project in the DDL Multidimensional Visualization Research Labs. For now users can upload datasets, and manage their description, as well as preview the first 20 rows.[travis_img]: https://travis-ci.org/DistrictDataLabs/trinket.svg?branch=master [travis_href]: https://travis-ci.org/DistrictDataLabs/trinket [coveralls_img]: https://coveralls.io/repos/DistrictDataLabs/trinket/badge.svg?branch=master&service=github [coverals_href]: https://coveralls.io/github/DistrictDataLabs/trinket?branch=master [waffle_img]: https://badge.waffle.io/DistrictDataLabs/trinket.png?label=ready&title=Ready [waffle_href]: https://waffle.io/DistrictDataLabs/trinket [rtfd_img]: https://readthedocs.org/projects/trinket/badge/?version=latest [rtfd_href]: http://trinket.readthedocs.org/en/latest/?badge=latest [wall.jpg]: https://flic.kr/p/75C2ac