archus-atlas
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

archus-atlas

archus common toolset

QuickStart

// npm
npm i archus-atlas
// yarn
yarn add archus-atlas

.env

You need to create a .env file in the root directory with the following content

ZK_URL=localhost:2181
// If you need to register the service
ZK_REGISTER_PATH="/archus/microservices" //Service Registration Directory
ZK_REGISTER_SERVICE_NAME="test-service" // Service Name

init

import { ZKUtil } from "../core/ZKUtil";
await ZKUtil.init();
// If you need to register the service
ZKUtil.register();

Readme

Keywords

Package Sidebar

Install

npm i archus-atlas

Weekly Downloads

224

Version

1.2.5

License

ISC

Unpacked Size

87.3 kB

Total Files

26

Last publish

Collaborators

  • jy