CITYdata
CITYdata is a middleware that enables users to perform operations on data from various sources via the use of the following abstractions:
Producer: connects to data sources and fetches data
Operation: describes transformations to be performed on producer outputs (data)
Runner: calls a series of producers, executes a series of operations on the producer’s outputs, and then outputs the resulting data
For more information, please check the Architecture and References pages. Tutorials will be included soon.
Contents