{"id":29788089,"url":"https://github.com/passeriform/godwit-daemon","last_synced_at":"2025-07-27T20:12:04.768Z","repository":{"id":62439638,"uuid":"266239337","full_name":"Passeriform/GodWit-Daemon","owner":"Passeriform","description":"A daemon servicing tracking for GodWit Suite","archived":false,"fork":false,"pushed_at":"2020-10-14T12:22:14.000Z","size":926,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T08:19:14.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Passeriform.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}},"created_at":"2020-05-23T01:16:33.000Z","updated_at":"2021-01-09T16:28:48.000Z","dependencies_parsed_at":"2022-11-01T22:15:48.462Z","dependency_job_id":null,"html_url":"https://github.com/Passeriform/GodWit-Daemon","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Passeriform/GodWit-Daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FGodWit-Daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FGodWit-Daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FGodWit-Daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FGodWit-Daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Passeriform","download_url":"https://codeload.github.com/Passeriform/GodWit-Daemon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FGodWit-Daemon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267417664,"owners_count":24083839,"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-27T02:00:11.917Z","response_time":82,"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":"2025-07-27T20:11:49.943Z","updated_at":"2025-07-27T20:12:04.736Z","avatar_url":"https://github.com/Passeriform.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GodWit Daemon\n\n[![crate](https://img.shields.io/crates/v/godwit-daemon)](https://crates.io/crates/godwit-daemon)\n[![docs](https://docs.rs/godwit-daemon/badge.svg)](https://docs.rs/godwit-daemon)\n[![build](https://travis-ci.org/Passeriform/GodWit-Daemon.svg?branch=master)](https://travis-ci.org/Passeriform/GodWit-Daemon)\n[![codecov](https://codecov.io/gh/Passeriform/GodWit-Daemon/branch/master/graph/badge.svg)](https://codecov.io/gh/Passeriform/GodWit-Daemon)\n[![maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Passeriform/GodWit-Daemon/graphs/commit-activity)\n\n[![homepage](https://img.shields.io/website-up-down-green-red/http/passeriform.com.svg?label=Passeriform)](http://www.passeriform.com/prod/GodWit/daemon)\n[![repo](https://img.shields.io/badge/github-GodWit--Daemon-blue?logo=github)](https://github.com/Passeriform/GodWit-Daemon)\n\nA daemon runner for [GodWit](https://github.com/Passeriform/GodWit).\n\nGodwit-daemon is a runner for managing godwit processes. This utility is implicitly\nused by godwit itself. The utility is exposed for developers/power-users to create\ntheir own projects, but for a normal user something better might already exist on\nthe godwit command itself as a plugin.\n\nFor developers, this utility should be considered as a *crucial botch*. A project\nmade using this utility is also recommended to have a plugin-like front usable by\ngodwit. The intention is to keep godwit as a *complete* cover over the daemon.\n\nThe \"daemon\" etymology does not represent daemons in conventional sense. The utility\nconsiders any process running on managed thread as a daemon. Unlike daemons though,\nthe runner never detaches/loses focus of the process at hand. Thus, it's better to\nlook at the utility itself as a daemon, which doesn't follow written states like\ngodwit.\n\n\n## Install\n[![release](https://img.shields.io/github/release/Passeriform/GodWit-Daemon.svg)](https://github.com/Passeriform/GodWit-Daemon/releases/)\n[![aur](https://img.shields.io/aur/version/godwit-daemon)](https://aur.archlinux.org/packages/godwit-daemon)\n[![debian](https://img.shields.io/debian/v/godwit-daemon)](https://packages.debian.org/unstable/utils/godwit-daemon)\n[![homebrew](https://img.shields.io/homebrew/v/godwit-daemon)](https://formulae.brew.sh/formula/godwit-daemon)\n\nThe daemon is bundled with GodWit and can be installed as a dependency. If only the daemon is required, it is alse available on AUR and PPA repositories as a separate package.\n\nSimply install it using\n```bash\n$ yay -Syu godwit-daemon\n```\nOR\n```bash\n$ sudo add-apt-repository ppa:passeriform/ppa\n$ sudo apt update\n$ sudo apt install godwit-daemon\n```\n\n## Use\nStart by creating a new tracer.\n\n```bash\n$ godwit-daemon new trace \u003capplication\u003e\n```\n\nTo store the trace to log.\n\n```bash\n$ godwit-daemon new trace \u003capplication\u003e \u003e my.trace\n```\n\nTo run process through trace pruning.\n```bash\n# The file my.trace will continuously update as steps are pruned.\n$ godwit-daemon regress trace \u003capplication\u003e\n \u003e my.trace\n```\n\nTo kill all associated nodes and drop resources.\n```bash\n$ godwit-daemon die\n```\n\n## Contributing\n[![issues](https://img.shields.io/github/issues/Passeriform/GodWit-Daemon.svg)](https://gitHub.com/Passeriform/GodWit-Daemon/issues/)\n[![pull-requests](https://img.shields.io/github/issues-pr/Passeriform/GodWit-Daemon)](https://github.com/Passeriform/GodWit-Daemon/pulls)\n\nIf you want to contribute, start by cloning this repository.\n```bash\n    git clone https://github.com/Passeriform/GodWit-Daemon Godwit-Daemon\n```\nCheckout to a new branch.\n```bash\n    # Use kebab-case categorization format.\n\n\n    # Ex: A new feature.\n    git checkout feature-\u003cfeature\u003e\n\n    # Ex: A bugfix.\n    git checkout bugfix-\u003cbug\u003e\n\n    # Ex: A meta update.\n    git checkout meta-\u003ctitle\u003e\n\n    # Ex: A documentation update.\n    git checkout docs-\u003ctitle\u003e\n\n    # Ex: A CI update.\n    git checkout ci-\u003ctitle\u003e\n\n```\nDo your thing...\n\n```bash\nCode up\n```\n**Squash commits** and issue a PR at\n[https://github.com/Passeriform/GodWit-Daemon](https://github.com/Passeriform/GodWit-Daemon)\n\n## License\n![license](https://img.shields.io/crates/l/godwit-daemon)\n\nLicensed under either of\n\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n\nat your option.\n\n### Credition\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasseriform%2Fgodwit-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpasseriform%2Fgodwit-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasseriform%2Fgodwit-daemon/lists"}