knightcrawler-stremio / knightcrawler

A selfhosted Stremio addon
Apache License 2.0
314 stars 44 forks source link

init ingest torrents from annatar #157

Closed 36-chambers closed 8 months ago

36-chambers commented 8 months ago

Need to verify with @iPromKnight if this is okay to insert into the table directly

iPromKnight commented 8 months ago

It should be fine to write directly to the db. We don't really follow a proper CQRS pattern. That's what the crawlers all do. They run in parallel and write to ingested. It's just one big outbox 😃