.. _tutorials_system_integration_tutorial: =========================== System Integration Tutorial =========================== Goal ==== Compose a full tree that includes client connectivity, stream/data paths, and operational tooling. Workflow ======== 1. Start with the root composition example: :doc:`/getting_started/pyrogue_tree_example/p_t_root` 2. Add client/server interfaces: :doc:`/pyrogue_tree/client_interfaces/index` 3. Add stream pipeline components: :doc:`/stream_interface/index` 4. Add built-in devices and operational tooling: :doc:`/pyrogue_tree/builtin_devices/index` :doc:`/installing/index` :doc:`/logging/index` :doc:`/pydm/index` 5. Review full architecture context: :doc:`/pyrogue_tree/index` What This Tutorial Emphasizes ============================= - Building a coherent end-to-end control and data path - Separating conceptual architecture from API reference lookups - Planning for deployment and operations from the start Related Sections ================ - :doc:`/built_in_modules/index` - :doc:`/memory_interface/index` - :doc:`/api/index`