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.

Clone this wiki locally