You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kmchandy edited this page Jul 18, 2017
·
6 revisions
IoTPy helps you develop Python applications that operate on streams of data such as streams generated by the Internet of Things. IoTPy enables you to (1) encapsulate code developed for non-streaming applications to develop modules that operate on data streams, (2) assemble data-streaming modules easily and (3) run an application within a single process or partition an application across multiple processes.
The organization of the Wiki is:
Overview
Streams and Agents
Concurrency: overview
Agent types
Element agents: agents that operate on single elements of one or more streams.
Window agents: agents that operate on sliding windows.
Timed window agents: agents that operate on timed data streams with timestamps for each data item.
Integration with machine learning packages.
Partitioning a streaming application across multiple processes.