https://github.com/yuce/hazelcast-go-client-v3-modules-sample
https://github.com/yuce/hazelcast-go-client-v3-modules-sample
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuce/hazelcast-go-client-v3-modules-sample
- Owner: yuce
- Created: 2021-02-19T06:24:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T06:38:35.000Z (over 5 years ago)
- Last Synced: 2025-01-03T13:46:58.232Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazelcast Go Client V3 + Module Sample
## Requirements
* Hazelcast 3
* Go 1.15+
## Usage
* Start Hazelcast 3 on localhost:5701 (defaults)
* Clone the repo somewhere **outside** your `GOPATH`:
```
git clone https://github.com/yuce/hazelcast-go-client-v3-modules-sample.git
```
* Switch to the `hazelcast-go-client-v3-modules-sample` directory:
```
cd hazelcast-go-client-v3-modules-sample
```
* Run `main.go`:
```
go run main.go
```