[Feature] Automated stream creation #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a key part of Futureporn's success. In order to be able to get statistics on archive status, we need to know about every stream that has ever happened. In order to do that, we need a combination of automation and crowdsourcing.
This is the plan for automation. Each component does a task which results in maximum data ingestion into the db.
Crawler component
API Component (/streams/new)
Parser components (common)
Scrape & Cache
We need a x_posts database schema so we can cache posts in the db. The db is the source of truth, rather than nitter. This allows nitter to be an ephemeral thing rather than a point of failure (nitter data loss should not cause problems)
Automated stream creationto [Feature] Automated stream creation