-
Notifications
You must be signed in to change notification settings - Fork 2
Scratch Pad
truepattern edited this page Jun 25, 2012
·
1 revision
- Task - basic unit of work
- Event - communication to tasks are via events
- Job - collection of tasks to achieve a higher order goal
- Meta data to be stored on redis cluster and the actual data to be stored on ext4 filesystem
- Provide a FUSE interface to operate on the file system
- Based off of redis
- Pluggable modules, lets start with greedy
- cloudd - cluster of node.js hosts
- mongol - unit of node (greedy task scheduler that runs within a host and pulls tasks)
- scout - agent that collects data from each host
- noyan - management node for cloudd