{"id":19085464,"url":"https://github.com/kit-ipe/timeds","last_synced_at":"2026-06-04T16:32:06.558Z","repository":{"id":83662857,"uuid":"233878103","full_name":"kit-ipe/timeds","owner":"kit-ipe","description":"Replicate insert-only tables, update-tables with recreation, and views","archived":false,"fork":false,"pushed_at":"2024-05-21T19:34:43.000Z","size":101,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T06:44:22.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kit-ipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-01-14T15:54:44.000Z","updated_at":"2024-05-22T16:43:46.000Z","dependencies_parsed_at":"2023-04-03T10:16:01.348Z","dependency_job_id":null,"html_url":"https://github.com/kit-ipe/timeds","commit_stats":null,"previous_names":["kit-ipe/timeds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kit-ipe/timeds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-ipe%2Ftimeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-ipe%2Ftimeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-ipe%2Ftimeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-ipe%2Ftimeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kit-ipe","download_url":"https://codeload.github.com/kit-ipe/timeds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-ipe%2Ftimeds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33914546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-11-09T02:56:04.341Z","updated_at":"2026-06-04T16:32:06.531Z","avatar_url":"https://github.com/kit-ipe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# timeds\n\nReplicates insert-only tables, views and dynamic tables (through table recreation).\n\n## Requirements\n\n- Python 3.5\n\n### Python Packages\n\n- SQLAlchemy\n- sqlalchemy-utils\n- sqlalchemy-views\n- pid\n- pymysql\n\n### Source2Image\n\nEnvironment variables:\n\n- `CONFIG_FILE` (required). Path to configuration file\n- `SLEEP_TIME` (required). Sleep time in seconds between iteration and another\n\n## Config File\n\n```json\n{\n    \"replication_scheme_name\": {\n        \"source\": {\n            \"host\": string,\n            \"port\": int,\n            \"driver\": \"mysql\",\n            \"username\": string,\n            \"password\": string,\n        },\n        \"target\": {\n            \"host\": string,\n            \"port\": int,\n            \"driver\": \"mysql\",\n            \"username\": string,\n            \"password\": string,\n        },\n        \"databases\": [{\n            \"source\": regex,\n            \"target\"?: string,\n            \"naming_strategy\"?: \"replace\" | \"exact\" | \"original\",\n            \"exclude_tables\"?: regex,\n            \"include_tables\"?: regex,\n            \"dynamic_tables\"?: regex\n        }],\n        \"batch_size\"?: 100000\n    },\n    \"replication_scheme_name\": { ... }\n}\n```\n\n## Notes\n\n- Do not forget to set dynamic tables in `dynamic_tables` or `exclude_tables` to prevent replicating them on automatic replication runs\n- Use `--only-dynamic-and-views` or `-d` to replicate dynamic views on a manual fashion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkit-ipe%2Ftimeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkit-ipe%2Ftimeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkit-ipe%2Ftimeds/lists"}