This section describes details on schemas used in Hollow and how your data model maps to them. Schemas¶ A Hollow data model is a set of schemas, which are usually defined by the POJOs used on the producer to populate the data. This section will use POJOs as examples, but there are ...
In order to create a new data state and write it to disk, we can use aHollowWriteStateEnginedirectly: HollowWriteStateEnginewriteEngine=newHollowWriteStateEngine();HollowObjectMappermapper=newHollowObjectMapper(writeEngine);for(Moviemovie:movies)mapper.addObject(movie);OutputStreamos=...;/// where ...
Even if you're not able to use the prescribed AWS-based infrastructure, running through the following steps will be useful to gain an understanding of how to swap in different infrastructure implementations for use with Hollow. Create a User¶ ...