Crate floria

Crate floria 

Source
Expand description

Floria is a data system for cloud orchestration.

It consists of a data model (data-driven) integrated with a plugin execution mechanism (event-driven), which has first-class support for Wasm.

For a Floria-based orchestrator, see Khutulun.

For a TOSCA frontend for Floria, see Puccini.

For more information and usage examples see the home page.

Modules§

pluginsplugins
Plugins.

Structs§

Call
Call.
Class
Class.
DepictClass
Depict class.
DepictEdge
Depict edge.
DepictEdgeTemplate
Depict edge template.
DepictFloriaErrors
Depict FloriaErrors.
DepictProperty
Depict property.
DepictVertex
Depict vertex.
DepictVertexTemplate
Depict vertex template.
Directory
Directory.
Edge
Edge.
EdgeTemplate
Edge template.
EventHandler
Event handler.
ID
ID.
InMemoryStore
In-memory store.
InMemoryStoreBackend
In-memory store backend.
Instance
Instance.
InvalidValueError
Invalid value error.
Propagation
Propagation.
Property
Property.
StoreWrapper
Store wrapper.
Template
Template.
Vertex
Vertex.
VertexFinder
Vertex finder.
VertexTemplate
Vertex template.

Enums§

CallKind
Call kind.
EntityKind
Entity kind.
Expression
Expression.
FloriaError
Floria error.
StoreError
Store error.
VertexSelector
Vertex selector.

Traits§

FloriaErrors
Floria errors.
Store
Thread-safe access to a Floria store.
StoreUtilities
Utilities for Store.
ToStoreRef
To store reference.

Functions§

classes_into_expression
Classes into expression.
depict_classes
Depict classes.
depict_id
Depict ID.
depict_metadata
Depict metadata.
depict_properties
Depict properties.
displays_into_expressions
Displays into expressions.
metadata_into_expression
Metadata into expression.
properties_into_expression
Properties into expression.

Type Aliases§

Metadata
Metadata.
StoreRef
Common reference type for Store.