An open API service indexing awesome lists of open source software.

https://github.com/makefu/weather2stats

push different weather data into graphite
https://github.com/makefu/weather2stats

Last synced: 9 months ago
JSON representation

push different weather data into graphite

Awesome Lists containing this project

README

          

# Usage

# Plugins

Plugins implement the following api:

* variable `ids` - list to the standard identifiers used for stuttgart
* function `get_data` - takes the list of ids and returns a list of entries and cfg dict

## `get_data()`

returns a list of data points for each id:

```
[
{
"_id": "",
"_name": "",
"_source": "",
"_ts": "",

"field1": ,
... ,
"fieldX":
}
...
]
```
`_name`,`_id` and `_source`, `_ts` have a special meaning,
the rest are essentially key value pairs of the measurements.

# Dev Mode

```sh
nix-shell
```