https://github.com/yuce/hazelcast-go-client-cloud
https://github.com/yuce/hazelcast-go-client-cloud
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuce/hazelcast-go-client-cloud
- Owner: yuce
- Created: 2021-06-18T07:24:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T07:25:11.000Z (about 5 years ago)
- Last Synced: 2025-01-03T13:46:58.700Z (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 Hazelcast Cloud Integration Sample
Build the app using:
```
go build .
```
Update `main.go` with the Hazelcast Cloud cluster name and token.
On Linux and MacOS, run the app using:
```
./hazelcast-go-client-cloud
```
On Windows, run the app using:
```
hazelcast-go-client-cloud.exe
```