https://github.com/yuce/hazelcast-go-client-mc
Hazelcast Go Client Management Center Integration
https://github.com/yuce/hazelcast-go-client-mc
Last synced: 9 months ago
JSON representation
Hazelcast Go Client Management Center Integration
- Host: GitHub
- URL: https://github.com/yuce/hazelcast-go-client-mc
- Owner: yuce
- Created: 2021-06-16T07:50:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T07:51:17.000Z (about 5 years ago)
- Last Synced: 2025-01-03T13:46:58.163Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazelcast Go Client Management Interface Sample
Build the app using:
```
go build .
```
The default client expects an Hazelcast instance at the default address and port: localhost:5701.
On Linux and MacOS, run the app using:
```
./hzmc
```
On Windows, run the app using:
```
hzmc
```