Package svcs
source code
Services, cores, and support.
A Service is something that receives some sort of structured data
(typically, a nevow context), processes it into input data using a
grammar (default is the ContextGrammar), pipes it through a core to
receive a data set and optionally tinkers with that data set.
A core receives a data set, processes it, and returns another data
set.
Support code is in common. Most importantly, this is QueryMeta, a
data structure carrying lots of information on the query being
processed.
|
__package__ = ' gavo.svcs '
|