https://github.com/r3w0p/bobocep
A fault-tolerant Complex Event Processing engine designed for edge computing in Internet of Things systems.
https://github.com/r3w0p/bobocep
complex-event-processing distributed-systems edge-computing fault-tolerance internet-of-things
Last synced: 9 months ago
JSON representation
A fault-tolerant Complex Event Processing engine designed for edge computing in Internet of Things systems.
- Host: GitHub
- URL: https://github.com/r3w0p/bobocep
- Owner: r3w0p
- License: mit
- Created: 2019-08-29T15:42:13.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T22:54:10.000Z (12 months ago)
- Last Synced: 2025-04-10T13:04:06.303Z (9 months ago)
- Topics: complex-event-processing, distributed-systems, edge-computing, fault-tolerance, internet-of-things
- Language: Python
- Homepage: https://bobocep.readthedocs.io
- Size: 1.99 MB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# BoboCEP
[](
https://github.com/r3w0p/bobocep/actions/workflows/cicd.yml)
[](
https://github.com/r3w0p/bobocep/actions/workflows/security.yml)
[](
https://github.com/r3w0p/bobocep/)
[](
https://bobocep.readthedocs.io/)
[](
https://pypi.org/project/bobocep/)
[](
https://github.com/r3w0p/bobocep/blob/main/LICENSE/)
[](
https://github.com/r3w0p/bobocep/issues/)
[](
https://app.codecov.io/github/r3w0p/bobocep)
[](
https://app.fossa.com/projects/git%2Bgithub.com%2Fr3w0p%2Fbobocep?ref=badge_shield)
[](
https://doi.org/10.21105/joss.05858)
[](
https://ko-fi.com/r3w0p)
`BoboCEP` is a [Complex Event Processing](https://en.wikipedia.org/wiki/Complex_event_processing) (CEP) engine
designed for [edge computing](https://en.wikipedia.org/wiki/Edge_computing) in
[Internet of Things](https://en.wikipedia.org/wiki/Internet_of_things) (IoT) systems
to facilitate inferential reasoning and decision-making on streaming data.
It provides [fault tolerance](https://en.wikipedia.org/wiki/Fault_tolerance) (FT) via the
[active replication](https://en.wikipedia.org/wiki/Replication_(computing)) of
partially-completed complex events across multiple instances of the software.
## License
It is an open source project, as per the
[Open Source Definition](https://opensource.org/osd).
The [source code](https://github.com/r3w0p/bobocep)
can be redistributed and/or modified under the terms of the
[MIT License](https://github.com/r3w0p/bobocep/blob/main/LICENSE).
## Documentation
Documentation is hosted by [Read the Docs](https://bobocep.readthedocs.io),
which also provides a
[PDF version](https://bobocep.readthedocs.io/_/downloads/en/latest/pdf/).