tideland/gocells

Create example package

themue opened this issue · 6 comments

  • Own package example
  • Creates according binary
  • Has to receive data from a stream, e.g. Twitter or crypto coins
  • Does according analysis, e.g. based on keywords, rates, changes in value
  • Logs alerts, special values, etc. on the screen
  • MarketCap rating isn't useful
  • Calculate average PercentChange1h to observe current market
  • Filter all coins for better than average performing ordered by performance
  • tbc
  • Discovered bad queue implementation
  • Unable to handle high loads of events
  • Fixed it 😄
  • Needs #35 for next step

Trade analysis is not my business, will move to a different area. E.g. GitHub provides lots of data.

Even better data source: https://github.com/datasets.

Here the data is in different CSV files. Multiple readers would read and emit them based on the date (one cell e.g. emits a tick each second which for each subscriber means one day).