Cloud Foundry Summit Silicon Valley 2017

TL;DR Full source code published in hazelcast/cfsummit17-wednesday repository [1] Distributed Caching for you new Node.js Project Have you seen it? Do you like it? Please, rate Loading... Slides Distributed caching for your next node.js project cf summit - 06-15-2017 from Viktor Gamov Grab the code You can find code sample is following GH repository...

June 15, 2017 · 1 min · Viktor Gamov

How To Scale Hazelcast Cluster with Docker Compose

TL;DR During webinar about «Distributed Caching for you next Node.js project» [1] I was asked if we provide examples of running Hazelcast with Compose or Swarm. Now you have it! Full source code published in hazelcast/hazelcast-code-samples repository [2] Disclaimer: It’s not an introduction to docker-compose. To learn basic steps of docker-compose, please, refer to official docker-compose «getting started guide» [3] ...

June 8, 2017 · 4 min · Viktor Gamov

Distributed Java Streams @ ACGNJ 2017

The Splendors and Miseries of the Distributed Streams Have you seen it? Do you like it? Please, rate Loading... Slides TBD TBD

May 30, 2017 · 1 min · Viktor Gamov

JPoint - 2017 [RU]

Распределяй и властвуй — 2: Потоки данных наносят ответный удар - Russian Edition Видели ли вы этот доклад? как Вам? Гружу... Видео TBD Слайды Распределяй и властвуй — 2: Потоки данных наносят ответный удар from Viktor Gamov Код Примеры кода вы найдете здесь https://github.com/hazelcast/hazelcast-jet-code-samples Подсчет строк https://github.com/hazelcast/hazelcast-jet-code-samples/blob/master/core/wordcount/src/main/java/WordCount.java Консьюмер Кафки https://github.com/hazelcast/hazelcast-jet-code-samples/blob/master/kafka/consume-kafka/src/main/java/ConsumeKafka.java

April 8, 2017 · 1 min · Viktor Gamov

JBreak 2017 [RU]

Блеск и нищета распределенных стримов - Russian Edition Видели ли вы этот доклад? как Вам? Loading... Видео TBD Слайды [JBreak] Блеск И Нищета Распределенных Стримов - 04-04-2017 from Viktor Gamov Код искать тут You can find code sample is following GH repository https://github.com/gAmUssA/jet-streams-presentation Branch for this talk Jbreak_2017

April 4, 2017 · 1 min · Viktor Gamov

Hazelcast Node.js Client Refcard

Welcome to «The Distributed World» of Hazelcast. Here are sample usages of distributed data structures using Node.js client. Table 1. Revisions history Version Date Comments v1.1 03/09/2015 single quotes in js code, added Before Getting Started section v1.0 02/07/2015 Initial revision The JavaScript examples use ES6 syntax ...

February 9, 2017 · 2 min · Viktor Gamov

Jfokus 2017

Riding the Distributed Java Streams Have you seen it? Do you like it? Please, rate Loading... Video Slides [Jfokus] Riding the Jet Streams from Viktor Gamov Grab the code You can find code sample is following GH repository https://github.com/gAmUssA/jet-streams-presentation Branch for this talk JFokus_Feb2017

February 8, 2017 · 1 min · Viktor Gamov

NYJavaSig, February 2017

Riding the Distributed Java Streams Have you seen it? Do you like it? Please, rate Loading... Slides [NYJavaSig] Riding the Distributed Streams - Feb 2nd, 2017 from Viktor Gamov Grab the code You can find code sample is following GH repository https://github.com/gAmUssA/jet-streams-presentation Branch for this talk NYJavaSig_Feb2017 Tweets Large crowd building for @gAmUssA and distributed streams at #nyjavasig meeting. @java pic.twitter.com/9AzXZHjcL8 — Frank Greco (@frankgreco) February 2, 2017 Great presentation by @gAmUssA about streams and @hazelcast pic.twitter.com/5fERKGoQ1r — Biren (@birendev) February 3, 2017 Let's look at the code! @gAmUssA on distributed streams at #NYJavaSIG mtg @java pic.twitter.com/Z8l8NxdZoR — Frank Greco (@frankgreco) February 3, 2017 Distributed Streams by @gAmUssA at #NYJavaSIG. Thanks @frankgreco @CreditSuisse pic.twitter.com/KgpHmWSv5I — Sai Sharan Donthi (@sai_donthi) February 3, 2017 A traditional tweet from the stage #nyjavasig! I asked people say Java 😃#hazelcastjet #h… https://t.co/jE35I39XBx pic.twitter.com/r2DtjCrijK — Viktor Gamov (@gAmUssA) February 2, 2017 ...

February 2, 2017 · 1 min · Viktor Gamov

What's New in Hazelcast Node.js Client

TL;DR Rejoice, JavaScript people! There are many new features in Hazelcast Node.js Client 0.4.1. In the 10 minutes, you spend reading this blog I will cover "what’s new"! Also, if you read this blog post till the end, you will also learn what’s coming to future releases. It has been a while since out first blog post on Hazelcast Node.js Client [1]. Our brave developers have been very busy adding new features and making Hazelcast Node.js Client faster! ...

September 9, 2016 · 9 min · Mustafa Iman

Getting Started with Hazelcast and Node.js

TL;DR Install the package npm install hazelcast-client, grab a demo app and read API docs. Time To «Hello World!» less than 5 min. Intro On the behalf of Hazelcast Team, I’m pleased to announce the availability of version 0.2 of the Hazelcast Client for Node.js. The new version includes following features: IMap Node.js client supports following operations of IMap - get, put, remove. Smart Client A client connects to each cluster node. Since each data partition uses the well known and consistent hashing algorithm, each client can send an operation to the relevant cluster node. This increases the overall throughput and efficiency. Plus, you don’t need to restart the client when adding or removing nodes from the cluster. ...

April 18, 2016 · 4 min · Viktor Gamov