Code Examples
A repository of 155 code examples for BeepBeep
Packages
Here are the packages with brief descriptions (if available):
[detail level 123]
 NartimonExamples of queries processed by the ARTiMon runtime monitor
 NauctionConstraints applying on an auction system
 NbasicUse basic processors such as sources, sinks, functions and filters to create simple processing chains
 NchessExamples processing data from a file containing chess games in the PGN format
 NcustomprocessorsCreate custom processor objects by creating new classes that inherit from Processor
 NdiagnoseUse various tools to troubleshoot and diagnose a chain of processors
 NdslCreate your own domain-specific query languages using BeepBeep's interpreter
 NepisodesExamples related to a stream of events for a pressure sensor
 NfinitestatemachinesDefine finite-state machines and run them on an input trace
 Nfol
 NfunctionsCreate custom Function objects, directly or by combining existing functions
 Ncustom
 Nhl7
 NioRead and write events from the outside world using files,
 Njdbc
 Njson
 NltlEvaluate formulas in Linear Temporal Logic (LTL) in the form of BeepBeep pipelines
 NminingExtract patterns from input streams using data mining and statistical algorithms
 NextractionExtract trends and patterns from a set of input streams
 NlearningUse machine learning algorithms for predictive analytics
 NtrenddistanceEvaluate an event stream based on a distance to a reference trend
 NmiscA collection of examples taken from other stream processing software, and redone with BeepBeep
 Ntemperature
 NnetworkSend events from one processor to another over a network
 NhttppushUse HTTP gateways in push mode
 NtwinprimesCompute twin primes by distributing the computation across two machines over a network
 Nnialm
 Npingus
 NplotsGenerate tables, charts and plots from event streams
 NqbfShows how a specially designed pipeline can solve the satisfiability problem for True Quantified Boolean Formulas (TQBF)
 NrobotEvaluates various queries on a stream of events describing the state (position, velocity, etc.) of a fictional robot
 NsignalBasic usage of the signal processing processors
 NstocktickerEvaluate queries on a fictitious stock ticker event feed
 NtuplesManipulate tuples
 NtweetsAnalyzes a stream of tweets from the Twitter platform
 NutilA few methods repeatedly used throughout the examples of this repository
 NvoyagerProcess telemetry from the Voyager 2 spacecraft
 NwidgetsUse GUI widgets as data sources or sinks
 NxmlProcess events in the XML format