Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xbus-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xbus
xbus-docs
Commits
682d886883d5
Commit
682d886883d5
authored
8 months ago
by
Christophe de Vienne
Browse files
Options
Downloads
Patches
Plain Diff
Add a glossary
parent
c5d1579a6f49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/glossary.rst
+82
-0
82 additions, 0 deletions
source/glossary.rst
source/index.rst
+1
-2
1 addition, 2 deletions
source/index.rst
with
83 additions
and
2 deletions
source/glossary.rst
0 → 100644
+
82
−
0
View file @
682d8868
Glossary
========
Settings
--------
.. glossary::
Actor
Any application connected to the bus is seen as one of several actors.
Each can be an :term:`Emitter`, a :term:`Consumer` or a :term:`Worker`.
An actor is always associated to a :term:`Actor Account`, so the
application is properly identified by the bus.
Account
An account is what allows a person or an application to connect to the
bus. There are several kinds of accounts: :term:`Actor Account`,
:term:`User Account` and :term:`Gateway Account`
Actor Account
Associated to one or several actors, it is used by :ref:`xbus-client <program-xbus-client>` or
other connectors to connect to xbus.
User Account
Used by users of the :ref:`xbusctl <program-xbusctl>` command, or the
web interface. It allows configuration of the pipelines, accounts,
actors and pipelines, as well as viewing, and acting on processes.
Gateway Account
An account with very specific privileges needed by a gateway program
like :ref:`xbus-http <program-xbus-http>`.
Pipeline
A pipeline defines a path between an emitter, workers and consumers.
It 'matches' incoming envelopes based on the message types they contain.
Contents
--------
.. glossary::
Message
A message is what applications connected to the bus send and receive. A
message must have a type, which can be any alphanumeric string, and a
body that can be anything. A big body will be chunked for transfers.
It is identified by a GUID.
Envelope
An envelope is a container for :term:`messages <Message>`. It can
contain any positive number of messages.
It is identified by a GUID.
Process
-------
.. glossary::
Process
An incoming envelope creates a Process that will track its path within
the bus. The first step of a process is to match a :term:`Pipeline` in
order to known which path should be followed.
Each process has a status, that can be one of :term:`RUNNING`,
:term:`PAUSED`, :term:`DONE` and :term:`ERROR`.
RUNNING
The status of a process that is not yet over. No error has occured, and
some actors still need to work or are working.
PAUSED
The status of a process that has been paused by the operator.
DONE
The status of a process that successfully runned.
ERROR
The status of a process in which an error occured.
This diff is collapsed.
Click to expand it.
source/index.rst
+
1
−
2
View file @
682d8868
...
...
@@ -25,9 +25,10 @@
coding-rules
HISTORY
releasenotes/index
glossary
Indices and tables
==================
...
...
@@ -28,9 +29,7 @@
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment