# HG changeset patch # User drewp@bigasterisk.com # Date 1630995967 25200 # Node ID e105032b0e3d26bffe688aeba93a92a5b7df71f0 # Parent 3a6ed545357f4014c3400048e11489e5419cbe3d plans regarding this rewrite diff -r 3a6ed545357f -r e105032b0e3d service/mqtt_to_rdf/notes --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/mqtt_to_rdf/notes Mon Sep 06 23:26:07 2021 -0700 @@ -0,0 +1,27 @@ + +columns: + - watched topics, and one for 'nonmatching' + + - incoming messages + + - generic graph + + - output graphs + + - generated influx points + + +config: + - expand to generic graph, parsing json + - rules to make output graph, with some custom predicates + - influx as before + - buttonPress and statementLifetime as before, as conversions + + https://www.w3.org/2000/10/swap/doc/Built-In.html#:~:text=%7B%20%20%20((%3Fx.-,tempInF,-%2232%22).math%3Adifference%20%220.5555 + + ---- + inference + + ~/.venvs/mqtt_to_rdf/bin/nosetests --with-cprof --logging-level=INFO inference_test + ~/.venvs/mqtt_to_rdf/bin/pyprof2calltree -i stats.dat -k + \ No newline at end of file