##// END OF EJS Templates
merge stable into default
merge stable into default

File last commit:

r53:4c889c0f
r117:a2cc01f8 merge
Show More
export-scripts.rst
25 lines | 617 B | text/x-rst | RstLexer
documentation: all the documentation for AE
r53 .. _log-script-eg:
Logging API Script Examples
===========================
To export data from your application to use with the custom dashboard feature,
use the following examples to create your export scripts. Once exported to
|RAE|, the data will be available to begin creating custom charts.
.. tip::
To keep your charts up to date, you could run your export script as a cron
job.
Example Script 1
----------------
.. literalinclude:: test_data_for_analytics_sales.py
:language: python
Example Script 2
----------------
.. literalinclude:: test_data_for_analytics_tickets.py
:language: python