{"id":20697915,"url":"https://github.com/fly-apps/django-dictaphone","last_synced_at":"2026-04-22T19:35:13.763Z","repository":{"id":254894527,"uuid":"844538637","full_name":"fly-apps/django-dictaphone","owner":"fly-apps","description":"A sample MDN Web Docs app that records audio snippets, with an Django/Tigris backend. ","archived":false,"fork":false,"pushed_at":"2024-08-27T14:58:17.000Z","size":59,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-11T02:51:49.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fly-apps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T13:15:11.000Z","updated_at":"2025-01-21T04:13:11.000Z","dependencies_parsed_at":"2024-08-26T21:27:07.284Z","dependency_job_id":"bf8f903a-6e8e-4ebb-978c-f53b7ff5759a","html_url":"https://github.com/fly-apps/django-dictaphone","commit_stats":null,"previous_names":["fly-apps/django-dictaphone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fly-apps/django-dictaphone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fdjango-dictaphone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fdjango-dictaphone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fdjango-dictaphone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fdjango-dictaphone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fly-apps","download_url":"https://codeload.github.com/fly-apps/django-dictaphone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Fdjango-dictaphone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32152601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T00:20:38.661Z","updated_at":"2026-04-22T19:35:13.738Z","avatar_url":"https://github.com/fly-apps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Web Dictaphone](http://todomvc.com), adapted for [fly.io](https://fly.io/)\n\nThis is a fork of [mdn/dom-examples/media/web-dictaphone](https://github.com/mdn/dom-examples/tree/main/media/web-dictaphone#readme), with the following additions:\n\n * \u003ca href=\"https://docs.djangoproject.com/en/5.1/topics/db/\"\u003eDjango Models and Databases\u003c/a\u003e with a \u003ca href=\"https://www.postgresql.org/\"\u003ePostgreSQL\u003c/a\u003e database to persist an ordered list of clips\n* \u003ca href=\"https://django-storages.readthedocs.io/en/latest/\"\u003eDjango Storages\u003c/a\u003e with a \u003ca href=\"https://www.tigrisdata.com/\"\u003eTigris\u003c/a\u003e bucket for storing audio files\n* \u003ca href=\"https://channels.readthedocs.io/en/latest/\"\u003eDjango Channels\u003c/a\u003e with \u003ca href=\"https://upstash.com/\"\u003eUpstash Redis\u003c/a\u003e db and \u003ca href=\"https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API\"\u003eWebSockets\u003c/a\u003e for broadcasting updates\u003c/a\u003e\n\nWith these changes multiple replicas of this application can be deployed, even in multiple regions.\n\n \u003cp\u003eWhen \u003ccode\u003eWHISPER_URL\u003c/code\u003e is set:\u003c/p\u003e\n\n\u003cul\u003e\n  \u003cli\u003eClips that are stored in S3 Tigris will be sent to the \u003ca href=\"https://github.com/rubys/cog-whisper/?tab=readme-ov-file#whisper-on-fly-gpus\"\u003eCog Whisper\u003c/a\u003e application for transcription.\u003c/li\u003e\n  \u003cli\u003eTranscription results will be stored in the PostgreSQL database.\u003c/li\u003e\n  \u003cli\u003eDatabase updates will be broadcast to all connected clients.\u003c/li\u003e\n\u003c/ul\u003e\n\n\n# Deployment\n\nIn an empty directory, run:\n\n```\nfly launch --from https://github.com/fly-apps/django-dictaphone.git\n```\n\nIf you visit this application, you will see a standard web dictaphone example.\n\nTo create additional machines in other regions, run:\n\n```\nfly scale count 3 --region dfw,waw,syd\n```\n\nNote: By default, all machines will be configured to [automatically stop and start](https://fly.io/docs/apps/autostart-stop/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Fdjango-dictaphone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffly-apps%2Fdjango-dictaphone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Fdjango-dictaphone/lists"}