15 lines
682 B
Markdown
15 lines
682 B
Markdown
|
|
Fluid interfaces is a framework to establish a dynamic adaptive interface between services
|
||
|
|
that integrates self healing and self optimization based on interface telemetrie.
|
||
|
|
|
||
|
|
FLUID stands for FlowUtilizingInterfaceDaemon.
|
||
|
|
|
||
|
|
The idea is about having an actively developing interface that learns and evolves from mesuring
|
||
|
|
interface usage and responsibility.
|
||
|
|
|
||
|
|
The interface can implent REST, GRAPH or other API flavors and functions as a classic deterministic
|
||
|
|
API but on error or detection of missing functionality can trigger AI review, planning of the missing
|
||
|
|
endpoints or endpoint extensions connecting them to backend implementation or even requesting new
|
||
|
|
backend implementation.
|
||
|
|
|
||
|
|
|