Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
slimgrid-worker-0.0.1-SNAPSHOT.zip | 2013-05-17 | 4.0 MB | |
slimgrid-0.0.1-SNAPSHOT.jar | 2013-05-17 | 102.6 kB | |
Totals: 2 Items | 4.1 MB | 0 |
------------------------- 1) General description ------------------------- Slimgrid is an open source java library to provide very simple and lightweighted middleware for grid computations. It is built on top of the most awesome Apache's recent projects: ZooKeeper and Curator. Slimgrid is extremely easy to setup, run, and deploy. All communication between nodes (client, coordination server, workers) goes via single port. This makes it very suitable if nodes are located behind firewalls with port filtering. ------------------------- 2) Required libraries ------------------------- Use depedencies in the maven's pom.xml file. You should find this: a) Apache ZooKeeper version 3.4.5 -the most fundamental library b) Apache Curator version 2.0.0-incubating curator-framework, curator-client, curator-recipes -very convenient and easy wrap of ZooKeeper's raw API c) Logging: slf4j-api : 1.7.5 slf4j-log4j12: 1.7.5 log4j: 1.2.17 d) Apache Commons-CLI: 1.2 e) Graphics and UI: miglayout-swing : 4.2 jgoodies-forms: 1.2.1 ------------------------- More info to come.... ========================= May 17, 2013 Dalimir Orfanus