{"id":13846498,"url":"https://github.com/puppetlabs/trapperkeeper","last_synced_at":"2025-05-14T03:07:59.722Z","repository":{"id":706909,"uuid":"13941296","full_name":"puppetlabs/trapperkeeper","owner":"puppetlabs","description":"A services framework for Clojure / JVM applications.","archived":false,"fork":false,"pushed_at":"2025-02-04T02:09:53.000Z","size":1161,"stargazers_count":587,"open_issues_count":10,"forks_count":75,"subscribers_count":184,"default_branch":"main","last_synced_at":"2025-04-03T09:05:37.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tickets.puppetlabs.com/browse/TK","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puppetlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-10-28T23:14:43.000Z","updated_at":"2025-03-09T08:15:45.000Z","dependencies_parsed_at":"2023-07-05T15:16:33.751Z","dependency_job_id":"fec2f55e-3e65-4717-b880-179de1c65b1c","html_url":"https://github.com/puppetlabs/trapperkeeper","commit_stats":{"total_commits":708,"total_committers":51,"mean_commits":"13.882352941176471","dds":0.692090395480226,"last_synced_commit":"f5324deb1d07985a0a2a9b296fc781829f1261bf"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Ftrapperkeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Ftrapperkeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Ftrapperkeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Ftrapperkeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puppetlabs","download_url":"https://codeload.github.com/puppetlabs/trapperkeeper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248261932,"owners_count":21074225,"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","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-08-04T18:00:35.776Z","updated_at":"2025-04-10T17:18:53.174Z","avatar_url":"https://github.com/puppetlabs.png","language":"Clojure","funding_links":[],"categories":["Clojure"],"sub_categories":[],"readme":"\u003cimg src=\"http://images4.fanpop.com/image/photos/21500000/4x12-Trapper-Keeper-south-park-21568387-720-540.jpg\"\n alt=\"Trapperkeeper logo\" title=\"hold it\" align=\"right\" height=\"300px\" /\u003e\n\n# Trapperkeeper\n\n[![Build Status](https://travis-ci.org/puppetlabs/trapperkeeper.png?branch=master)](https://travis-ci.org/puppetlabs/trapperkeeper)\n\nTrapperkeeper is a Clojure framework for hosting long-running applications and services.\nYou can think of it as a sort of \"binder\" for Ring applications and other modular bits of Clojure code.\n\n## Installation\n\nAdd the following dependency to your `project.clj` file:\n\n[![Clojars Project](http://clojars.org/puppetlabs/trapperkeeper/latest-version.svg)](http://clojars.org/puppetlabs/trapperkeeper)\n\n## Community\n\n* Bug reports and feature requests: you can submit a Github issue, but we use [JIRA](https://tickets.puppetlabs.com/browse/TK) as our main issue tracker.\n* freenode: #trapperkeeper\n* [![Join the chat at https://gitter.im/puppetlabs/trapperkeeper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/puppetlabs/trapperkeeper?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\n\n## Documentation\n\nYou can find a quick-start, example code, and lots and lots of documentation in our:\n\n* [Documentation](documentation/Index.md)\n\n## Lein Template\n\nA Leiningen template is available that shows a suggested project structure:\n\n    lein new trapperkeeper my.namespace/myproject\n    \nOnce you've created a project from the template, you can run it via the lein alias:\n\n    lein tk\n\nNote that the template is not intended to suggest a specific namespace organization;\nit's just intended to show you how to write a service, a web service, and tests\nfor each.\n\n## Related Projects\n\nHere are some additional projects that provide Trapperkeeper services, and\nother related functionality:\n\n* [trapperkeeper-webserver-jetty9](https://github.com/puppetlabs/trapperkeeper-webserver-jetty9): a Jetty9-based webserver for use with TK applications\n* [trapperkeeper-rpc](https://github.com/puppetlabs/trapperkeeper-rpc): a TK service that allows you to easily build a way to call remote TK services over RPC\n* [trapperkeeper-metrics](https://github.com/puppetlabs/trapperkeeper-metrics): a TK service that manages the life cycle of a [MetricRegistry](https://github.com/dropwizard/metrics), so that all of your TK services can register metrics with a common configuration syntax.\n* [trapperkeeper-comidi-metrics](https://github.com/puppetlabs/trapperkeeper-comidi-metrics): a TK utility library that provides middleware to automatically generate metrics for all requests to each of your bidi/comidi HTTP routes.\n* [trapperkeeper-status](https://github.com/puppetlabs/trapperkeeper-status): a TK service that provides a mechanism for registering status callbacks for all of your other TK services, and web API for requesting status information about the entire TK system.\n* [trapperkeeper-scheduler](https://github.com/puppetlabs/trapperkeeper-scheduler): a TK service that provides an API for scheduling periodic background tasks\n\n## License\n\nCopyright © 2013 Puppet Labs\n\nDistributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n## Support\n\nPlease log tickets and issues at our [JIRA tracker](https://tickets.puppetlabs.com/browse/TK).\nThere is also a #trapperkeeper channel on Freenode as well as [![Join the chat at https://gitter.im/puppetlabs/trapperkeeper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/puppetlabs/trapperkeeper?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Ftrapperkeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuppetlabs%2Ftrapperkeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Ftrapperkeeper/lists"}