Initial Commit

This commit is contained in:
Jonathan Dale
2024-11-11 16:42:24 -05:00
commit a199aa4c93
6 changed files with 258 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Playing with JINJA2
This applet is intended to generate a JSON output snip for use with Grafana.
The applet is statically configured to run 'count' interations on a JSON template with JINJA markup and output
to a statically defined file in the scripts CWD.
Next steps will be to modify the markup template to include the python
instructions for iterating and the name of the output file instead of having the render script
statically defining those values.