Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkitektio/omero-ark-server
An OMERO proxy server hosting a GraphQL API
https://github.com/arkitektio/omero-ark-server
arkitekt arkitekt-service omero omero-server
Last synced: about 1 month ago
JSON representation
An OMERO proxy server hosting a GraphQL API
- Host: GitHub
- URL: https://github.com/arkitektio/omero-ark-server
- Owner: arkitektio
- Created: 2023-11-24T16:30:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T19:21:03.000Z (11 months ago)
- Last Synced: 2024-05-01T12:51:05.923Z (9 months ago)
- Topics: arkitekt, arkitekt-service, omero, omero-server
- Language: Python
- Homepage: https://arkitekt.live
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omero-Ark-Server
[![codecov](https://codecov.io/gh/arkitektio/omero-ark-server/branch/main/graph/badge.svg?token=UGXEA2THBV)](https://codecov.io/gh/arkitektio/omero-ark-server)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/arkitektio/omero-ark-server/)
![Maintainer](https://img.shields.io/badge/maintainer-jhnnsrs-blue)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/jhnnsrs/arkitektio/omero-ark-server)## Develompent
Omero Ark is a GraphQL API that allows you to interact with OMERO. Where possible it tries to use the same terminology as OMERO.
It is written in Python and uses the [Strawberry](https://strawberry.rocks) library to implement the GraphQL API. It is
a micro-service to run within the [Arkitekt](https://arkitekt.live) framework.### Design
We use the Strawberry Extensions system to pass a `single` user authenticated BlitzGateway session through
the GraphQL resolvers. This should reduce the number of times we need to connect to OMERO, and allow for
more efficient queries.