{"id":18811877,"url":"https://github.com/ralvescosta/gokit","last_synced_at":"2025-04-13T20:31:44.088Z","repository":{"id":43140221,"uuid":"511072982","full_name":"ralvescosta/gokit","owner":"ralvescosta","description":"Golang toolkit. Package to help us in the basic configurations in our applications","archived":false,"fork":false,"pushed_at":"2024-07-20T09:08:36.000Z","size":779,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-20T10:02:08.728Z","etag":null,"topics":["auth0","golang","kafka","logging","opentelemetry","rabbitmq","sql"],"latest_commit_sha":null,"homepage":"","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/ralvescosta.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-06T09:30:09.000Z","updated_at":"2024-06-15T14:40:14.000Z","dependencies_parsed_at":"2023-02-08T20:15:43.356Z","dependency_job_id":"55279cb4-c695-4c86-8299-e76caf324e38","html_url":"https://github.com/ralvescosta/gokit","commit_stats":{"total_commits":360,"total_committers":2,"mean_commits":180.0,"dds":0.002777777777777768,"last_synced_commit":"7f834b03cbb4fd2ef376b7ab9b2858f9d3db5ace"},"previous_names":["ralvescosta/toolkit"],"tags_count":1217,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvescosta%2Fgokit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvescosta%2Fgokit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvescosta%2Fgokit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralvescosta%2Fgokit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralvescosta","download_url":"https://codeload.github.com/ralvescosta/gokit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223604730,"owners_count":17172364,"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":["auth0","golang","kafka","logging","opentelemetry","rabbitmq","sql"],"created_at":"2024-11-07T23:28:14.515Z","updated_at":"2024-11-07T23:28:15.006Z","avatar_url":"https://github.com/ralvescosta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eGokit: Cloud-Native GoLang Toolkit\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ralvescosta/gokit/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://pkg.go.dev/github.com/ralvescosta/gokit\"\u003e\n    \u003cimg src=\"https://godoc.org/github.com/ralvescosta/gokit?status.svg\" alt=\"Go Doc\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/ralvescosta/gokit\"\u003e\n    \u003cimg src=\"https://goreportcard.com/badge/github.com/ralvescosta/gokit\" alt=\"Go Report Card\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nGokit is a comprehensive GoLang toolkit designed to simplify the development of cloud-native applications. It provides a wide range of features and utilities for logging, observability, messaging, database integration, health checks, migrations, and more. Whether you're a seasoned Go developer or just getting started with cloud-native development, Gokit aims to streamline your workflow and enhance the reliability and efficiency of your applications.\n\n[Table of content]()\n\n  - [Features](#features)\n  - [Getting started](#getting-started)\n  - [Documentation](#documentation)\n  - [License](#license)\n  - [Support](#support)\n\n# Features\n\n- **Logging:** Streamline structured logging in your Go applications for improved debugging and monitoring capabilities.\n\n- **OpenTelemetry and Tracing:** Seamlessly integrate with OpenTelemetry to enable distributed tracing and gain insights into your application's performance.\n\n- **OpenTelemetry and Prometheus Metrics:** Integrate with Prometheus to collect and expose application metrics for monitoring and analysis.\n\n- **Messaging:** Support for MQTT and RabbitMQ, simplifying the implementation of messaging patterns in your applications.\n\n- **Database:** Integration with PostgreSQL for efficient data storage and retrieval.\n\n- **Health Checks:** Implement health checks to ensure the reliability of your services and applications.\n\n- **Migrator:** Simplify database schema migrations to manage changes in your data models.\n\n## Getting Started\n\n1- **Installing Linux packages:**  Some crates require some additional packages to work pronely\n\n```bash\nsudo apt install libssl-dev build-essential cmake pkg-config llvm-dev libclang-dev clang libmosquitto-dev sqlite3\n```\n\n2- **Add in our project** To use one of these crates add one of the packages in your project:\n\n```bash\ngo get -u github.com/ralvescosta/gokit/logging\n```\n\n# Documentation\n\nFor detailed documentation and usage examples, please visit our [gokit example repository](https://github.com/ralvescosta/gokit_examples)\n\n# License\n\nRuskit is released under the MIT License. See [LICENSE](https://github.com/ralvescosta/gokit/blob/main/LICENSE) for more details.\n\n# Support\n\nIf you have questions, encounter issues, or want to discuss ideas, please open an issue on the [GitHub Issues](https://github.com/ralvescosta/gokit/issues) page.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralvescosta%2Fgokit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralvescosta%2Fgokit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralvescosta%2Fgokit/lists"}