Comparing Serialization Options by Neil Stevenson — May 26, 2021 “Which serialization option is best?“. In this post we’ll explore some of the most common serialization options for Hazelcast, which... Read More
How Much Memory Do I Need for My Data … Part 2 by Neil Stevenson — Mar 30, 2021 “How much memory do I need for my data?“. — continued! In an earlier post, the space needed to store... Read More
Experiences with Change Data Capture by Neil Stevenson — Mar 1, 2021 In a previous blog post, Designing an Evergreen Cache with Change Data Capture, Nicolas describes “one-way” change data capture (CDC). It... Read More
How Much Memory Do I Need for My Data ? by Neil Stevenson — Feb 8, 2021 “How much memory do I need for my data?” This is a pretty common question at the start of Hazelcast... Read More
Where Are My Keys ? by Neil Stevenson — Jun 25, 2020 It’s useful to understand how, why and where Hazelcast stores your data in the grid. What happens is what you... Read More
Jet Calculates Pi Using Python by Neil Stevenson — Mar 14, 2020 Today is PI DAY! Obviously, Pi has rather more than 2 decimal places. To have some fun, let’s use Jet to... Read More
Bitcoin’s Death Cross by Neil Stevenson — Jan 6, 2020 Let’s start off the New Year with a fun code example! This example shows how Jet is used to spot... Read More
Running Apache Beam on Hazelcast Jet by Neil Stevenson — Sep 3, 2019 In June 2019, we announced the inclusion of Hazelcast Jet as a runner for Apache Beam. Now it’s time for an... Read More
Calculation in Hazelcast Cloud by Neil Stevenson — May 2, 2019 This is an example showing one way you might connect to Hazelcast Cloud, and how you can harness its power... Read More
Hello JSON, Hello YAML and Goodbye XML! by Neil Stevenson — Mar 20, 2019 This is an example showing the use of YAML configuration, and populating a Hazelcast grid with data in JSON format... Read More