https://github.com/golemfactory/jfaas
https://github.com/golemfactory/jfaas
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/golemfactory/jfaas
- Owner: golemfactory
- License: lgpl-3.0
- Created: 2020-10-06T18:27:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T08:28:11.000Z (about 5 years ago)
- Last Synced: 2025-02-09T10:42:40.018Z (11 months ago)
- Language: Java
- Size: 47.9 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jfaas
`jfaas` is a tool for running java apps on Yagna. It delegates calls and executes on the remote machine.
See README in modules below for more detailed information. In particular see `jfaas-local-example` for information on how to use it.
`jfaas-proxy` -- the library required by the caller java app. Add it to your classpath.
`jfaas-runner` -- the java app that calls the target client jar. Requires the client jar in the classpath.
`jfaas-local-example` -- an example on how to use jfaas and the demonstation how it works locally. In order to run your jfaas app locally see `local-command.sh` and the app run command in paticular.