Tagged: Open Source

Open Source Software in Python

Aspects.py – aspects.py library provides means to intercept function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked...

Apache Kafka – distributed publish-subscribe messaging system

Distributed system:: Apache Kafka – distributed publish-subscribe messaging system. Apache Kafka is a distributed publish-subscribe messaging system. It is designed to support the following: – Persistent messaging with O(1) disk structures that provide constant time...