You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andreas edited this page Nov 18, 2024
·
1 revision
GitHub Actions manage the scheduling of cron jobs across the data infrastructure. The process begins with data collection (scraper), followed by data processing (summarizer) and automated topics extraction and vector embeddings (llm-fine-tuning). All workflows are documented in their respective project README files.
Daily Processes (UTC)
00:00 – Scrape mailing lists and Delving Bitcoin (scraper)
00:30 – Update author synonyms (scraper)
01:00 – Generate summaries and XML (summarizer)
02:00 – Push summaries to Elasticsearch (summarizer)
02:30 – Push combined summaries to Elasticsearch (summarizer)
The Bitcoin Transcripts workflow is covered for completeness in the bottom left of the diagram. A detailed breakdown of its workflow is available here.