# Exploring polyglot software frameworks in ALICE with FairMQ and fer

**Authors:** S. Binet (for the ALICE Collaboration)

arXiv: 1901.04834 · 2019-10-02

## TL;DR

This paper presents fer, a Go-based toolkit that interoperates with FairMQ, enabling polyglot distributed frameworks within the ALICE-O2 data processing environment to handle high data rates efficiently.

## Contribution

Introduction of fer, a new Go-based toolkit that interoperates with FairMQ, facilitating polyglot programming in ALICE-O2's distributed data processing framework.

## Key findings

- fer enables cross-language data exchange with FairMQ
- Supports high data rates in ALICE-O2 framework
- Demonstrates polyglot framework capabilities

## Abstract

In order to meet the challenges of the Run 3 data rates and volumes, the ALICE collaboration is merging the online and offline infrastructures into a common framework: ALICE-O2. O2 is based on FairRoot and FairMQ, a message-based, multi-threaded and multi-process control framework. In FairMQ, processes (possibly on different machines) exchange data via message queues either through 0MQ or nanomsg. In turn, this enables developers to write their reconstruction or analysis process in whatever language they choose or deem appropriate for the task at hand, as long as that programming language can send and receive data through these message queues. This paper introduces fer, a Go-based toolkit that interoperates with the C++ toolkit FairMQ, to explore the realm of polyglot distributed frameworks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.04834/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1901.04834/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/1901.04834/full.md

---
Source: https://tomesphere.com/paper/1901.04834