-
Notifications
You must be signed in to change notification settings - Fork 10
Home
andyk edited this page Jan 8, 2011
·
20 revisions
Welcome to the scads wiki. Scads is broken into the following subprojects:
- avro - the avro-scala-compiler plugin that takes classes annotated with
AvroRecord
orAvroPair
and adds methods at compile-time to make them avro serializable. - comm - network based message passing layer
- config - configuration file loading / parsing. more on scads config files
- deploylib - helper scripts for controlling the rcluster and ec2 machines either using SSH or Mesos
- director - the scads realtime resource provisioning director
- perf - various performance tests
- piql - the piql langauge, optimizer and execution engine
- repl - a lift webapplication that provides a browser based REPL (like a scala interactive interpreter)
- scalaengine - the scads bdb based storage engine and client library
Ex: git clone [email protected]:radlab/SCADS.git