All the resulting analysis data is stored in MySQL and
MongoDB databases. Since the framework works in a distributed,
concurrent manner, server-based SQL engines such as
MySQL were more appropriate than serverless implementations
like SQLite. SQL commands are additionally wrapped with
SQLAlchemy, a library that provides object-relational mapping
(ORM), generally easing the programming.