{"id":37225837,"url":"https://github.com/khighness/entry-task","last_synced_at":"2026-01-15T01:50:20.900Z","repository":{"id":42194746,"uuid":"459555929","full_name":"Khighness/entry-task","owner":"Khighness","description":"Golang entry-task of Shopee","archived":false,"fork":false,"pushed_at":"2022-11-09T14:23:40.000Z","size":42567,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T04:33:17.689Z","etag":null,"topics":["golang","grpc","vue"],"latest_commit_sha":null,"homepage":"https://github.com/Khighness/entry-task","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/Khighness.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":"2022-02-15T11:47:53.000Z","updated_at":"2024-12-06T01:21:42.000Z","dependencies_parsed_at":"2022-08-12T09:10:12.107Z","dependency_job_id":null,"html_url":"https://github.com/Khighness/entry-task","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Khighness/entry-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khighness%2Fentry-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khighness%2Fentry-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khighness%2Fentry-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khighness%2Fentry-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Khighness","download_url":"https://codeload.github.com/Khighness/entry-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khighness%2Fentry-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"ssl_error","status_checked_at":"2026-01-15T00:55:20.945Z","response_time":107,"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":["golang","grpc","vue"],"created_at":"2026-01-15T01:50:20.180Z","updated_at":"2026-01-15T01:50:20.886Z","avatar_url":"https://github.com/Khighness.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## entry-task\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/go-backend-9cf?style=flat-square\u0026logo=go\" alt=\"go\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/vue-frontend-green?style=flat-square\u0026logo=vue.js\" alt=\"vue\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/docker-build-orange?style=flat-square\u0026logo=docker\" alt=\"docker\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/kubernetes-support-blueviolet?style=flat-square\u0026logo=kubernetes\" alt=\"kubernetes\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"doc/entry/webapi.md\"\u003e📑 WEBAPI\u003c/a\u003e | \u003ca href=\"doc/entry/deploy.md\"\u003e🚀 DEPLOY\u003c/a\u003e | \u003ca href=\"doc/entry/bench.md\"\u003e🛳 BENCH\u003c/a\u003e \n\u003c/p\u003e\n\n\n\n### Feature\n\n- Native http API based on Go lib\n- Prefect connection pool for RPC\n- Beautiful front page built from VUE\n- Elegant code style and exhaustive comments\n\n\n\n### Structure\n\n```\nentry-task\n    ├─bin              scripts\n    ├─cmd              startup      \n    ├─doc              document\n    ├─front            frontend\n    ├─pb               grpc proto\n    ├─pkg              rpc and log\n    ├─tcp              tcp-server\n    └─web              web-server\n```\n\n\n\n### Architecture\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./doc/images/architecture.svg\" alt=\"Architecture\" /\u003e\n\u003c/p\u003e\n\n\n### Preview\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003elogin\u003c/td\u003e\n    \u003ctd\u003eprofile\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n     \u003ctd width=\"50%\" align=\"top\"\u003e\u003cimg src=\"./doc/images/login.png\"/\u003e\u003c/td\u003e\n     \u003ctd width=\"50%\" align=\"top\"\u003e\u003cimg src=\"./doc/images/profile.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n### Build\n\nFirst, you should modify the configuration files `application-tcp.yml` and `application-web.yml`.\n\nNext, you can build the docker images by the following command:\n```shell\n./bin/build.sh\n```\n\nThen, you can start the services by the following command：\n```shell\n./bin/start.sh\n```\n\n\n\n### Extension\n\nThe branch [master](https://github.com/Khighness/entry-task/tree/master) use the grpc. If you need the custom rpc, please switch to branch [develop](https://github.com/Khighness/entry-task/tree/develop).\n\n\n\n### License\n\nKhighness's entry-task is open-sourced software licensed under the [MIT license](https://github.com/Khighness/entry-task/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhighness%2Fentry-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhighness%2Fentry-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhighness%2Fentry-task/lists"}