{"id":36613481,"url":"https://github.com/minbox-projects/message-pipe-example","last_synced_at":"2026-01-12T09:03:15.689Z","repository":{"id":105627884,"uuid":"288937633","full_name":"minbox-projects/message-pipe-example","owner":"minbox-projects","description":"提供 \"message-pipe\" 使用示例","archived":false,"fork":false,"pushed_at":"2025-12-26T08:43:42.000Z","size":98,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-27T20:33:26.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/minbox-projects.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-20T07:30:40.000Z","updated_at":"2025-12-26T08:43:46.000Z","dependencies_parsed_at":"2023-03-22T12:03:10.254Z","dependency_job_id":null,"html_url":"https://github.com/minbox-projects/message-pipe-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minbox-projects/message-pipe-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minbox-projects%2Fmessage-pipe-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minbox-projects%2Fmessage-pipe-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minbox-projects%2Fmessage-pipe-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minbox-projects%2Fmessage-pipe-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minbox-projects","download_url":"https://codeload.github.com/minbox-projects/message-pipe-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minbox-projects%2Fmessage-pipe-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-12T09:03:14.941Z","updated_at":"2026-01-12T09:03:15.672Z","avatar_url":"https://github.com/minbox-projects.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# message-pipe-example\n提供 \"message-pipe\" 使用示例\n\n\n\n## 1. 环境准备\n\n由于`message-pipe`是基于`Redis`实现的，所以我们本地需要安装`Redis`。\n\n### Docker方式\n\n```sh\n# 拉取Redis镜像\ndocker pull redis\n# 创建一个名为\"redis\"的后台运行容器，端口号映射宿主机6379\ndocker run --name redis -d -p 6379:6379 redis\n```\n\n### 查看Redis数据\n\n```sh\n# 运行容器内命令\ndocker exec -it redis /bin/sh\n# 运行Redis客户端\nredis-cli\n# 选择索引为1的数据库\nselect 1\n# 查看全部的数据\nkeys *\n```\n\n\n\n## 2. 启动示例项目\n\n```sh\n# 下载源码\ngit clone https://github.com/minbox-projects/message-pipe-example.git\n# 进入项目目录\ncd message-pipe-example/client-server-merge\n# 运行项目\nmvn spring-boot:run\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminbox-projects%2Fmessage-pipe-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminbox-projects%2Fmessage-pipe-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminbox-projects%2Fmessage-pipe-example/lists"}