AvocadoMoon / CTEventScraper

Web scrapers that gather events from sites which publish them, and then upload them to a mobilizon instance. Currently used by CTGrassRoots
https://ctgrassroots.org/
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

DB Schema For Events Uploaded #2

Closed AvocadoMoon closed 4 months ago

AvocadoMoon commented 5 months ago

Problem

Way to keep track of what events have been uploaded to the website.

Solution

SQLite DB that acts as a cache for all events uploaded within a certain time period. The current schema will be as follows:

Future Task: Add some code that reads the Mobilizon DB and ensures uploaded events cache is accurate regarding the last post.

AvocadoMoon commented 4 months ago

Implemented the cache DB