{"id":17685582,"url":"https://github.com/cmpadden/dagster-essentials-capstone","last_synced_at":"2025-07-21T18:31:13.059Z","repository":{"id":209247774,"uuid":"720893302","full_name":"cmpadden/dagster-essentials-capstone","owner":"cmpadden","description":"Dagster Essentials Capstone Project - Letterboxd Movie Summary","archived":false,"fork":false,"pushed_at":"2023-11-25T01:44:19.000Z","size":40,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T10:22:47.606Z","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/cmpadden.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":"2023-11-19T22:43:41.000Z","updated_at":"2024-12-07T14:57:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"15ab576d-d7c9-4e45-801f-859bf8f6d0f3","html_url":"https://github.com/cmpadden/dagster-essentials-capstone","commit_stats":null,"previous_names":["cmpadden/dagster-essentials-capstone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmpadden/dagster-essentials-capstone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fdagster-essentials-capstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fdagster-essentials-capstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fdagster-essentials-capstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fdagster-essentials-capstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmpadden","download_url":"https://codeload.github.com/cmpadden/dagster-essentials-capstone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpadden%2Fdagster-essentials-capstone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266352505,"owners_count":23915764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-24T10:28:19.629Z","updated_at":"2025-07-21T18:31:13.023Z","avatar_url":"https://github.com/cmpadden.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dagster Essentials Capstone - Movie Summaries\n\nCollect movie metadata from Letterbox and OpenSubtitles, and generate a full movie\nsummarization with the power of LLMs and LangChain. \n\n## Getting started\n\nFirst, install your Dagster code location as a Python package. By using the --editable flag, pip will install your Python package in [\"editable mode\"](https://pip.pypa.io/en/latest/topics/local-project-installs/#editable-installs) so that as you develop, local code changes will automatically apply.\n\n```bash\npip install -e \".[dev]\"\n```\n\nThen, start the Dagster UI web server:\n\n```bash\ndagster dev\n```\n\nOpen http://localhost:3000 with your browser to see the project.\n\nYou can start writing assets in `dagster_essentials_capstone/assets.py`. The assets are automatically loaded into the Dagster code location as you define them.\n\n## Development\n\n\n### Adding new Python dependencies\n\nYou can specify new Python dependencies in `setup.py`.\n\n### Unit testing\n\nTests are in the `dagster_essentials_capstone_tests` directory and you can run tests using `pytest`:\n\n```bash\npytest dagster_essentials_capstone_tests\n```\n\n### Schedules and sensors\n\nIf you want to enable Dagster [Schedules](https://docs.dagster.io/concepts/partitions-schedules-sensors/schedules) or [Sensors](https://docs.dagster.io/concepts/partitions-schedules-sensors/sensors) for your jobs, the [Dagster Daemon](https://docs.dagster.io/deployment/dagster-daemon) process must be running. This is done automatically when you run `dagster dev`.\n\nOnce your Dagster Daemon is running, you can start turning on schedules and sensors for your jobs.\n\n### Exploring DuckDB\n\nUsing the DuckDB CLI, it is possible to easily explore the contents of the local DuckDB\nby running the command:\n\n```sh\nduckdb data/data.duckdb\n```\n\n## Deploy on Dagster Cloud\n\nThe easiest way to deploy your Dagster project is to use Dagster Cloud.\n\nCheck out the [Dagster Cloud Documentation](https://docs.dagster.cloud) to learn more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpadden%2Fdagster-essentials-capstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmpadden%2Fdagster-essentials-capstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpadden%2Fdagster-essentials-capstone/lists"}