diff --git a/app/public/index.html b/app/public/index.html new file mode 100644 index 0000000..3df4ec9 --- /dev/null +++ b/app/public/index.html @@ -0,0 +1,79 @@ + + + + + + + + <%= display(@which) %> — cloud exchange + + + + + + + + + +
+
+

cloud exchange

+
+ +
+ +
+

+ when amazon started to offer spot instances + in december 2009, i quickly hacked a little sinatra app that displayed the spot price history as + interactive flash charts. + unfortunately, due to time constraints i cannot maintain this website any longer. +

+ +

+ if you are curious how the charts looked like, have a look at these + screenshots. + if you want to build something similar, feel free to use + my code as a starting point. +

+ +

+ you might also want to check out the + interesting paper + by orna ben-yehuda et. al., which tries to reverse-engineer the pricing algorithm used by amazon, and concludes + that prices "are usually not market-driven as sometimes previously assumed. Rather, they are typically generated + at random from within a tight price interval". +

+ +

+ tim, january 2012 +

+
+
+ + + + + + + + diff --git a/config/nginx.conf b/config/nginx.conf index e66e199..7ebbb31 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -7,6 +7,5 @@ server { location / { root /home/www/domains/cloudexchange.org/app/public; index index.html; - passenger_enabled on; } }