comparison doc/developer.rst @ 4248:00852dd54695

doc: documentation to create a Libervia app, first draft
author Goffi <goffi@goffi.org>
date Fri, 31 May 2024 11:08:18 +0200
parents d6837db456fd
children
comparison
equal deleted inserted replaced
4247:4aa62767f501 4248:00852dd54695
78 The Raw XML is kept as the cache operates transparently, and a plugin may need raw data, or 78 The Raw XML is kept as the cache operates transparently, and a plugin may need raw data, or
79 an user may be doing a low-level pubsub request. 79 an user may be doing a low-level pubsub request.
80 80
81 .. _JSON: https://docs.sqlalchemy.org/en/14/core/type_basics.html#sqlalchemy.types.JSON 81 .. _JSON: https://docs.sqlalchemy.org/en/14/core/type_basics.html#sqlalchemy.types.JSON
82 82
83
84 Libervia Apps
85 =============
86
87 Libervia has a mechanism to embed applications and configure them to integrate with the
88 ecosystem. This is notably used to embed docker applications. Description of the
89 application description file is available at :ref:`libervia-app-config`.