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>.zip
Build from source code requires JDK8+
.
git clone https://github.com/dxx/finders.git
cd finders
./gradlew -p ./distribution build
The 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>.zip
cd finders/bin
Linux/Unix/Mac:
./startup
Windows :
startup.bat
Or double-click the startup.bat
file.
Linux/Unix/Mac:
./shutdown
Windows:
shutdown.bat
Or double-click the shutdown.bat
file.
Note: if the
shutdown.bat
file is not found, please build again.
You can view the full documentation from here.
Finders is released under the Apache 2.0 license.