Skip to content
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:

  1. Overview
  2. Streams and Agents
  3. Concurrency: overview
  4. Agent types
  5. Element agents: agents that operate on single elements of one or more streams.
  6. Window agents: agents that operate on sliding windows.
  7. Timed window agents: agents that operate on timed data streams with timestamps for each data item.
  8. Integration with machine learning packages.
  9. Partitioning a streaming application across multiple processes.
  10. Examples
Clone this wiki locally