TAkka provides better typed akka style APIs for concurrent, fault-tolerant and scalable applications.
TAkka is Open Source and available under the Apache 2 License.
Source code in this repository is either original or derivative works of open source project. Work in this reporsitory are licensed under the Apache License, Version 2.0.
-
HWbwlfscript: shell script for running scalability benchmarks on the Beowulf cluster at Heriot-Watt University
-
EnMAS: TAkka implementation of EnMAS (https://github.com/EnMAS/EnMAS-Framework) project.
-
examples: small takka and akka examples.
-
scalabilityBenchmark: scalability Benchmarks on a signle machine.
-
scalabilityBeowulf: scalability Benchmark on Beowulf cluster, tested on the cluster at Heriot-Watt University.
-
socko-webserver: source code of the socko webserver project. Retrieved on 24 June 2012
-
socko-examples: examples of socko. Retrieved on 24 June 2012
-
takka-gatling: TAkka implementation of the Gatling project.
-
takka-socko-webserver: TAkka implementation of Socko[https://github.com/mashupbots/socko]
-
takka-socko-examples: TAkka implementation of Socko examples
-
takka: source code of the TAkka library.
- TAkka Play
- The ATM example and the Elavator example are ported from commercial courses used at QuivQ and Erlang Solutions. They are saved in a private repository. If you would like to have an access to the code, please contact me first or directly contact QuviQ.com and Erlang Solutions for their permissions.
-
We are currently using Eclipse 3.8 Juno with Scala IDE nightly build
-
We are currently using Scala 2.10 and JDK7.
-
copy to a local working folder. $ git clone [email protected]:Jiansen/TAkka.git
-
(read-only copy. $ git clone git://github.com/Jiansen/TAkka.git)
-
enter to the working folder. $ cd TAkka
-
(option) update the working copy. $ git pull
-
(option) $ sbt update
-
Generate eclipse project files:
sbt eclispse
-
Start
Eclipse
-
From the top menu, select
File
|Import
- Select
General
|Existing Projects into Workspace
. - Click
Next
. - Select the
TAkka
source code directory as the root - Should see
snapshot
etc. underProjects
- Click
Finish
- Select
Modify the script used in this project or create your own script according to the following guidance.
- running sbt on different beowulf nodes may re-compile the code.
- We use sbt-assembly to package all requried files in a single jar, so that the benchmark application can be run as standard JAVA application
- the bash script for running the benchmark are given at ***
$ sbt "project scalabilityBeowulf" "assembly"
- start node
$ java -cp ./scalabilityBeowulf/target/scala-2.10/scalabilityBeowulf-assembly-0.1-SNAPSHOT.jar scalabilityBeowulf.takka.TAkkaWorkerNode 01
- run bench
Follow instructions given in Web_Server_with_AWS_Auto_Scaling.md
- build application
$ sbt "project takka-socko-examples" "assembly"
- start application
$ java -cp ./takka-socko-examples/target/scala-2.10/takka-socko-examples-assembly-0.1-SNAPSHOT.jar org.mashupbots.socko.framework_benchmarks.BenchmarkApp
- run bench http://hostname:8888/json