Code Examples
A repository of 155 code examples for BeepBeep
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 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
 Ncomplex
 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
 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
 NmiscA collection of examples taken from other stream processing software, and redone with BeepBeep
 NnetworkSend events from one processor to another 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