vitalybibikov/HashtagAggregator

Implement paging in HashtagAggregator

vitalybibikov opened this issue · 0 comments

Currently it's only possible to load all the messages in the database as a single piece.

It must be possible to load messages by pages and/or since date.

  • Investigate possible solutions for paging (Consider usage of OData.)
  • Investigate solutions for caching of results
  • Implementation