from Part II - Application development
Published online by Cambridge University Press: 05 March 2014
Overview
In this chapter we introduce the fundamentals of application development using the stream processing paradigm. It is organized as follows. In Section 3.2, we provide an overview of the main characteristics of Stream Processing Applications (SPAs), focusing on how they affect the development process. In Section 3.3, we review the existing stream processing languages, deepening the discussion started in Chapter 2. In Section 3.4, we provide an introduction to the SPL language which will allow the readers to follow the examples provided in the rest of the book. In Section 3.5,weprovidealist of commonly used stream processing operators and discuss their roles by looking into their implementation as provided by the SPL standard toolkit.
From this point onwards, we will pair the technical exposition with actual code examples. These examples are provided using the Streams platform and the SPL language. We encourage the readers to try them out and to modify them as they go along.
Characteristics of SPAs
We first look at the characteristics of SPAs and discuss their impact on application development. These characteristics not only influence their design and implementation, but also permeate the design of the programming model and of the application runtime features provided by SPSs.
Data-in-motion analytics
SPAs implement data-in-motion analytics. These analytics ingest data from live, streaming sources and perform their processing as the data flows through the application.
To save this book to your Kindle, first ensure no-reply@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.