https://github.com/onyx-platform/onyx-visualization
https://github.com/onyx-platform/onyx-visualization
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/onyx-platform/onyx-visualization
- Owner: onyx-platform
- License: mit
- Created: 2016-03-11T17:47:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T01:12:30.000Z (about 8 years ago)
- Last Synced: 2025-10-22T01:42:26.849Z (3 months ago)
- Language: Clojure
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## onyx-visualization
Provides visualizations of Onyx jobs. Currently used in onyx-dashboard.
## Development
`lein figwheel`
and then go to
`http://localhost:3449/cards.html`
Before do PR, ensure to test code in production mode by:
```bash
# in another tab
rm -f resources/public/js/compiled/onyx_viz.js && \
lein cljsbuild once prod
```
and go to
`http://localhost:3449/index.html`