-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.bib
2846 lines (2691 loc) · 94.3 KB
/
all.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{Herlihy1990,
author = {Herlihy, Maurice P. and Wing, Jeannette M.},
title = {{Linearizability: A Correctness Condition for Concurrent Objects}},
journal = {{ACM Transactions on Programming Languages and Systems}},
issue_date = {July 1990},
volume = {12},
number = {3},
month = jul,
year = {1990},
issn = {0164-0925},
pages = {463--492},
numpages = {30},
doi = {10.1145/78969.78972},
acmid = {78972},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Walter,
author = {Sovran, Yair and Power, Russell and Aguilera, Marcos K. and Li, Jinyang},
title = {{Transactional Storage for Geo-replicated Systems}},
booktitle = {{Proceedings of the Twenty-Third ACM Symposium on Operating Systems Principles}},
series = {SOSP '11},
year = {2011},
isbn = {978-1-4503-0977-6},
location = {Cascais, Portugal},
pages = {385--400},
numpages = {16},
doi = {10.1145/2043556.2043592},
acmid = {2043592},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {asynchronous replication, distributed storage, geo-distributed systems, key-value store, parallel snapshot isolation, transactions},
}
@inproceedings{Berenson95,
author = {Berenson, Hal and Bernstein, Phil and Gray, Jim and Melton, Jim and O'Neil, Elizabeth and O'Neil, Patrick},
title = {{A Critique of ANSI SQL Isolation Levels}},
booktitle = {{Proceedings of the 1995 ACM SIGMOD International Conference on Management of Data}},
series = {SIGMOD '95},
year = {1995},
isbn = {0-89791-731-6},
location = {San Jose, California, USA},
pages = {1--10},
numpages = {10},
doi = {10.1145/223784.223785},
acmid = {223785},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Calm,
author = {Peter Alvaro and Neil Conway and Joe Hellerstein and William R. Marczak},
title = {{Consistency Analysis in Bloom: a {CALM} and Collected Approach}},
booktitle = {{CIDR} 2011, Fifth Biennial Conference on Innovative Data Systems
Research, Asilomar, CA, USA, January 9-12, 2011, Online Proceedings},
year = {2011},
pages = {249--260},
url = {http://www.cidrdb.org/cidr2011/Papers/CIDR11_Paper35.pdf},
}
@inproceedings{Sieve,
author = {Li, Cheng and Leit\~{a}o, Jo\~{a}o and Clement, Allen and Pregui\c{c}a, Nuno and Rodrigues, Rodrigo and Vafeiadis, Viktor},
title = {{Automating the Choice of Consistency Levels in Replicated Systems}},
booktitle = {{Proceedings of the 2014 USENIX Conference on USENIX Annual Technical Conference}},
series = {USENIX ATC'14},
year = {2014},
isbn = {978-1-931971-10-2},
location = {Philadelphia, PA},
pages = {281--292},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=2643634.2643664},
acmid = {2643664},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{Eiger,
author = {Lloyd, Wyatt and Freedman, Michael J. and Kaminsky, Michael and Andersen, David G.},
title = {{Stronger Semantics for Low-latency Geo-replicated Storage}},
booktitle = {{Proceedings of the 10th USENIX Conference on Networked Systems Design and Implementation}},
series = {nsdi'13},
year = {2013},
location = {Lombard, IL},
pages = {313--328},
numpages = {16},
url = {http://dl.acm.org/citation.cfm?id=2482626.2482657},
acmid = {2482657},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{BoltOn,
author = {Bailis, Peter and Ghodsi, Ali and Hellerstein, Joseph M. and Stoica, Ion},
title = {{Bolt-on Causal Consistency}},
booktitle = {{Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data}},
series = {SIGMOD '13},
year = {2013},
isbn = {978-1-4503-2037-5},
location = {New York, New York, USA},
pages = {761--772},
numpages = {12},
doi = {10.1145/2463676.2465279},
acmid = {2465279},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {causal consistency, eventual consistency, separation of concerns},
}
@incollection{SSS,
author={Shapiro, Marc and Preguiça, Nuno and Baquero, Carlos and Zawirski, Marek},
year={2011},
isbn={978-3-642-24549-7},
booktitle={{Stabilization, Safety, and Security of Distributed Systems}},
volume={6976},
series={Lecture Notes in Computer Science},
editor={Défago, Xavier and Petit, Franck and Villain, Vincent},
doi={10.1007/978-3-642-24550-3_29},
title={{Conflict-Free Replicated Data Types}},
publisher={Springer Berlin Heidelberg},
keywords={Eventual Consistency; Replicated Shared Objects; Large-Scale Distributed Systems},
pages={386-400},
language={English}
}
@misc{Z3,
key = {Z3},
title={The Z3 Theorem Prover},
url = {{https://github.com/Z3Prover/z3}},
note = {Accessed: 2022-03-20 13:21:00},
year = {2022}
}
@misc{mirage,
key = {Mirage},
title={{A programming framework for building type-safe, modular systems}},
url = {https://mirage.io },
note = {Accessed: 2017-01-03 12:21:00},
year = {2013}
}
@misc{RUBiS,
key = {RUBiS},
title={{Rice University Bidding System}},
url = {http://rubis.ow2.org/},
note = {Accessed: 2014-11-4 13:21:00},
year = {2014}
}
@misc{Twissandra,
key = {Twissandra},
title={{Twitter clone on Cassandra}},
url = {http://twissandra.com/},
note = {Accessed: 2014-11-4 13:21:00},
year = {2014}
}
@inproceedings{YCSB,
author = {Cooper, Brian F. and Silberstein, Adam and Tam, Erwin and Ramakrishnan, Raghu and Sears, Russell},
title = {{Benchmarking Cloud Serving Systems with YCSB}},
booktitle = {{Proceedings of the 1st ACM Symposium on Cloud Computing}},
series = {SoCC '10},
year = {2010},
isbn = {978-1-4503-0036-0},
location = {Indianapolis, Indiana, USA},
pages = {143--154},
numpages = {12},
doi = {10.1145/1807128.1807152},
acmid = {1807152},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {benchmarking, cloud serving database},
}
@inproceedings{Burckhardt2012,
author = {Burckhardt, Sebastian and Leijen, Daan and F\"{a}hndrich, Manuel and Sagiv, Mooly},
title = {{Eventually Consistent Transactions}},
booktitle = {{Proceedings of the 21st European Conference on Programming Languages and Systems}},
series = {ESOP'12},
year = {2012},
isbn = {978-3-642-28868-5},
location = {Tallinn, Estonia},
pages = {67--86},
numpages = {20},
doi = {10.1007/978-3-642-28869-2_4},
acmid = {2259252},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@article{Serializability,
author = {Papadimitriou, Christos H.},
title = {{The Serializability of Concurrent Database Updates}},
journal = {{Journal of the ACM}},
issue_date = {Oct. 1979},
volume = {26},
number = {4},
month = oct,
year = {1979},
issn = {0004-5411},
pages = {631--653},
numpages = {23},
doi = {10.1145/322154.322158},
acmid = {322158},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{Brewer2000,
author={Brewer, Eric},
title={{Towards Robust Distributed Systems (Invited Talk)}},
series = {PODC},
year = {2000}
}
@article{Gilbert2002,
author = {Gilbert, Seth and Lynch, Nancy},
title = {{Brewer's Conjecture and the Feasibility of Consistent, Available, Partition-tolerant Web Services}},
journal = {SIGACT News},
issue_date = {June 2002},
volume = {33},
number = {2},
month = jun,
year = {2002},
issn = {0163-5700},
pages = {51--59},
numpages = {9},
doi = {10.1145/564585.564601},
acmid = {564601},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Dynamo,
author = {DeCandia, Giuseppe and Hastorun, Deniz and Jampani, Madan and Kakulapati, Gunavardhan and Lakshman, Avinash and Pilchin, Alex and Sivasubramanian, Swaminathan and Vosshall, Peter and Vogels, Werner},
title = {{Dynamo: Amazon's Highly Available Key-value Store}},
booktitle = {{Proceedings of Twenty-first ACM SIGOPS Symposium on Operating Systems Principles}},
series = {SOSP '07},
year = {2007},
isbn = {978-1-59593-591-5},
location = {Stevenson, Washington, USA},
pages = {205--220},
numpages = {16},
doi = {10.1145/1294261.1294281},
acmid = {1294281},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {performance, reliability, scalability},
}
@article{Cassandra,
author = {Lakshman, Avinash and Malik, Prashant},
title = {{Cassandra: A Decentralized Structured Storage System}},
journal = {{SIGOPS Operating Systems Review}},
issue_date = {April 2010},
volume = {44},
number = {2},
month = apr,
year = {2010},
issn = {0163-5980},
pages = {35--40},
numpages = {6},
doi = {10.1145/1773912.1773922},
acmid = {1773922},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Burckhardt2014,
author = {Burckhardt, Sebastian and Gotsman, Alexey and Yang, Hongseok and Zawirski, Marek},
title = {{Replicated Data Types: Specification, Verification, Optimality}},
booktitle = {{Proceedings of the 41st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages}},
series = {POPL '14},
year = {2014},
isbn = {978-1-4503-2544-8},
location = {San Diego, California, USA},
pages = {271--284},
numpages = {14},
doi = {10.1145/2535838.2535848},
acmid = {2535848},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {eventual consistency, replication, weak memory},
}
@inproceedings{Pileus,
author = {Terry, Douglas B. and Prabhakaran, Vijayan and Kotla, Ramakrishna and Balakrishnan, Mahesh and Aguilera, Marcos K. and Abu-Libdeh, Hussam},
title = {{Consistency-based Service Level Agreements for Cloud Storage}},
booktitle = {{Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles}},
series = {SOSP '13},
year = {2013},
isbn = {978-1-4503-2388-8},
location = {Farminton, Pennsylvania},
pages = {309--324},
numpages = {16},
doi = {10.1145/2517349.2522731},
acmid = {2522731},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {cloud computing, consistency, replication, service level agreement, storage},
}
@inproceedings{RedBlue,
author = {Li, Cheng and Porto, Daniel and Clement, Allen and Gehrke, Johannes and Pregui\c{c}a, Nuno and Rodrigues, Rodrigo},
title = {{Making Geo-replicated Systems Fast As Possible, Consistent when Necessary}},
booktitle = {{Proceedings of the 10th USENIX Conference on Operating Systems Design and Implementation}},
series = {OSDI'12},
year = {2012},
isbn = {978-1-931971-96-6},
location = {Hollywood, CA, USA},
pages = {265--278},
numpages = {14},
url = {http://dl.acm.org/citation.cfm?id=2387880.2387906},
acmid = {2387906},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@article{IConfluence,
author = {Peter Bailis and Alan Fekete and Michael J. Franklin and Ali Ghodsi and Joseph M. Hellerstein and Ion Stoica},
title = {{Coordination-Avoiding Database Systems}},
journal = {CoRR},
year = {2014},
volume = {abs/1402.2237},
url = {http://arxiv.org/abs/1402.2237},
}
@article{BailisHAT,
author = {Peter Bailis and Aaron Davidson and Alan Fekete and Ali Ghodsi and Joseph M. Hellerstein and Ion Stoica},
title = {{Highly Available Transactions: Virtues and Limitations}},
journal = {PVLDB},
volume = {7},
number = {3},
year = {2013},
pages = {181-192},
ee = {http://www.vldb.org/pvldb/vol7/p181-bailis.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{COPS,
author = {Lloyd, Wyatt and Freedman, Michael J. and Kaminsky, Michael and Andersen, David G.},
title = {{Don't Settle for Eventual: Scalable Causal Consistency for Wide-area Storage with COPS}},
booktitle = {{Proceedings of the Twenty-Third ACM Symposium on Operating Systems Principles}},
series = {SOSP '11},
year = {2011},
isbn = {978-1-4503-0977-6},
location = {Cascais, Portugal},
pages = {401--416},
numpages = {16},
doi = {10.1145/2043556.2043593},
acmid = {2043593},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {ALPS systems, causal + consistency, key-value storage, read transactions, scalable wide-area replication},
}
@inproceedings{Session,
author = {Terry, Douglas B. and Demers, Alan J. and Petersen, Karin and Spreitzer, Mike and Theimer, Marvin and Welch, Brent W.},
title = {{Session Guarantees for Weakly Consistent Replicated Data}},
booktitle = {{Proceedings of the Third International Conference on Parallel and Distributed Information Systems}},
series = {PDIS '94},
year = {1994},
isbn = {0-8186-6400-2},
pages = {140--149},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=645792.668302},
acmid = {668302},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Tango,
author = {Balakrishnan, Mahesh and Malkhi, Dahlia and Wobber, Ted and Wu, Ming and Prabhakaran, Vijayan and Wei, Michael and Davis, John D. and Rao, Sriram and Zou, Tao and Zuck, Aviad},
title = {{Tango: Distributed Data Structures over a Shared Log}},
booktitle = {{Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles}},
series = {SOSP '13},
year = {2013},
isbn = {978-1-4503-2388-8},
location = {Farminton, Pennsylvania},
pages = {325--340},
numpages = {16},
doi = {10.1145/2517349.2522732},
acmid = {2522732},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{indigo,
author = {Valter Balegas and Nuno Pregui{\c c}a and Rodrigo Rodrigues and S{\'e}rgio Duarte and Carla Ferreira and Mahsa Najafzadeh and Marc Shapiro},
title = {{Putting the Consistency back into Eventual Consistency}},
booktitle = {{Proceedings of the Tenth European Conference on Computer System}},
year = {2015},
series = {EuroSys '15},
address = {Bordeaux, France},
url = {http://lip6.fr/Marc.Shapiro/papers/putting-consistency-back-EuroSys-2015.pdf}
}
@inproceedings{Burckhardt2015,
author = {Sebastian Burckhardt and Daan Leijen and Jonathan Protzenko and Manuel F\"{a}hndrich},
title = {{Global Sequence Protocol: A Robust Abstraction for Replicated Shared State}},
booktitle = {{Proceedings of the 29th European Conference on Object-Oriented Programming}},
year = {2015},
series = {ECOOP '15},
address = {Prague, Czech Republic},
url = {http://research.microsoft.com/pubs/240462/gsp-tr-2015-2.pdf}
}
@techreport{techrep,
author = {{KC Sivaramakrishnan} and Gowtham Kaki and Suresh Jagannathan},
title = {{Declarative Programming over Eventually Consistent Data
Store}},
institution = {Purdue University},
number = {TR-15-002},
url = {http://docs.lib.purdue.edu/cstech/1776/},
year = 2015}
@inproceedings{WWP+15,
author = {Wilcox, James R. and Woos, Doug and Panchekha, Pavel and Tatlock, Zachary and Wang, Xi and Ernst, Michael D. and Anderson, Thomas},
title = {{Verdi: A Framework for Implementing and Formally Verifying Distributed Systems}},
booktitle = {PLDI},
year = {2015},
pages = {357--368},
}
@inproceedings{CDE+12,
author = {Corbett, James C. and Dean, Jeffrey and Epstein, Michael and Fikes, Andrew and Frost, Christopher and Furman, J. J. and Ghemawat, Sanjay and Gubarev, Andrey and Heiser, Christopher and Hochschild, Peter and Hsieh, Wilson and Kanthak, Sebastian and Kogan, Eugene and Li, Hongyi and Lloyd, Alexander and Melnik, Sergey and Mwaura, David and Nagle, David and Quinlan, Sean and Rao, Rajesh and Rolig, Lindsay and Saito, Yasushi and Szymaniak, Michal and Taylor, Christopher and Wang, Ruth and Woodford, Dale},
title = {{Spanner: Google's Globally-distributed Database}},
booktitle = {Proceedings of the 10th USENIX Conference on Operating Systems Design and Implementation},
series = {OSDI'12},
year = {2012},
isbn = {978-1-931971-96-6},
location = {Hollywood, CA, USA},
pages = {251--264},
numpages = {14},
url = {http://dl.acm.org/citation.cfm?id=2387880.2387905},
acmid = {2387905},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{DNN+15,
author = {Dragojevi\'{c}, Aleksandar and Narayanan, Dushyanth and Nightingale, Edmund B. and Renzelmann, Matthew and Shamis, Alex and Badam, Anirudh and Castro, Miguel},
title = {No Compromises: Distributed Transactions with Consistency, Availability, and Performance},
booktitle = {Proceedings of the 25th Symposium on Operating Systems Principles},
series = {SOSP '15},
year = {2015},
isbn = {978-1-4503-3834-9},
location = {Monterey, California},
pages = {54--70},
numpages = {17},
url = {http://doi.acm.org/10.1145/2815400.2815425},
doi = {10.1145/2815400.2815425},
acmid = {2815425},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{BFL+12,
author = {Burckhardt, Sebastian and F\"{a}hndrich, Manuel and Leijen, Daan and Wood, Benjamin P.},
title = {{Cloud Types for Eventual Consistency}},
booktitle = {Proceedings of the 26th European Conference on Object-Oriented Programming},
series = {ECOOP'12},
year = {2012},
isbn = {978-3-642-31056-0},
location = {Beijing, China},
pages = {283--307},
numpages = {25},
url = {http://dx.doi.org/10.1007/978-3-642-31057-7_14},
doi = {10.1007/978-3-642-31057-7_14},
acmid = {2367183},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{crdts,
author = {Shapiro, Marc and Pregui\c{c}a, Nuno and Baquero, Carlos and Zawirski, Marek},
title = {Conflict-free Replicated Data Types},
booktitle = {Proceedings of the 13th International Conference on Stabilization, Safety, and Security of Distributed Systems},
series = {SSS'11},
year = {2011},
isbn = {978-3-642-24549-7},
location = {Grenoble, France},
pages = {386--400},
numpages = {15},
url = {http://dl.acm.org/citation.cfm?id=2050613.2050642},
acmid = {2050642},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
keywords = {eventual consistency, large-scale distributed systems, replicated shared objects},
}
@book{Armstrong07,
author = {Armstrong, Joe},
title = {Programming Erlang: Software for a Concurrent World},
year = {2007},
isbn = {193435600X, 9781934356005},
publisher = {Pragmatic Bookshelf},
}
@misc(Irmin,
key = {Irmin},
note = {Irmin: https://mirage.io/blog/introducing-irmin},
year = 2016)
@inproceedings{BBL+10,
key = {Burckhardt},
author = {Burckhardt, Sebastian and Baldassin, Alexandro and Leijen, Daan},
title = {Concurrent Programming with Revisions and Isolation Types},
booktitle = {Proceedings of the ACM International Conference on Object Oriented Programming Systems Languages and Applications},
series = {OOPSLA '10},
year = {2010},
isbn = {978-1-4503-0203-6},
location = {Reno/Tahoe, Nevada, USA},
pages = {691--707},
numpages = {17},
url = {http://doi.acm.org/10.1145/1869459.1869515},
doi = {10.1145/1869459.1869515},
acmid = {1869515},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {concurrency, isolation, parallelism, revisions, transactions},
}
@inproceedings{BEG+17,
key = {Bouajjani},
author = {Bouajjani, Ahmed and Enea, Constantin and Guerraoui, Rachid and Hamza, Jad},
title = {On Verifying Causal Consistency},
booktitle = {Proceedings of the 44th ACM SIGPLAN Symposium on Principles of Programming Languages},
series = {POPL 2017},
year = {2017},
isbn = {978-1-4503-4660-3},
location = {Paris, France},
pages = {626--638},
numpages = {13},
url = {http://doi.acm.org/10.1145/3009837.3009888},
doi = {10.1145/3009837.3009888},
acmid = {3009888},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {causal consistency, distributed systems, model checking, static program analysis},
}
@inproceedings{exokernel,
author = {Engler, D. R. and Kaashoek, M. F. and O'Toole,Jr., J.},
title = {Exokernel: An Operating System Architecture for Application-level Resource Management},
booktitle = {Proceedings of the Fifteenth ACM Symposium on Operating Systems Principles},
series = {SOSP '95},
year = {1995},
isbn = {0-89791-715-4},
location = {Copper Mountain, Colorado, USA},
pages = {251--266},
numpages = {16},
url = {http://doi.acm.org/10.1145/224056.224076},
doi = {10.1145/224056.224076},
acmid = {224076},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{nemesis,
author = {Leslie, I. M. and McAuley, D. and Black, R. and Roscoe, T. and Barham, P. and Evers, D. and Fairbairns, R. and Hyden, E.},
title = {The Design and Implementation of an Operating System to Support Distributed Multimedia Applications},
journal = {IEEE J.Sel. A. Commun.},
issue_date = {September 2006},
volume = {14},
number = {7},
month = sep,
year = {2006},
issn = {0733-8716},
pages = {1280--1297},
numpages = {18},
url = {http://dx.doi.org/10.1109/49.536480},
doi = {10.1109/49.536480},
acmid = {2312461},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@article{unikernels,
author = {Madhavapeddy, Anil and Scott, David J.},
title = {Unikernels: Rise of the Virtual Library Operating System},
journal = {Queue},
issue_date = {November 2013},
volume = {11},
number = {11},
month = dec,
year = {2013},
issn = {1542-7730},
pages = {30:30--30:44},
articleno = {30},
numpages = {15},
url = {http://doi.acm.org/10.1145/2557963.2566628},
doi = {10.1145/2557963.2566628},
acmid = {2566628},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{dhh-quote,
key={D. H. Hansson},
title={Choose a single layer of cleverness},
url={http://david.heinemeierhansson.com/arc/2005_09.html},
note = {Accessed: 2017-01-03 12:21:00},
year = {2005}
}
@inproceedings{bailis-sigmod15,
author = {Bailis, Peter and Fekete, Alan and Franklin, Michael J. and Ghodsi, Ali and Hellerstein, Joseph M. and Stoica, Ion},
title = {Feral Concurrency Control: An Empirical Investigation of Modern Application Integrity},
booktitle = {Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data},
series = {SIGMOD '15},
year = {2015},
isbn = {978-1-4503-2758-9},
location = {Melbourne, Victoria, Australia},
pages = {1327--1342},
numpages = {16},
url = {http://doi.acm.org/10.1145/2723372.2737784},
doi = {10.1145/2723372.2737784},
acmid = {2737784},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {application integrity, concurrency control, impedance mismatch, invariants, orms, ruby on rails},
}
@inproceedings{ireland09,
author = {Ireland, Christopher and Bowers, David and Newton, Michael and Waugh, Kevin},
title = {A Classification of Object-Relational Impedance Mismatch},
booktitle = {Proceedings of the 2009 First International Conference on Advances in Databases, Knowledge, and Data Applications},
series = {DBKDA '09},
year = {2009},
isbn = {978-0-7695-3550-0},
pages = {36--43},
numpages = {8},
url = {http://dx.doi.org/10.1109/DBKDA.2009.11},
doi = {10.1109/DBKDA.2009.11},
acmid = {1545492},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {Object-Relational, Classification, Impedance Mismatch, ORM, Database, SQL},
}
@misc{activerecord,
key={Rails Guides},
title={Active Record Basics},
url={http://guides.rubyonrails.org/active_record_basics.html},
note = {Accessed: 2017-01-03 13:00:00},
year = {2017}
}
@book{hibernate,
author = {Bauer, Christian and King, Gavin},
title = {Java Persistence with Hibernate},
year = {2006},
isbn = {1932394885},
publisher = {Manning Publications Co.},
address = {Greenwich, CT, USA},
}
@article{zoo,
author = {Paolo Viotti and
Marko Vukolic},
title = {{Consistency in Non-Transactional Distributed Storage Systems}},
journal = {CoRR},
volume = {abs/1512.00168},
year = {2015},
url = {http://arxiv.org/abs/1512.00168},
timestamp = {Sat, 02 Jan 2016 11:38:49 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/ViottiV15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{berenson95,
author = {Berenson, Hal and Bernstein, Phil and Gray, Jim and Melton, Jim and O'Neil, Elizabeth and O'Neil, Patrick},
title = {{A Critique of ANSI SQL Isolation Levels}},
booktitle = {{Proceedings of the 1995 ACM SIGMOD International Conference on Management of Data}},
series = {SIGMOD '95},
year = {1995},
isbn = {0-89791-731-6},
location = {San Jose, California, USA},
pages = {1--10},
numpages = {10},
doi = {10.1145/223784.223785},
acmid = {223785},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{bailis-bolton,
author = {Bailis, Peter and Ghodsi, Ali and Hellerstein, Joseph M. and Stoica, Ion},
title = {{Bolt-on Causal Consistency}},
booktitle = {{Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data}},
series = {SIGMOD '13},
year = {2013},
isbn = {978-1-4503-2037-5},
location = {New York, New York, USA},
pages = {761--772},
numpages = {12},
doi = {10.1145/2463676.2465279},
acmid = {2465279},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {causal consistency, eventual consistency, separation of concerns},
}
@inproceedings{fgm15,
title={{Mergeable persistent data structures}},
author={Farinier, Benjamin and Gazagnaire, Thomas and Madhavapeddy, Anil},
booktitle={Vingt-sixi{\`e}mes Journ{\'e}es Francophones des Langages Applicatifs (JFLA 2015)},
year={2015}
}
@inproceedings{jitsu,
author = {Madhavapeddy, Anil and Leonard, Thomas and Skjegstad, Magnus and Gazagnaire, Thomas and Sheets, David and Scott, Dave and Mortier, Richard and Chaudhry, Amir and Singh, Balraj and Ludlam, Jon and Crowcroft, Jon and Leslie, Ian},
title = {Jitsu: Just-in-time Summoning of Unikernels},
booktitle = {Proceedings of the 12th USENIX Conference on Networked Systems Design and Implementation},
series = {NSDI'15},
year = {2015},
isbn = {978-1-931971-218},
location = {Oakland, CA},
pages = {559--573},
numpages = {15},
url = {http://dl.acm.org/citation.cfm?id=2789770.2789809},
acmid = {2789809},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@misc{eu-model-clauses,
key={Microsoft Trust Center},
title={European Union Model Clauses},
url={https://www.microsoft.com/en-us/TrustCenter/Compliance/EU-Model-Clauses},
note = {Accessed: 2017-01-03 13:00:00},
year = {2017}
}
@inproceedings{malpani10,
title = {Reverse engineering models from databases to bootstrap
application development},
author = {Malpani, Ankit and others},
booktitle = {ICDE},
year = {2010}
}
@article{bailis-vldb,
author = {Bailis, Peter and Fekete, Alan and Franklin, Michael J. and Ghodsi, Ali and Hellerstein, Joseph M. and Stoica, Ion},
title = {{Coordination Avoidance in Database Systems}},
journal = {Proc. VLDB Endow.},
issue_date = {November 2014},
volume = {8},
number = {3},
month = nov,
year = {2014},
issn = {2150-8097},
pages = {185--196},
numpages = {12},
url = {http://dx.doi.org/10.14778/2735508.2735509},
doi = {10.14778/2735508.2735509},
acmid = {2735509},
publisher = {VLDB Endowment},
}
@inproceedings{alvaro-calm,
author = {Peter Alvaro and Neil Conway and Joe Hellerstein and William R. Marczak},
title = {{Consistency Analysis in Bloom: a {CALM} and Collected Approach}},
booktitle = {{CIDR} 2011, Fifth Biennial Conference on Innovative Data Systems
Research, Asilomar, CA, USA, January 9-12, 2011, Online Proceedings},
year = {2011},
pages = {249--260},
}
@inproceedings{gotsman-popl16,
author = {Gotsman, Alexey and Yang, Hongseok and Ferreira, Carla and Najafzadeh, Mahsa and Shapiro, Marc},
title = {{'Cause I'm Strong Enough: Reasoning About Consistency Choices in Distributed Systems}},
booktitle = {Proceedings of the 43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL 2016},
year = {2016},
isbn = {978-1-4503-3549-2},
location = {St. Petersburg, FL, USA},
pages = {371--384},
numpages = {14},
url = {http://doi.acm.org/10.1145/2837614.2837625},
doi = {10.1145/2837614.2837625},
acmid = {2837625},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Replication, causal consistency, integrity invariants},
}
@inproceedings{redblue-osdi,
author = {Li, Cheng and Porto, Daniel and Clement, Allen and Gehrke, Johannes and Pregui\c{c}a, Nuno and Rodrigues, Rodrigo},
title = {{{Making Geo-replicated Systems Fast As Possible, Consistent when Necessary}}},
booktitle = {{Proceedings of the 10th USENIX Conference on Operating Systems Design and Implementation}},
series = {OSDI'12},
year = {2012},
isbn = {978-1-931971-96-6},
location = {Hollywood, CA, USA},
pages = {265--278},
numpages = {14},
url = {http://dl.acm.org/citation.cfm?id=2387880.2387906},
acmid = {2387906},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{redblue-atc,
author = {Li, Cheng and Leit\~{a}o, Jo\~{a}o and Clement, Allen and Pregui\c{c}a, Nuno and Rodrigues, Rodrigo and Vafeiadis, Viktor},
title = {{Automating the Choice of Consistency Levels in Replicated Systems}},
booktitle = {{Proceedings of the 2014 USENIX Conference on USENIX Annual Technical Conference}},
series = {USENIX ATC'14},
year = {2014},
isbn = {978-1-931971-10-2},
location = {Philadelphia, PA},
pages = {281--292},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=2643634.2643664},
acmid = {2643664},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{ecinec,
author = {Valter Balegas and Nuno Pregui{\c c}a and Rodrigo Rodrigues and S{\'e}rgio Duarte and Carla Ferreira and Mahsa Najafzadeh and Marc Shapiro},
title = {{{Putting the Consistency back into Eventual Consistency}}},
booktitle = {{Proceedings of the Tenth European Conference on Computer System}},
year = {2015},
series = {EuroSys '15},
address = {Bordeaux, France},
url = {http://lip6.fr/Marc.Shapiro/papers/putting-consistency-back-EuroSys-2015.pdf}
}
@inproceedings{lbc16,
author = {Lesani, Mohsen and Bell, Christian J. and Chlipala, Adam},
title = {{Chapar: Certified Causally Consistent Distributed Key-value Stores}},
booktitle = {Proceedings of the 43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '16},
year = {2016},
isbn = {978-1-4503-3549-2},
location = {St. Petersburg, FL, USA},
pages = {357--370},
numpages = {14},
url = {http://doi.acm.org/10.1145/2837614.2837622},
doi = {10.1145/2837614.2837622},
acmid = {2837622},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {causal consistency, theorem proving, verification},
}
@inproceedings{verdi,
author = {Wilcox, James R. and Woos, Doug and Panchekha, Pavel and Tatlock, Zachary and Wang, Xi and Ernst, Michael D. and Anderson, Thomas},
title = {Verdi: A Framework for Implementing and Formally Verifying Distributed Systems},
booktitle = {Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '15},
year = {2015},
isbn = {978-1-4503-3468-6},
location = {Portland, OR, USA},
pages = {357--368},
numpages = {12},
url = {http://doi.acm.org/10.1145/2737924.2737958},
doi = {10.1145/2737924.2737958},
acmid = {2737958},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Coq, Formal verification, Verdi, distributed systems, proof assistants},
}
@inproceedings{vietnam,
author = {Ted Neward},
title = {The Vietnam of Computer Science},
year = {2006},
booktitle = {ODBMS.ORG, News},
url = {http://www.odbms.org/About/News/20070521.aspx},
}
@misc{ormhate,
key={Martin Fowler},
title={OrmHate},
url={http://martinfowler.com/bliki/OrmHate.html},
note = {Accessed: 2017-01-04 12:00:00},
year = {2012}
}
@inproceedings{carey-turmoil96,
title = {Of objects and databases: A decade of turmoil},
author = {Carey, Michael J and DeWitt, David J},
booktitle = {VLDB},
year = {1996}
}
@inproceedings{macros,
author = {Yallop, Jeremy and White, Leo},
title = {{Modular Macros}},
booktitle = {{Proceedings of the 2015 OCaml Users and Developers Workshop}},
series = {OCaml'15},
year = {2015},
url={https://www.cl.cam.ac.uk/~jdy22/papers/modular-macros.pdf},
location = {Vancouver, Canada},
}
@misc{ec2instances,
key={Amazon Ec2 Instances},
title={{Amazon Ec2 Instances}},
url={https://aws.amazon.com/ec2/instance-types/},
note = {Accessed: 2017-01-04 10:12:00},
year = {2017},
}
@misc{functoria,
key={Functoria},
title={{Functoria: A DSL to invoke otherworldly functors}},
url={https://github.com/mirage/functoria},
note = {Accessed: 2017-01-04 10:12:00},
year = {2017},
}
@misc{git,
key={Git},
title={{Git: a free and open source distributed version control system}},
utl={https://git-scm.com/},
note = {Accessed: 2017-01-04 10:12:00},
year = {2017},
}
@misc{git-tp,
key={Git Transfer Protocol},
title={{Git Internals -- Transfer Protocols}},
utl={https://git-scm.com/book/en/v2/Git-Internals-Transfer-Protocols},
note = {Accessed: 2017-01-04 10:12:00},
year = {2017},
}
@misc{gcp,
key={GCP},
title={{Google Cloud Platform}},
utl={https://cloud.google.com/},
note = {Accessed: 2017-01-04 10:12:00},
year = {2017},
}
@misc{ppx,
key={PPX},
title={{PPX extension points}},
utl={https://ocaml.io/w/PPX},
note = {Accessed: 2017-01-04 10:12:00},
year = {2017},
}
@inproceedings{terry-pdis94,
author = {Terry, Douglas B. and Demers, Alan J. and Petersen, Karin and Spreitzer, Mike and Theimer, Marvin and Welch, Brent W.},
title = {{Session Guarantees for Weakly Consistent Replicated Data}},
booktitle = {{Proceedings of the Third International Conference on Parallel and Distributed Information Systems}},
series = {PDIS '94},
year = {1994},
isbn = {0-8186-6400-2},
pages = {140--149},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=645792.668302},
acmid = {668302},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{burckhardt-popl14,
author = {Burckhardt, Sebastian and Gotsman, Alexey and Yang, Hongseok and Zawirski, Marek},
title = {{Replicated Data Types: Specification, Verification, Optimality}},
booktitle = {{Proceedings of the 41st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages}},
series = {POPL '14},
year = {2014},
isbn = {978-1-4503-2544-8},
location = {San Diego, California, USA},
pages = {271--284},
numpages = {14},
doi = {10.1145/2535838.2535848},
acmid = {2535848},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {eventual consistency, replication, weak memory},
}
@Inbook{Mat97,
author="Matthews, David",
editor="Nielson, Flemming",
title= {{Concurrency in Poly/ML}},
bookTitle="ML with Concurrency: Design, Analysis, Implementation, and Application",
year="1997",
publisher="Springer New York",
address="New York, NY",
pages="31--58",
isbn="978-1-4612-2274-3",
doi="10.1007/978-1-4612-2274-3_3",
url="http://dx.doi.org/10.1007/978-1-4612-2274-3_3"
}
@article{CJK95,
author = {Cejtin, Henry and Jagannathan, Suresh and Kelsey, Richard},
title = {{Higher-order Distributed Objects}},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {Sept. 1995},
volume = {17},
number = {5},
month = sep,
year = {1995},
issn = {0164-0925},
pages = {704--739},
numpages = {36},
url = {http://doi.acm.org/10.1145/213978.213986},
doi = {10.1145/213978.213986},
acmid = {213986},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {concurrency, continuations, higher-order languages, message-passing},
}
@Inbook{TLK+93,