{"id":15790353,"url":"https://github.com/thomascode92/mailing-list-service","last_synced_at":"2026-04-18T12:03:48.899Z","repository":{"id":136921612,"uuid":"584734501","full_name":"ThomasCode92/mailing-list-service","owner":"ThomasCode92","description":"Simple services to store emails in a (SQLite)  database! JSON \u0026 gRPC services written in GO!","archived":false,"fork":false,"pushed_at":"2023-01-06T12:09:46.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T13:42:33.614Z","etag":null,"topics":["go","golang","grpc-api","json-api","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ThomasCode92.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-03T11:34:12.000Z","updated_at":"2024-08-05T14:46:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"55ec3f1f-bea3-4b5d-80c9-310eb86174c2","html_url":"https://github.com/ThomasCode92/mailing-list-service","commit_stats":null,"previous_names":["thomascode92/mailing-list-service"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThomasCode92/mailing-list-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fmailing-list-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fmailing-list-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fmailing-list-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fmailing-list-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasCode92","download_url":"https://codeload.github.com/ThomasCode92/mailing-list-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fmailing-list-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005039,"owners_count":26083827,"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-10-10T02:00:06.843Z","response_time":62,"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":["go","golang","grpc-api","json-api","sqlite"],"created_at":"2024-10-04T22:21:03.973Z","updated_at":"2025-10-10T19:13:24.523Z","avatar_url":"https://github.com/ThomasCode92.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MailingList Microservice\n\nThis application, a Mailing list service, is written in [Go](https://go.dev/) and it utilizes some of Go's advanced features (like Goroutines, WaitGroups, ...)!\u003cbr /\u003e\nIt is a project of the _[Go Programming: The Complete Developer's Guide](https://www.udemy.com/course/go-programming-golang-the-complete-developers-guide/)_ course from [ZTM](https://zerotomastery.io/).\n\n## Setup\n\nThis project requires a `gcc` compiler installed and the `protobuf` code generation tools.\n\n### Install protobuf compiler\n\nInstall the `protoc` tool using the instructions available at [https://grpc.io/docs/protoc-installation/](https://grpc.io/docs/protoc-installation/).\u003cbr /\u003e\nAlternatively you can download a pre-built binary from [https://github.com/protocolbuffers/protobuf/releases](https://github.com/protocolbuffers/protobuf/releases) and placing the extracted binary somewhere in your `$PATH`.\n\n### Install Go protobuf codegen tools\n\n`go install google.golang.org/protobuf/cmd/protoc-gen-go@latest`\u003cbr /\u003e\n`go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest`\n\n### Generate Go code from .proto files\n\n```\nprotoc --go_out=. --go_opt=paths=source_relative \\\n  --go-grpc_out=. --go-grpc_opt=paths=source_relative \\\n  Proto/mail.proto\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomascode92%2Fmailing-list-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomascode92%2Fmailing-list-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomascode92%2Fmailing-list-service/lists"}