Wiki

Version 31 (Christos KK Loverdos, 10/05/2012 06:07 pm)

1 1 Giorgos Gousios
h1. Aquarium
2 1 Giorgos Gousios
3 26 Christos KK Loverdos
Aquarium provides charging and billing services for the Okeanos IaaS.
4 1 Giorgos Gousios
5 20 Christos KK Loverdos
h2. Getting Started
6 20 Christos KK Loverdos
7 20 Christos KK Loverdos
We use Scala for development and Git for version control.
8 20 Christos KK Loverdos
You can find some helpful Scala resources here:
9 20 Christos KK Loverdos
* "Main Scala site":http://www.scala-lang.org
10 20 Christos KK Loverdos
* "Scala books":http://www.scala-lang.org/node/959
11 21 Christos KK Loverdos
** Programming in Scala, 1st edition is "free":http://www.artima.com/pins1ed/
12 20 Christos KK Loverdos
13 20 Christos KK Loverdos
You can find some helpful Git resources here:
14 20 Christos KK Loverdos
* "Pro Git Book":http://progit.org/
15 21 Christos KK Loverdos
** Available in "HTML":http://progit.org/book/, "pdf":http://progit.org/ebook/progit.pdf, "mobi":https://github.s3.amazonaws.com/media/pro-git.en.mobi and "epub":https://github.s3.amazonaws.com/media/progit.epub
16 20 Christos KK Loverdos
17 25 Christos KK Loverdos
The code is "here":https://code.grnet.gr/git/aquarium. Feel free to use an "Atom":https://code.grnet.gr/git/aquarium/atom or an "RSS":https://code.grnet.gr/git/aquarium/rss feed of the commits.
18 24 Christos KK Loverdos
19 15 Christos KK Loverdos
h2. Events
20 16 Christos KK Loverdos
21 17 Christos KK Loverdos
* [[Resource Event Format]]
22 19 Christos KK Loverdos
* [[User Event Format]]
23 14 Christos KK Loverdos
24 4 Giorgos Gousios
h2. Project organization and conventions
25 4 Giorgos Gousios
26 7 Giorgos Gousios
* "Coding Style":http://docs.scala-lang.org/style/ The guide does not specify a strict limit of characters per line. For Aquarium, we use 120.
27 12 Christos KK Loverdos
28 12 Christos KK Loverdos
h2. Useful sites
29 13 Christos KK Loverdos
30 5 Christos KK Loverdos
* "Scala cheatsheets":http://docs.scala-lang.org/cheatsheets/
31 6 Christos KK Loverdos
* "Scaladoc":https://wiki.scala-lang.org/display/SW/Scaladoc
32 11 Christos KK Loverdos
* "Scala info on StackOverflow":http://stackoverflow.com/tags/scala/info
33 12 Christos KK Loverdos
* "Twitter's Effective Scala":http://twitter.github.com/effectivescala/
34 8 Christos KK Loverdos
35 27 Christos KK Loverdos
h2. Other software docs
36 8 Christos KK Loverdos
37 27 Christos KK Loverdos
* "MongoDB Production Notes":http://www.mongodb.org/display/DOCS/Production+Notes
38 29 Prodromos Gerakios
39 29 Prodromos Gerakios
h2. Minutes
40 29 Prodromos Gerakios
41 29 Prodromos Gerakios
 * [[Meeting_11_06_2012]]