https://github.com/codamic/ocean
An Onyx application for a simple data processing
https://github.com/codamic/ocean
Last synced: 11 months ago
JSON representation
An Onyx application for a simple data processing
- Host: GitHub
- URL: https://github.com/codamic/ocean
- Owner: Codamic
- License: gpl-2.0
- Created: 2017-06-10T22:33:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T22:39:47.000Z (over 7 years ago)
- Last Synced: 2025-01-12T01:33:26.900Z (12 months ago)
- Language: Clojure
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ocean
An Onyx application that does distributed things. This project has been
populated with a sample job and some basic Onyx idioms to make development
a bit easier to get started.
Build docker image: `lein do clean, uberjar; docker build -t peerimage .`