Curated media catalog for Chompy. Contains SQL export files that Chompy instances pull to stay current.
catalog/
catalog.sql <- Full catalog (INSERT OR REPLACE, idempotent)
manifest.json <- Version metadata for update checking
- cmdb-admin (
~/dev/cmdb-admin) manages the catalog database — imports from TMDB, generates embeddings, curates content - Running
rake cmdb:publishexports the catalog and commits it here on astagingbranch - After testing locally against a Chompy instance, merge
staging→mainto make it live - Chompy instances poll
mainfor updates (every 6 hours or manual trigger)
Raw URL for update checking:
https://raw.githubusercontent.com/ChompyAI/CMDB/main/manifest.json
https://raw.githubusercontent.com/ChompyAI/CMDB/main/catalog/catalog.sql
main— Live catalog. Chompy instances pull from here.staging— Pending updates. Test locally before merging to main.