PyF.Services¶
PyF Services is a layer using all the other parts of PyF to provide a web service around data management, events, and data flow designing and scheduling.
Note
Let’s see some vocabulary around pyf.services :
Data processes are called Tubes, that can have Layers applied to them. When you launch a tube, an Event is created. Tubes can be scheduled, and designed with the visual designer. When files have to be processed, Descriptors are used with Dispatchs to link them to a tube.
Data Model¶
This section is a work in progress, sorry.
pyf.elevator HTTP Connector¶
You can manage your PyF Services instance via an http connector using the Rest API.