cldellow / datasette-scraper

Add website scraping abilities to Datasette
Apache License 2.0
60 stars 1 forks source link

be able to train dictionaries automatically #44

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

maybe-bad-idea: the seeder process could also train dictionaries.

...maybe the seeder process needs to be rejigged? atm it's based on message passing, but perhaps it should just busy wait on database tables

cldellow commented 1 year ago

Huh, sqlite supports a callback on row change: https://www.sqlite.org/c3ref/update_hook.html

Doesn't look like sqlite3 supports it though. :(