2 years ago
Tues Mar 21, 2023 3:54pm PST
Show HN: Rosetta, a science platform for intensive and interactive data analysis
Rosetta is a "science platform" that aims at making it easier to run interactive, resource-intensive data analysis tasks.

It basically allows to run software containers with Jupyter Notebooks and virtual desktops on remote computing resources, let it be a single powerful server on AWS or an HPC cluster managed with a queuing system. Using software containers greatly improves reproducibility and significantly cuts down the time required to setup new software and libraries.

One of its main benefits, besides using software containers, is that it can be integrated with existent infrastructure at user-level. Usually, an SSH account on the computing resource and a pre-installed container engine (Docker, Podman, Singularity/Apptainer) are the only requirements.

Rosetta ships "batteries included" under the Apache 2 open source licence, and as linked in the paper it can be found here: https://www.ict.inaf.it/gitlab/exact/Rosetta/.

read article
comments:
add comment
loading comments...