SimPy is a process-based discrete-event simulation framework based on standard Python. Processes in SimPy are defined by Python generator functions and may, for example, be used to model active ...
FauxSpark A discrete event simulation of Apache Spark, built with SimPy. The implementation reflects my understanding of Apache Spark internals. Contributions, feedback, and discussions are welcome!