Snipd Downloader
Podcast snippet downloader
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | snipd-downloader-wui.wasmserver.com | snipd-downloader-wui.jar | danger_jarfile |
| url | url://snipd-downloader/ | snipd-downloader-service-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| snipd-downloader | other | Podcast snippet downloader |
Depends on
Snipd APIContainerNursery— backend hostingCloud Run— frontend hosting
Documentation Edit this page
Snipd Downloader
Podcast snippet downloader service.
Description
Downloads podcast snippets from Snipd. Provides both a web UI for interactive snippet downloading and a backend API for programmatic access.
Architecture
Standard layered architecture:
- WUI layer (
snipd-downloader-wui.jar): Web frontend hosted on ContainerNursery (danger_jarfile), provides a browser-based interface for downloading podcast snippets. - Server layer (
snipd-downloader-service-server.jar): Backend service on ContainerNursery, handles Snipd API interaction and snippet downloading over the url:// protocol.
Deployment
- Frontend: Deployed as
snipd-downloader-wui.jaron ContainerNursery atsnipd-downloader-wui.wasmserver.com. - Backend: Deployed as
snipd-downloader-service-server.jaron ContainerNursery aturl://snipd-downloader/.
Health Checks
- HTTPS health check at
snipd-downloader-wui.wasmserver.com - Standard url:// protocol health checks for the backend.
Notes
- The WUI communicates with the backend server over the url:// protocol.
Read at commit 45ba0b30ed3b