- 20 Jul, 2020 1 commit
-
-
Michael Ott authored
-
- 13 Feb, 2020 1 commit
-
-
Michael Ott authored
-
- 07 Oct, 2019 1 commit
-
-
Alessio Netti authored
-
- 04 Oct, 2019 1 commit
-
-
Alessio Netti authored
- Data is correctly parsed from DCDBPusher, sent as JSON, and received by collectagents - Integration in libdcdb is still pending
-
- 29 Aug, 2019 1 commit
-
-
Michael Ott authored
-
- 13 Aug, 2019 1 commit
-
-
Alessio Netti authored
- If a subSampling value of 0 or lower is chosen for a sensor, it will never be pushed out over MQTT/Cassandra and only kept in memory
-
- 25 Jul, 2019 1 commit
-
-
Alessio Netti authored
- This plugin allows to write arbitrary sensor data to the local file system - Removed the obsolete sink functionality in SensorBase - Also fixed a minor bug concerning MQTT topic assignment in template analyzers
-
- 01 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 13 Jun, 2019 2 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
- 07 Jun, 2019 2 commits
-
-
Daniele Tafani authored
-
Alessio Netti authored
- The MQTT topic of a sensor is now used to identify the file name of the sink and is appended to the path given as input
-
- 04 Jun, 2019 1 commit
-
-
Micha Mueller authored
-
- 29 May, 2019 1 commit
-
-
Alessio Netti authored
- Analytics plugins can be now loaded and unloaded dynamically - DCDBPusher now looks into the current configuration directory if no path is supplied when loading/reloading a plugin
-
- 30 Apr, 2019 2 commits
-
-
Alessio Netti authored
- Textual MQTT topics working in dcdbpusher and data analytics framework - REST API still not working properly - Testing on the collectagent not performed yet
-
Alessio Netti authored
-
- 27 Apr, 2019 2 commits
-
-
Micha Mueller authored
-
Micha Mueller authored
-
- 23 Apr, 2019 1 commit
-
-
Alessio Netti authored
- When performing sensor queries with absolute timestamps (rel=false) a binary search algorithm is used to compute the bounds of the required sensor cache view - This is more accurate than the fuzzy method employed with relative timestamps (rel=true)
-
- 12 Apr, 2019 1 commit
-
-
Alessio Netti authored
- First step for integration of the analytics framework in the collectagent - QueryEngine and REST API integration still missing - Proper testing still to be done - Added a probe function: the global config file is scanned before initialization, and if no data analytics plugins are requested, no sensor navigator is built
-
- 06 Apr, 2019 1 commit
-
-
Micha Mueller authored
-
- 13 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Added some more indentation to make the configurations more readable - Fixed one more warning in dcdbquery
-
- 11 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Sensor caches across DCDB are now managed by the CacheEntry implementation under "common" - Provides utility methods to perform averages, checks, get views etc. - SensorCache class in collectagent kept due to its libdcdb dependencies
-
- 07 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Added a 'common' directory where all shared code has been placed - Analytics package has been moved out of dcdbpusher, now has its own makefile - Some renaming here and there for uniformity
-