An open API service indexing awesome lists of open source software.

https://github.com/zriyansh/pipelines-and-channels


https://github.com/zriyansh/pipelines-and-channels

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# pipelines-and-channels

This is an implementation of pipelining and using channels to pass message.

Data of an Airport is taken here and we calculate the wind direction at that very airport using METAR data and finally see which direction sees a lot of wind.

Also, this can be referred as a small example of data mining.