out-of-cheese-error / gooseberry

A command line utility to generate a knowledge base from Hypothesis annotations
Apache License 2.0
152 stars 9 forks source link

Store annotations locally #99

Closed Ninjani closed 2 years ago

Ninjani commented 2 years ago

Stores annotations in local sled database using CBOR format so that search, view, uri, make and index commands can be run offline without queries to the Hypothesis API.

Closes #76