Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 789 Bytes

server-blitz.rst

File metadata and controls

23 lines (18 loc) · 789 Bytes

OMERO.blitz

The OMERO.blitz server is responsible for providing secure access to data and metadata via user sessions (/developers/Server/Sessions), and cleaning up all resources when they are no longer being used. Various server capabilities are accessed via a multitude of services collectively known as the .

Metadata

Metadata stored in an object-relational database is mapped into the OMERO /developers/Model via Hibernate. Hibernate Query Language (HQL) calls can be made against the server and have all ownership information automatically taken into account.

Image data

The binary image data can either be accessed in its raw form via the RawPixelsStore service, or can be rendered by the server-rendering service.