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

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

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