Skip to content

Experimental micro-service for implementing the Zarr spec over HTTP

License

Notifications You must be signed in to change notification settings

joshmoore/omero-ms-zarr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMERO Zarr Microservice

This is a simple microservice that shows how a web endpoint can be provided for querying role IDs from an OMERO database.

Build

gradle build

Run

Put your OMERO server configuration into etc/omero.properties, run

gradle run --args='etc/omero.properties'

and try

src/scripts/post.py

Build jar with dependencies

gradle shadowJar
java -jar build/libs/omero-ms-zarr-0.1.0-SNAPSHOT-all.jar etc/omero.properties

About

Experimental micro-service for implementing the Zarr spec over HTTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Java 93.5%
  • Python 6.5%