Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dermatologist/java-ext
Java8 template for OpenFaaS that pulls Java modules from GitHub using JitPack.io
https://github.com/dermatologist/java-ext
fhir h2oai imagej java8-template openfaas serverless
Last synced: 7 days ago
JSON representation
Java8 template for OpenFaaS that pulls Java modules from GitHub using JitPack.io
- Host: GitHub
- URL: https://github.com/dermatologist/java-ext
- Owner: dermatologist
- Created: 2019-09-25T23:14:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T01:51:40.000Z (over 4 years ago)
- Last Synced: 2024-10-07T12:23:08.526Z (3 months ago)
- Topics: fhir, h2oai, imagej, java8-template, openfaas, serverless
- Language: Java
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-ext
Java8 OpenFaaS Template that pulls GitHub Modules using JitPack
## Templates available in this repository:
- java-imj - Image Analytics with ImageJ
- java-fhir - FHIR based ML Model deployments for digital health. *paper in print*
- java-h2o - Template for deploying [h2o](http://h2o.ai) MOJO models for predictions.[[Details](http://docs.h2o.ai/h2o/latest-stable/h2o-docs/productionizing.html)]## Downloading the templates
```
faas-cli template pull https://github.com/dermatologist/java-ext
```## Citation
* Please cite the following article:
```
@misc{eapen2020serverless,
title={Serverless on FHIR: Deploying machine learning models for healthcare on the cloud},
author={Bell Raj Eapen and Kamran Sartipi and Norm Archer},
year={2020},
eprint={2006.04748},
archivePrefix={arXiv},
primaryClass={cs.CY}
}```
# Using the template
Create a new function (Check the templates available above)
```
faas-cli new --lang java-imj -p
```
Build, push, and deploy
```
faas-cli up -f .yml
```
Test the new function
```
echo -n content | faas-cli invoke
```
## Contributors* [Bell Eapen](https://nuchange.ca) | [Contact](https://nuchange.ca/contact)