Skip to content

dxx/finders

Repository files navigation

Finders

JDK8+ Apache-2.0 licensed

中文

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.

Getting Started

Download Installation Package

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

Build from source code requires JDK8+.

Get the Source Code

git clone https://github.com/dxx/finders.git
cd finders

Build Binary Package

./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

Start Server

cd finders/bin

Linux/Unix/Mac:

./startup

Windows :

startup.bat

Or double-click the startup.bat file.

Shutdown Server

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.

Documentation

You can view the full documentation from here.

License

Finders is released under the Apache 2.0 license.