IBM / kif

A Wikidata-based framework for integrating knowledge sources
https://ibm.github.io/kif/
Apache License 2.0
9 stars 2 forks source link

Store: Add support for explicit pagination #8

Open gflima opened 8 months ago

gflima commented 8 months ago

We could make Store.filter() return a cursor object to allow page-level traversal, handling of errors, etc.