https://github.com/zriyansh/pipelines-and-channels
https://github.com/zriyansh/pipelines-and-channels
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zriyansh/pipelines-and-channels
- Owner: zriyansh
- Created: 2022-01-28T18:54:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T18:56:02.000Z (over 4 years ago)
- Last Synced: 2024-12-29T21:30:00.235Z (over 1 year ago)
- Language: Go
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.