Difference between revisions of "Data Flow"

From PKC
Jump to navigation Jump to search
m (1 revision imported)
Line 1: Line 1:
Since Data can be thought of as Page, File, or Services, we will explain how to use this generalized abstraction to manage data workflows:
=PageFlow=
[[PKC]] is designed as a symmetric data container to enable convenient deployment and operation of data workflow. Another way to think about the [[PKC]] is how it uses web pages to connect data, therefore, one can think of it as [[PageFlow]].
[[PKC]] is designed as a symmetric data container to enable convenient deployment and operation of data workflow. Another way to think about the [[PKC]] is how it uses web pages to connect data, therefore, one can think of it as [[PageFlow]].
=FileFlow=
Once a image, video, sound file, or a file that represents the compressed data in a directory structure, the entire file is thought of as a unit of abstraction, to be submitted in a [[FileFlow]].
=ServiceFlow=
To manage a distributed system, services are given unique names in a network environment, so that every computing service can be identified in a [[ServiceFlow]].

Revision as of 09:04, 27 August 2021

Since Data can be thought of as Page, File, or Services, we will explain how to use this generalized abstraction to manage data workflows:

PageFlow

PKC is designed as a symmetric data container to enable convenient deployment and operation of data workflow. Another way to think about the PKC is how it uses web pages to connect data, therefore, one can think of it as PageFlow.

FileFlow

Once a image, video, sound file, or a file that represents the compressed data in a directory structure, the entire file is thought of as a unit of abstraction, to be submitted in a FileFlow.

ServiceFlow

To manage a distributed system, services are given unique names in a network environment, so that every computing service can be identified in a ServiceFlow.