{"id":38668713,"url":"https://github.com/cjgdev/gorymartini","last_synced_at":"2026-01-17T09:52:39.391Z","repository":{"id":18238773,"uuid":"21385251","full_name":"cjgdev/gorymartini","owner":"cjgdev","description":"Riemann middleware for martini framework","archived":false,"fork":false,"pushed_at":"2014-07-01T13:01:38.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T14:03:29.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cjgdev.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}},"created_at":"2014-07-01T11:28:29.000Z","updated_at":"2024-06-21T14:03:29.075Z","dependencies_parsed_at":"2022-08-04T23:30:25.968Z","dependency_job_id":null,"html_url":"https://github.com/cjgdev/gorymartini","commit_stats":null,"previous_names":["blockchaindev/gorymartini"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cjgdev/gorymartini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fgorymartini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fgorymartini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fgorymartini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fgorymartini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjgdev","download_url":"https://codeload.github.com/cjgdev/gorymartini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjgdev%2Fgorymartini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: 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":"2026-01-17T09:52:38.672Z","updated_at":"2026-01-17T09:52:39.376Z","avatar_url":"https://github.com/cjgdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoryMartini\n\n[Riemann](https://github.com/aphyr/riemann) middleware for martini framework.\n\nLogs the following information:\n* The time the request took\n* The http status code\n* The requested path\n\n## Installation\n\nTo install the package for use in your own programs:\n\n```\ngo get github.com/bigdatadev/goryman\ngo get github.com/bigdatadev/gorymartini\n```\n\n## Getting Started\n\nFirst we'll need to import the library:\n\n```go\nimport (\n    \"github.com/bigdatadev/goryman\"\n    \"github.com/bigdatadev/gorymartini\"\n\t\"github.com/go-martini/martini\"\n)\n```\n\nNext we'll need to create the client and martini handler:\n\n```go\nc, h := gorymartini.NewGoryMartini(\"localhost:5555\")\nerr := c.Connect()\nif c == nil || h == nil {\n    panic(err)\n}\n```\n\nDon't forget to close the client connection when you're done:\n\n```go\ndefer c.Close()\n```\n\nNow we simply need to use the handler:\n\n```go\nm := martini.New()\n// ...\nm.Use(h)\nm.Run()\n```\n\n## Contributing\n\nJust send me a pull request. Please take a look at the project issues and see how you can help. Here are some tips:\n- please add more tests.\n- please check your syntax.\n\n## Author\n\nChristopher Gilbert\n\n* Web: [http://cjgilbert.me](http://cjgilbert.me)\n* Twitter: [@bigdatadev](https://twitter.com/bigdatadev)\n* Linkedin: [/in/christophergilbert](https://www.linkedin.com/in/christophergilbert)\n\n## Copyright\n\nSee [LICENSE](LICENSE) document","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjgdev%2Fgorymartini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjgdev%2Fgorymartini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjgdev%2Fgorymartini/lists"}