An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.6% on proxy.golang.org
Top 0.4% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 3.3% forks on proxy.golang.org
Top 0.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/hazelcast/hazelcast-go-client

Package hazelcast provides the Hazelcast Go client. Hazelcast is an open-source distributed in-memory data store and computation platform. It provides a wide variety of distributed data structures and concurrency primitives. Hazelcast Go client is a way to communicate to Hazelcast IMDG clusters and access the cluster data. If you are using Hazelcast and Go Client on the same computer, generally the default configuration should be fine. This is great for trying out the client. However, if you run the client on a different computer than any of the cluster members, you may need to do some simple configurations such as specifying the member addresses. The Hazelcast members and clients have their own configuration options. You may need to reflect some of the member side configurations on the client side to properly connect to the cluster. In order to configure the client, you only need to create a new `hazelcast.Config{}`, which you can pass to `hazelcast.StartNewClientWithConnfig` function: Calling hazelcast.StartNewClientWithConfig with the default configuration is equivalent to hazelcast.StartNewClient. The default configuration assumes Hazelcast is running at localhost:5701 with the cluster name set to dev. If you run Hazelcast members in a different server than the client, you need to make certain changes to client settings. Assuming Hazelcast members are running at hz1.server.com:5701, hz2.server.com:5701 and hz3.server.com:5701 with cluster name production, you would use the configuration below. Note that addresses must include port numbers: You can also load configuration from JSON: If you are changing several options in a configuration section, you may have to repeatedly specify the configuration section: You can simplify the code above by getting a reference to config.Cluster and update it: Note that you should get a reference to the configuration section you are updating, otherwise you would update a copy of it, which doesn't modify the configuration. There are a few options that require a duration, such as config.Cluster.HeartbeatInterval, config.Cluster.Network.ConnectionTimeout and others. You must use types.Duration instead of time.Duration with those options, since types.Duration values support human readable durations when deserialized from text: That corresponds to the following JSON configuration. Refer to https://golang.org/pkg/time/#ParseDuration for the available duration strings: Here are all configuration items with their default values: Checkout the nearcache package for the documentation about the Near Cache. You can listen to creation and destroy events for distributed objects by attaching a listener to the client. A distributed object is created when first referenced unless it already exists. Here is an example: If you don't want to receive any distributed object events, use client.RemoveDistributedObjectListener: Running SQL queries require Hazelcast 5.0 and up. Check out the Hazelcast SQL documentation here: https://docs.hazelcast.com/hazelcast/latest/sql/sql-overview The SQL support should be enabled in Hazelcast server configuration: The client supports two kinds of queries: The ones returning rows (select statements and a few others) and the rest (insert, update, etc.). The former kinds of queries are executed with QuerySQL method and the latter ones are executed with ExecSQL method. Use the question mark (?) for placeholders. To connect to a data source and query it as if it is a table, a mapping should be created. Currently, mappings for Map, Kafka and file data sources are supported. You can read the details about mappings here: https://docs.hazelcast.com/hazelcast/latest/sql/sql-overview#mappings The following data types are supported when inserting/updating. The names in parantheses correspond to SQL types: Using Date/Time In order to force using a specific date/time type, create a time.Time value and cast it to the target type: Hazelcast Management Center can monitor your clients if client-side statistics are enabled. You can enable statistics by setting config.Stats.Enabled to true. Optionally, the period of statistics collection can be set using config.Stats.Period setting. The labels set in configuration appear in the Management Center console:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/hazelcast/hazelcast-go-client
Keywords: big-data , caching , clustering , datagrid , distributed , go , golang , hazelcast , hazelcast-client , imdg , in-memory , scalability
License: Apache-2.0
Latest release: 11 months ago
First release: over 6 years ago
Namespace: github.com/hazelcast
Dependent packages: 99
Dependent repositories: 195
Stars: 175 on GitHub
Forks: 54 on GitHub
Docker dependents: 30
Docker downloads: 78,494,409
See more repository details: repos.ecosyste.ms
Last synced: about 20 hours ago

Top 6.7% on proxy.golang.org
github.com/azarc-io/components-contrib v1.13.4
Community driven, reusable components for distributed apps
134 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.3% on proxy.golang.org
github.phpd.cn/dapr/components-contrib v1.13.1
130 versions - Latest release: about 1 year ago
Top 7.4% on proxy.golang.org
github.xiaoq7.com/dapr/components-contrib v1.13.1
130 versions - Latest release: about 1 year ago
Top 9.2% on proxy.golang.org
github.skymusic.top/dapr/dapr v1.12.5
233 versions - Latest release: over 1 year ago
Top 9.1% on proxy.golang.org
github.imxd.top/dapr/components-contrib v1.12.9
128 versions - Latest release: over 1 year ago
Top 9.2% on proxy.golang.org
github.skymusic.top/dapr/components-contrib v1.12.9
124 versions - Latest release: over 1 year ago
Top 9.9% on proxy.golang.org
github.com/james-jlc/dapr-components-contrib v1.8.1-rc.12
10 versions - Latest release: over 1 year ago
Top 9.9% on proxy.golang.org
github.com/James-JLC/dapr-components-contrib v1.8.1-rc.12
12 versions - Latest release: over 1 year ago
Top 6.2% on proxy.golang.org
github.com/hazelcast/hazelcast-platform-operator v0.0.0-20231107094614-94cf4a082ce5
Easily deploy Hazelcast clusters and Management Center into Kubernetes/OpenShift environments and...
131 versions - Latest release: over 1 year ago - 20 stars on GitHub
github.com/liuxd6825/dapr v1.12.0
框架目标是简化DDD开发难度,使开发人员可直接进行业务开发,不需关心技术细节与实现。实现技术与业务分离,提升开发效率与质量。
211 versions - Latest release: over 1 year ago - 7 dependent packages - 3 dependent repositories - 0 stars on GitHub
github.com/liuxd6825/dapr-components-contrib v1.12.0
Community driven, reusable components for distributed apps
111 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/rhzs/lib-bpmn-engine v0.2.4
A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant devel...
11 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/SLio-Secure/lib-bpmn-engine v0.0.0-20230823152704-99f05a7dc71a
A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant devel...
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/sjswi/components-contrib v1.11.5
109 versions - Latest release: almost 2 years ago
github.com/brendandburns/components-contrib v0.0.0-20230619194424-0a06464c945a
Community driven, reusable components for distributed apps
1 version - Latest release: about 2 years ago - 0 stars on GitHub
github.com/sajithsebastian/components-contrib v0.0.0-20230518042917-ebb33e448572
Community driven, reusable components for distributed apps
1 version - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.7% on proxy.golang.org
github.com/jamesdube/ussd v0.0.0-20230514064347-0e7f690fb6af
13 versions - Latest release: about 2 years ago
Top 9.7% on proxy.golang.org
github.com/CocuyoStudio/dapr-fork v1.10.7
21 versions - Latest release: about 2 years ago
Top 9.7% on proxy.golang.org
github.com/cocuyostudio/dapr-fork v1.10.7
177 versions - Latest release: about 2 years ago
github.com/LinaProg/xk6-hazelcast v0.0.0-20230511121702-b98d16abd74d
3 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/hazelcast/hazelcast-go-client-discovery v1.0.0
AWS EC2 discovery strategy for Hazelcast Go Client
3 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/italypaleale/components-contrib v1.10.1
29 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/italypaleale/dapr-components-contrib v1.10.1
Community driven, reusable components for distributed apps
29 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/ryanlettieri/components-contrib v1.10.3
Community driven, reusable components for distributed apps
81 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ItalyPaleAle/components-contrib v1.10.1
29 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/ItalyPaleAle/dapr-components-contrib v1.10.1
Community driven, reusable components for distributed apps
29 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/ryanlettieri/dapr v1.10.2
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
157 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/RyanLettieri/dapr v1.10.2
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
157 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ipsitasbgit/lib-bpmn-engine v0.0.0-20230120082409-ca33bb41a04b
A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant devel...
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/hwjiangkai/dapr v1.9.5
143 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/jy29/components-contrib v1.9.6
Community driven, reusable components for distributed apps
69 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/antontroshin/components-contrib v1.9.6
Community driven, reusable components for distributed apps
69 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/JY29/components-contrib v1.9.6
Community driven, reusable components for distributed apps
69 versions - Latest release: over 2 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/fabiant7t/components-contrib v0.0.0-20221020192652-c878016e9ac5
Community driven, reusable components for distributed apps
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/cq-z/lib-bpmn-engine v0.2.4
A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant devel...
11 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/nitram509/lib-bpmn-engine v0.2.4
A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant devel...
13 versions - Latest release: almost 3 years ago - 2 dependent packages - 2 dependent repositories - 112 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/bcpitutor/ostiki v0.1.3
4 versions - Latest release: almost 3 years ago - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pkedy/dapr v1.8.4
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
124 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ideaportriga/dapr-components-contrib v1.8.2
Community driven, reusable components for distributed apps
55 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/yash-nisar/dapr v1.8.0
120 versions - Latest release: almost 3 years ago
Top 8.6% on proxy.golang.org
github.com/yuce/hazelcast-commandline-client v1.0.0-beta1
Home of Hazelcast Commandline Client Project
19 versions - Latest release: about 3 years ago - 0 stars on GitHub
github.com/liuxd6825/components-contrib v0.0.1
来源:github.com/dapr/components-contrib 对dapr进行了扩展, 增加了event-sourceing(事件溯源)组件。
3 versions - Latest release: about 3 years ago - 3 dependent packages - 2 dependent repositories - 0 stars on GitHub
Top 4.1% on proxy.golang.org
gitee.com/liuxd6825/components-contrib v0.0.1 removed
3 versions - Latest release: about 3 years ago
Top 9.0% on proxy.golang.org
github.com/MatchWornShirt/components-contrib v1.7.1
Community driven, reusable components for distributed apps
50 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pupleh4t/components-contrib v1.7.1
Community driven, reusable components for distributed apps
48 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/xingrux/components-contrib v1.7.1 removed
46 versions - Latest release: about 3 years ago
Top 9.0% on proxy.golang.org
github.com/matchwornshirt/components-contrib v1.7.1
Community driven, reusable components for distributed apps
50 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/zarba7/dapr-components-contrib v1.7.0
47 versions - Latest release: about 3 years ago
Top 8.2% on proxy.golang.org
github.com/zarba7/components-contrib v1.7.0
47 versions - Latest release: about 3 years ago
Top 4.1% on proxy.golang.org
github.com/skyao/components-contrib v1.7.0 removed
45 versions - Latest release: about 3 years ago
Top 8.2% on proxy.golang.org
gitee.com/liuxd6825/dapr v0.0.1
3 versions - Latest release: about 3 years ago
github.com/bhojpur/application v0.0.8
The Bhojpur Application is a software-as-a-service available to clients globally as a multi-tenan...
7 versions - Latest release: over 3 years ago - 3 dependent packages - 4 dependent repositories - 0 stars on GitHub
github.com/bhojpur/service v0.0.6
The Bhojpur Service is a platform-as-a-service used as elastic technology stack on the Bhojpur.NE...
6 versions - Latest release: over 3 years ago - 2 dependent packages - 3 dependent repositories - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/clowre/go-oauth2-hazelcast v1.0.2
Hazelcast Storage for go-oauth2/oauth2
3 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/DeepanshuA/dapr v1.6.0
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
94 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/italypaleale/dapr v1.6.0
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
94 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/deepanshua/dapr v1.6.0
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
94 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/deepanshua/components-contrib v1.6.0
Community driven, reusable components for distributed apps
38 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/1046102779/components-contrib v1.6.0
Community driven, reusable components for distributed apps
38 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/shubham1172/components-contrib v1.6.0
Community driven, reusable components for distributed apps
39 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/DeepanshuA/components-contrib v1.6.0
Community driven, reusable components for distributed apps
38 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/pravinpushkar/dapr v1.5.1
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
89 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/1046102779/dapr v1.5.1
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
89 versions - Latest release: over 3 years ago - 2 dependent repositories - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/uptutu/dapr v1.5.1 removed
89 versions - Latest release: over 3 years ago
Top 4.1% on proxy.golang.org
github.com/utku-caglayan/hazelcast-commandline-client v1.0.0-test.9 removed
10 versions - Latest release: over 3 years ago
Top 4.1% on proxy.golang.org
github.com/pkedy/components-contrib v1.5.1 removed
35 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/patrickhuber/components-contrib v1.5.1
Community driven, reusable components for distributed apps
35 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/seeflood/components-contrib v1.5.0
31 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
gitlab.com/yuce/dchan v0.0.0-20211109194445-792d86f50760
1 version - Latest release: over 3 years ago - 0 stars on GitLab.com
Top 8.2% on proxy.golang.org
github.com/r-c-correa/components-contrib v1.2.3
29 versions - Latest release: almost 4 years ago
Top 4.1% on proxy.golang.org
github.com/iamazy/components-contrib v1.2.0 removed
22 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/berndverst/components-contrib v1.2.0
Community driven, reusable components for distributed apps
24 versions - Latest release: about 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/dmitsh/components-contrib v1.2.0
22 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/shivamkm07/components-contrib v1.2.0
Community driven, reusable components for distributed apps
26 versions - Latest release: about 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ecafkoob/components-contrib v1.2.0
Community driven, reusable components for distributed apps
28 versions - Latest release: about 4 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/hokandil/components-contrib v1.2.0 removed
42 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/tenst/components-contrib v1.1.1
21 versions - Latest release: about 4 years ago
Top 4.1% on proxy.golang.org
github.com/Tenst/components-contrib v1.1.1 removed
20 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/TenSt/components-contrib v1.1.1
21 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/taction/components-contrib v1.0.2
Community driven, reusable components for distributed apps
17 versions - Latest release: over 4 years ago - 1 stars on GitHub
github.com/infobloxopen/components-contrib v1.0.0-ib
Community driven, reusable components for distributed apps
2 versions - Latest release: over 4 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/a-elsheikh/components-contrib v1.0.0
15 versions - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/jjcollinge/components-contrib v0.4.1
Community driven, reusable components for distributed apps
9 versions - Latest release: over 4 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/akkie/components-contrib v0.4.1
Community driven, reusable components for distributed apps
10 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/carolove/components-contrib v0.4.1
10 versions - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/cvictory/components-contrib v0.4.1
Community driven, reusable components for distributed apps
9 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/beiwei30/components-contrib v0.4.1
Community driven, reusable components for distributed apps
8 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/wcs1only/components-contrib v0.9.113
Community driven, reusable components for distributed apps
8 versions - Latest release: almost 5 years ago - 0 stars on GitHub
Top 4.8% on proxy.golang.org
github.com/abserari/components-contrib v0.9.113
Community driven, reusable components for distributed apps
9 versions - Latest release: almost 5 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/zhangwanli666/components-contrib v0.9.113
9 versions - Latest release: almost 5 years ago
Top 8.2% on proxy.golang.org
github.com/tcnghia/components-contrib v0.9.113
9 versions - Latest release: almost 5 years ago
Top 8.2% on proxy.golang.org
github.com/bidiots/components-contrib v0.9.113
Community driven, reusable components for distributed apps
9 versions - Latest release: almost 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Bidiots/components-contrib v0.9.113
Community driven, reusable components for distributed apps
9 versions - Latest release: almost 5 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/gbaeke/components-contrib v0.2.4 removed
5 versions - Latest release: almost 5 years ago
Top 8.2% on proxy.golang.org
github.com/akgalwas/components-contrib v0.1.0
Community driven, reusable components for distributed apps
1 version - Latest release: about 5 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ilkerkorkut/gorm-hazelcast v0.1.0
gorm Hazelcast Cache
1 version - Latest release: over 5 years ago - 11 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/alexkreidler/gokv/hazelcast v0.6.0 removed
1 version - Latest release: over 5 years ago
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.