An open API service indexing awesome lists of open source software.

https://github.com/yuce/hazelcast-go-client-cloud


https://github.com/yuce/hazelcast-go-client-cloud

Last synced: 10 months ago
JSON representation

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
```