comparison paper/master_paper.bib @ 0:90adb016389d

First commit
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Wed, 08 Jan 2014 04:40:03 +0900
parents
children faa708c2958b
comparison
equal deleted inserted replaced
-1:000000000000 0:90adb016389d
1 @article{shoshi:2010a,
2 author = "玉城 将士 and 河野 真治",
3 title = "Cassandraを使ったCMSのPCクラスタを使ったスケーラビリティの検証",
4 journal = "日本ソフトウェア科学会",
5 month = "August",
6 year = 2010
7 }
8
9 @article{shoshi:2011a,
10 author = "玉城 将士 and 河野 真治",
11 title = "Cassandraを使ったスケーラビリティのあるCMSの設計",
12 journal = "情報処理学会",
13 month = "March",
14 year = 2011
15 }
16
17 @article{shoshi:2011b,
18 author = "玉城 将士 and 河野 真治",
19 title = "Cassandraと非破壊的構造を用いたCMSのスケーラビリティ検証環境の構築",
20 journal = "日本ソフトウェア科学会",
21 month = "August",
22 year = 2011
23 }
24
25 @article{cassandra,
26 author = "Avinash Lakshman and Prashant Malik.",
27 title = "Cassandra - a decentralized structured storage system",
28 journal = "LADIS",
29 year = "2003",
30 month = "Mar"
31 }
32
33 @article{bigtable,
34 author = "Fay Changand Jeffrey Dean and Sanjay Ghemawat and Wilson C. Hsieh and Deborah A. Wallach and Mike Burrows and Tushar Chandra and Andrew Fikes and Robert E. Gruber",
35 title = "Bigtable : A Distributed Storege System for Structured Data"
36 }
37
38 @article{cap,
39 author = "Nancy Lynch and Seth Gilbert",
40 title = "Brewer's conjecture and the feasibility of consistent, available, partition-tolerant web services",
41 journal = "ACM SIGACT News",
42 year = "2002"
43 }
44
45 @article{dynamo,
46 author = "Giuseppe DeCandia and Deniz Hastorun and Madan Jampani and Gunavardhan Kakulapati and Avinash Lakshman and Alex Pilchin and Swaminathan Sivasubramanian and Peter Vosshall and Werner Vogels",
47 title = "Dynamo: Amazon's Highly Avaliable Key-value Store"
48 }
49
50 @article{seda:1,
51 author = "Matt Welsh",
52 title = "The Staged Event-Driven Architecture for Highly-Concurrent Server Applications"
53 }
54
55 @article{seda:2,
56 author = "Matt Welsh, David Culler, Eric Brewer",
57 title = "SEDA : An Architecture for Well-Conditioned , Scalable Internet Services",
58 journal = "SOSP"
59 }