Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satellogic/grafana-3d-globe-panel
A cesium based 3d globe panel plugin for grafana
https://github.com/satellogic/grafana-3d-globe-panel
Last synced: about 2 months ago
JSON representation
A cesium based 3d globe panel plugin for grafana
- Host: GitHub
- URL: https://github.com/satellogic/grafana-3d-globe-panel
- Owner: satellogic
- License: mit
- Created: 2016-12-07T16:32:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T01:24:27.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T15:52:04.106Z (5 months ago)
- Language: JavaScript
- Size: 5.18 MB
- Stars: 30
- Watchers: 13
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D Globe Panel for Grafana
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()A [Cesium.js](http://cesiumjs.org/) based 3D Globe panel, with some customization
options.## Features
This panel just takes a CZML server URL and feeds it into the *Cesium* viewer,
providing some customization options for the URL:* Use any template variable defined in the dashboard, either in the Base URL or
Querystring.
* Two built-in template variables giving easy access to the boundaries of the
currently selected time range, expressed as unit timestamps:
* `$timeFrom`
* `$timeTo`## Installation
### Grafana CLI
Install this plugin with the `grafana-cli`:
$ grafana-cli plugins install satellogic-3d-globe-panel
### Manual Install
Just checkout this repo inside your grafana plugins directory, usually located
at `/var/lib/grafana/plugins`, and restart `grafana-server` so it registers the
new plugin.## Build
If you want to build this plugin from source, all you need is Node.js v6.5 or
newer. Then run:$ npm install
$ npm run buildThat will build everything and place it in the `dist` directory.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :zap:## History
##### 0.1.0 (12/16)
Initial release
## Credits
Globe icon made by [http://www.freepik.com](Freepik) from
[www.flaticon.com](http://www.flaticon.com) is licensed by
[CC 3.0](http://creativecommons.org/licenses/by/3.0/) BY## License
The MIT License (MIT)
Copyright (c) 2016 Satellogic SA.
See [LICENSE](LICENSE) for details