Distributed service management. Inspired by Nacos.
Finders is a distributed service management platform that help you achieve the governance of microservices, such as service discovery, service registration, service health check.
Finders is released on the github and can be downloaded directly from here.
After the download is completed, decompression zip file:
unzip finders-<version>.zipBuild from source code requires JDK8+.
git clone https://github.com/dxx/finders.git
cd finders./gradlew -p ./distribution buildThe 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.
Decompression zip file:
unzip finders-<version>.zipcd finders/binLinux/Unix/Mac:
./startupWindows :
startup.batOr double-click the startup.bat file.
Linux/Unix/Mac:
./shutdownWindows:
shutdown.bat
Or double-click the shutdown.bat file.
Note: if the
shutdown.batfile is not found, please build again.
You can view the full documentation from here.
Finders is released under the Apache 2.0 license.