Files
config_builder/README.md
Jonathan Dale a199aa4c93 Initial Commit
2024-11-11 16:42:24 -05:00

10 lines
461 B
Markdown

# 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.