So far, we have looked at getting the data. Let's look at some of the data modification operations, such as creating, updating, and deleting (CRUD operations).
Given the popularity of REST for cloud-based API operations, we will do our data manipulation through REST methods.
Let's pick the HSQLDB example with Hazelcast that we worked on previously in this chapter.