Mercurial > hg > Papers > 2014 > nobuyasu-master
annotate paper/master_paper.bib @ 75:986f07c56c83
Fixed conclusion
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 02 Feb 2014 11:11:04 +0900 |
parents | 97d4c219ae76 |
children | 62d39472d5d4 |
rev | line source |
---|---|
69 | 1 @article{msgpack:2013, |
2 author = "http://msgpack.org/", | |
3 title = "MessagePack" | |
4 } | |
5 | |
63
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
6 @article{shoshi:2013a, |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
7 author = "大城 信康 and 河野 真治", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
8 title = "Data Segment の分散データベースへの応用", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
9 journal = "日本ソフトウェア科学会", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
10 month = "September", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
11 year = 2013 |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
12 } |
0 | 13 @article{shoshi:2010a, |
14 author = "玉城 将士 and 河野 真治", | |
15 title = "Cassandraを使ったCMSのPCクラスタを使ったスケーラビリティの検証", | |
16 journal = "日本ソフトウェア科学会", | |
17 month = "August", | |
18 year = 2010 | |
19 } | |
20 | |
21 @article{shoshi:2011a, | |
22 author = "玉城 将士 and 河野 真治", | |
23 title = "Cassandraを使ったスケーラビリティのあるCMSの設計", | |
24 journal = "情報処理学会", | |
25 month = "March", | |
26 year = 2011 | |
27 } | |
28 @article{cassandra, | |
29 author = "Avinash Lakshman and Prashant Malik.", | |
30 title = "Cassandra - a decentralized structured storage system", | |
31 journal = "LADIS", | |
32 year = "2003", | |
33 month = "Mar" | |
34 } | |
35 | |
36 @article{bigtable, | |
37 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", | |
38 title = "Bigtable : A Distributed Storege System for Structured Data" | |
39 } | |
40 | |
41 @article{cap, | |
42 author = "Nancy Lynch and Seth Gilbert", | |
43 title = "Brewer's conjecture and the feasibility of consistent, available, partition-tolerant web services", | |
44 journal = "ACM SIGACT News", | |
45 year = "2002" | |
46 } | |
47 | |
48 @article{dynamo, | |
49 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", | |
50 title = "Dynamo: Amazon's Highly Avaliable Key-value Store" | |
51 } | |
52 | |
53 @article{seda:1, | |
54 author = "Matt Welsh", | |
55 title = "The Staged Event-Driven Architecture for Highly-Concurrent Server Applications" | |
56 } | |
57 | |
58 @article{seda:2, | |
59 author = "Matt Welsh, David Culler, Eric Brewer", | |
60 title = "SEDA : An Architecture for Well-Conditioned , Scalable Internet Services", | |
61 journal = "SOSP" | |
62 } | |
63
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
63 |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
64 @misc{deos2013, |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
65 author = "{Mario Tokoro, Editor}", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
66 title = "{Open Systems Dependability - Dependability Engineering for Ever-Changing Systems}", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
67 journal = "ISBN: 978-1-4665-7751-0, CRC Press", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
68 year = "2013" |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
69 } |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
70 @misc{d-add2013, |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
71 author = "{永山 辰巳 and 横手 靖彦}", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
72 title = "{オープンシステムディペンダビリティとD-Caseを繋ぐリポジトリ}", |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
73 year = "2013" |
d770a2b534b3
Writed description of persistent
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
50
diff
changeset
|
74 } |