knightcrawler-stremio / knightcrawler

A selfhosted Stremio addon
Apache License 2.0
228 stars 39 forks source link

init ingest torrents from annatar #157

Closed RohirrimRider closed 3 months ago

RohirrimRider commented 3 months ago

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

iPromKnight commented 3 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 😃