Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
Simon Li edited this page Aug 29, 2014 · 6 revisions

OMERO Hadoop integration

The aim of this project is to investigate ways of accessing high performance computing (HPC) resources from OMERO, using Apache Hadoop as an example.

There are many potential ways in which OMERO could take advantage of a HPC cluster, such as distributing the generation of image pyramids (this is required to implement the image zooming capabilities in the image viewers), and for image processing and analysis.

There are currently two main strands to this work:

This work is heavily dependent on Pydoop (http://pydoop.sourceforge.net), a Python interface for Hadoop developed by CRS4 (http://www.crs4.it). Current progress can be found at OMERO Hadoop development notes.

Clone this wiki locally