{"id":21973152,"url":"https://github.com/dxx/finders","last_synced_at":"2025-04-28T13:42:48.151Z","repository":{"id":57733065,"uuid":"417818671","full_name":"dxx/finders","owner":"dxx","description":":globe_with_meridians: Distributed service management","archived":false,"fork":false,"pushed_at":"2022-05-05T07:11:46.000Z","size":3535,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-30T10:11:13.200Z","etag":null,"topics":["distribution","java","service-disovery","services"],"latest_commit_sha":null,"homepage":"https://dxx.github.io/finders","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dxx.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":"2021-10-16T12:15:47.000Z","updated_at":"2025-01-05T15:13:45.000Z","dependencies_parsed_at":"2022-09-26T22:30:39.256Z","dependency_job_id":null,"html_url":"https://github.com/dxx/finders","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxx%2Ffinders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxx%2Ffinders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxx%2Ffinders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxx%2Ffinders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxx","download_url":"https://codeload.github.com/dxx/finders/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251321391,"owners_count":21570731,"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":["distribution","java","service-disovery","services"],"created_at":"2024-11-29T15:25:21.719Z","updated_at":"2025-04-28T13:42:48.117Z","avatar_url":"https://github.com/dxx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Finders\n\n![JDK8+](https://img.shields.io/badge/JDK-1.8%2B-B07219)\n[![Apache-2.0 licensed](https://img.shields.io/github/license/dxx/finders.svg?color=4EB1BA)](./LICENSE)\n\n[中文](./README_zh.md)\n\nDistributed service management. Inspired by [Nacos](https://github.com/alibaba/nacos).\n\nFinders is a distributed service management platform that help you achieve the governance of microservices, such as service discovery, service registration, service health check. \n\n## Getting Started\n\n### Download Installation Package\n\nFinders is released on the github and can be downloaded directly from [here](https://github.com/dxx/finders/releases).\n\nAfter the download is completed, decompression zip file:\n\n```shell\nunzip finders-\u003cversion\u003e.zip\n```\n\n### Build from Source Code\n\nBuild from source code requires `JDK8+`.\n\n#### Get the Source Code\n\n```shell\ngit clone https://github.com/dxx/finders.git\ncd finders\n```\n\n#### Build Binary Package\n\n```shell\n./gradlew -p ./distribution build\n```\n\nThe binary package is then generated in the `./distribution/build/distributions` directory. Go in and you can see that there are two compressed package files,  `.zip` and `.tar` file.\n\nDecompression zip file:\n\n```shell\nunzip finders-\u003cversion\u003e.zip\n```\n\n#### Start Server\n\n```shell\ncd finders/bin\n```\n\nLinux/Unix/Mac:\n\n```shell\n./startup\n```\n\nWindows :\n\n```shell\nstartup.bat\n```\n\nOr double-click the `startup.bat` file.\n\n#### Shutdown Server\n\nLinux/Unix/Mac:\n\n```shell\n./shutdown\n```\n\nWindows:\n\n```\nshutdown.bat\n```\n\nOr double-click the `shutdown.bat` file.\n\n\u003e Note: if the `shutdown.bat` file is not found, please build again.\n\n## Documentation\n\nYou can view the full documentation from [here](https://dxx.github.io/finders).\n\n## License\n\nFinders is released under the [Apache 2.0 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxx%2Ffinders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxx%2Ffinders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxx%2Ffinders/lists"}