XYOracleNetwork/sdk-xyo-client-js

Pagination version of 'all' for archivists

Opened this issue · 1 comments

Should it be a batch helper in the Archivist wrapper?
A new .stream method?

This needs to be further decomposed into:

  • The architecture (how we'll implement it on the Archivist Interface/Module)
  • The implementation by the specific Archivist instances (MongoDB, IndexedDB, Memory, etc.)
  • Utilization by consumers (diviners, likely a completely different & ongoing epic)