Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevoree/kevoree-samples
Scaler.java
https://github.com/kevoree/kevoree-samples
Last synced: about 1 month ago
JSON representation
Scaler.java
- Host: GitHub
- URL: https://github.com/kevoree/kevoree-samples
- Owner: kevoree
- License: lgpl-3.0
- Created: 2013-12-02T09:43:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T10:22:42.000Z (almost 10 years ago)
- Last Synced: 2024-04-10T22:30:19.526Z (9 months ago)
- Language: Java
- Homepage:
- Size: 36.5 MB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kevoree-samples
===============This repository contains various samples project to make it easier to discover Kevoree developement. Theses samples project are mostly designed to be used in addition of Kevoree tutorials. Most of them are not complet project but more a quick start for your own development
* HelloWorld : Sample CPU load prob component, aims at covering most of important Kevoree annotations
* ProducerComsumer : As it's name, this define a squeleton to implement the producer/consumer pattern in Kevoree.
* DistributedToys : This project contains only a kevscript file allowing you to easily test a distributed usage of Kevoree (group and channel).
* Breakdown : Sample component , self-triggering himself an adaptation consisting in supressing itself.
* Scaler : Quickoff project to define an elastic manager of web front-end.
* WebScaler : same but taking into account virtual machine allocation.