Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create example package #30

Open
themue opened this issue Jul 27, 2017 · 6 comments
Open

Create example package #30

themue opened this issue Jul 27, 2017 · 6 comments

Comments

@themue
Copy link
Member

themue commented Jul 27, 2017

  • 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
@themue themue added this to the v6.0.0 milestone Jul 27, 2017
@themue themue self-assigned this Jul 27, 2017
@themue
Copy link
Member Author

themue commented Jul 27, 2017

@themue
Copy link
Member Author

themue commented Aug 3, 2017

  • MarketCap rating isn't useful
  • Calculate average PercentChange1h to observe current market
  • Filter all coins for better than average performing ordered by performance
  • tbc

@themue
Copy link
Member Author

themue commented Aug 15, 2017

  • Discovered bad queue implementation
  • Unable to handle high loads of events
  • Fixed it 😄

@themue
Copy link
Member Author

themue commented Aug 20, 2017

@themue
Copy link
Member Author

themue commented Sep 10, 2017

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

@themue
Copy link
Member Author

themue commented Sep 10, 2017

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant