Metadata-Version: 2.0
Name: antevents
Version: 1.0.1
Summary: Event Stream processing library for IOT
Home-page: https://github.com/mpi-sws-rse/antevents-python
Author: Jeff Fischer
Author-email: jeff+antevents@data-ken.org
License: Apache 2.0
Keywords: events,iot,sensors
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers


AntEvents is a (Python3) framework for building IOT event processing
dataflows. The goal of this framework is to support the
creation of robust IoT systems from reusable components. These systems must
account for noisy/missing sensor data, distributed computation, and the
need for local (near the data source) processing.

AntEvents is pure Python (3.4 or later). The packaged distribution
(e.g. on PyPi) only includes the core Python code. The source repository at
https://github.com/mpi-sws-rse/antevents-python contains the core Python
code plus the documentation, examples, and tests. There is also a port
of AntEvents for micropython available in the source repo.


