python-dependency-injector/docs/tutorials/asyncio.rst
2020-08-06 16:57:54 -04:00

46 lines
783 B
ReStructuredText

Asyncio daemon tutorial
=======================
.. _asyncio-daemon-tutorial:
This tutorials shows how to build an ``asyncio`` daemon following the dependency injection
principle.
Start from the scratch or jump to the section:
.. contents::
:local:
:backlinks: none
You can find complete project on the
`Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/monitoring-daemon-asyncio>`_.
What are we going to build?
---------------------------
Prepare the environment
-----------------------
Project layout
--------------
Install the requirements
------------------------
Minimal application
-------------------
HTTP monitor
------------
Add another monitor
-------------------
Tests
-----
Conclusion
----------
.. disqus::