forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
7954 lines (7179 loc) · 207 KB
/
refs.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
% Encoding: UTF-8
@Misc{REFMISSING,
author = {{MISSING}},
title = {MISSING},
howpublished = {Web Page},
year = 2019,
key = {MISSING},
organization = {MISSING},
url =
{http://www.google.com},
}
@Book{ActiveMQ-book,
title = {ActiveMQ in Action},
publisher = {Manning publications},
year = 2013,
author = {Bruce Synder and Rob Davies},
edition = {1st},
isbn = 9781933988948,
}
@Book{Ansible-book-2016,
title = {Ansible From Beginner to Pro},
author = {Michael Heap},
editor = {Corrigan, L. and Schwartz, G. and Chen, N. and
Rondeau, A.},
publisher = {apress},
year = 2016,
}
@Article{DBLP:journals/corr/abs-1202-6548,
author = {Davide Albanese and Roberto Visintainer and Stefano
Merler and Samantha Riccadonna and Giuseppe Jurman
and Cesare Furlanello},
title = {mlpy: Machine Learning Python},
journal = {CoRR},
year = 2012,
volume = {abs/1202.6548},
month = oct,
url = {http://arxiv.org/abs/1202.6548},
}
@InProceedings{DevOpSlang,
title = {DevOpSlang - Bridging the Gap Between Development
and Operations},
author = {Johannes Wettinger and Uwe Breitenb{\"u}cher and
Frank Leymann},
Booktitle = {Proceedings of the 3rd European Conference on
Service-Oriented and Cloud Computing (ESOCC 2014)},
year = 2014,
Pages = {108--122},
publisher = {Springer-Verlag},
Series = {Lecture Notes in Computer Science (LNCS)},
}
@inproceedings{DryadPaper,
title = {Dryad: distributed data-parallel programs from
sequential building blocks},
author = {Isard, Michael and Budiu, Mihai and Yu, Yuan and
Birrell, Andrew and Fetterly, Dennis},
booktitle = {ACM SIGOPS operating systems review},
volume = 41,
number = 3,
pages = {59--72},
key = {Dryad, parallel data processing},
year = 2007,
organization = {ACM},
url =
{https://www.microsoft.com/en-us/research/wp-content/uploads/2007/03/eurosys07.pdf}
}
@Misc{GoogleFusionTable2012,
title = {Google Fusion Tables: Data Management, Integration
and Collaboration in the Cloud},
author = {{Google}},
year = 2012,
publisher = {Google Inc.},
url =
{http://homes.cs.washington.edu/~alon/files/socc10.pdf}
}
@inproceedings{GraphChi,
author = {Kyrola, Aapo and Blelloch, Guy and Guestrin, Carlos},
title = {GraphChi: Large-scale Graph Computation on Just a
PC},
booktitle = {Proceedings of the 10th USENIX Conference on
Operating Systems Design and Implementation},
year = 2012,
isbn = {978-1-931971-96-6},
pages = {31--46},
url = {http://dl.acm.org/citation.cfm?id=2387880.2387884},
publisher = {USENIX Association},
}
@Misc{IBMSystemGDocumentation-1,
author = {{IBM Corporation}},
title = {IBM System G documentation},
howpublished = {Web Page},
year = 2014,
key = {IBM},
organization = {IBM},
url = {http://systemg.research.ibm.com/},
}
@Misc{IBMSystemGDocumentation-2,
author = {{IBM Corporation}},
title = {IBM System G documentation-2},
howpublished = {Web Page},
year = 2017,
key = {IBM},
organization = {Predictive Analytics Today},
url =
{http://www.predictiveanalyticstoday.com/ibm-system-g-native-store/},
}
@InProceedings{IBMSystemGPaper,
author = {Lin, Ching Yung},
title = {Graph Computing and Linked Big Data},
booktitle = {8th {IEEE}/{ICSC} International Conference on
Semantic Computing},
year = 2014,
pages = {1-63},
publisher = {IBM Corporation},
url =
{http://ieee-icsc.org/icsc2014/GraphComputing_IBM_Lin.pdf},
}
@InProceedings{Karajan-interfaces,
author = {Gregor von Laszewski and Mike Hategan},
title = {Using Karajan},
booktitle = {Java CoG Kit Karajan/Gridant Workflow Guide},
year = 2005,
url =
{https://pdfs.semanticscholar.org/48e1/31ca4e7a76ca98c43d46975cd79c3dbfd4cb.pdf},
}
@InProceedings{Li,
title = {ZHT: A Light-Weight Reliable Persistent Dynamic
Scalable Zero-Hop Distributed Hash Table},
author = {T. Li and X. Zhou and K. Brandstatter and D. Zhao
and K. Wang and A. Rajendran and Z. Zhang and
I. Raicu},
Booktitle = {2013 IEEE 27th International Symposium on Parallel
and Distributed Processing},
year = 2013,
month = may,
Pages = {775-787},
doi = {10.1109/IPDPS.2013.110},
ISSN = {1530-2075},
Keywords = {Linux;distributed databases;fault tolerant
computing;meta data;parallel machines;performance
evaluation;processor scheduling;storage
management;FusionFS distributed file system;IBM Blue
Gene/P supercomputer;IStore;Linux cluster;MATRIX;ZHT
performance evaluation;distributed job scheduling
system;distributed meta data management;distributed
object storage system;fault tolerance;high-end
computing systems;information dispersal
algorithm;key-value
stores;microbenchmarks;throughput;zero-hop
distributed hash table;Fault tolerance;Fault
tolerant systems;File
systems;Generators;Routing;Servers;Throughput;Distributed
hash tables;high-end computing;key/value stores},
url =
{http://datasys.cs.iit.edu/publications/2013_IPDPS13_ZHT.pdf}
}
@article{MLlib-article,
author = {Xiangrui Meng and Joseph K. Bradley and Burak Yavuz
and Evan R. Sparks and Shivaram Venkataraman and
Davies Liu and Jeremy Freeman and D. B. Tsai and
Manish Amde and Sean Owen and Doris Xin and Reynold
Xin and Michael J. Franklin and Reza Zadeh and Matei
Zaharia and Ameet Talwalkar},
title = {MLlib: Machine Learning in Apache Spark},
volume = {abs/1505.06807},
journal = {CoRR},
year = 2015,
url = {http://arxiv.org/abs/1505.06807},
}
@InProceedings{Punnoose,
title = {Rya: A Scalable RDF Triple Store for the Clouds},
author = {Punnoose, Roshan and Crainiceanu, Adina and Rapp,
David},
Booktitle = {Proceedings of the 1st International Workshop on
Cloud Intelligence},
year = 2012,
address = {New York, NY, USA},
Pages = {4:1--4:8},
publisher = {ACM},
Series = {Cloud-I '12},
Articleno = 4,
doi = {10.1145/2347673.2347677},
isbn = {978-1-4503-1596-8},
Keywords = {RDF triple store, distributed, scalable},
Location = {Istanbul, Turkey},
pages = 8,
url = {http://doi.acm.org/10.1145/2347673.2347677}
}
@InBook{RMBDP-Book,
pages = {49-50},
title = {Resource Management for Big Data Platforms},
publisher = {Springer Nature},
year = 2016,
author = {Florin Pop and Joanna Kolodziej and Beniamino
DiMartino},
}
@InBook{RMBDP-Book-1,
pages = {50-51},
title = {Resource Management for Big Data Platforms},
publisher = {Springer Nature},
year = 2016,
author = {Florin Pop and Joanna Kolodziej and Beniamino
DiMartino},
}
@book{SaltStack-book,
author = {Colton Myers},
title = {Learning SaltStack},
year = 2015,
publisher = {Packt Publishing},
edition = {2nd },
isbn = {978-1-78439-460-8},
url = {https://books.google.com/books?id=pVnsrQEACAAJ}
}
@Misc{acid,
author = {Margaret Rouse and Jose C Elias},
title = {ACID (atomicity, consistency, isolation, and
durability)},
howpublished = {Web Page},
month = jul,
year = 2006,
url =
{http://searchsqlserver.techtarget.com/definition/ACID},
}
@InProceedings{agave-paper,
title = {Architecting a distributed bioinformatics platform
with iRODS and iPlant Agave API},
author = {Liya Wang and Peter Van Buren and Doreen Ware},
Booktitle = {2015 International Conference on Computational
Science and Computational Intelligence (CSCI)},
year = 2015,
month = dec,
isbn = 9781467397957,
}
@book{amazon-elastic-beanstalk-book,
title = {Elastic Beanstalk},
author = {Jurg Vliet, Flavia Paganelli, Steven van Wel and
Dara Dowd},
pages = 88,
year = 2011,
month = aug,
isbn = 1449306640,
edition = 1,
publisher = {O'Reilly Media, Inc.},
}
@Article{ampq-article,
title = {Toward a commodity enterprise middleware},
author = {O'Hara, John},
Journal = {Queue},
year = 2007,
Number = 4,
Pages = {48--55},
Volume = 5,
publisher = {ACM}
}
@Misc{ant-www,
title = {Ant},
author = {{The Apache Software Foundation}},
howpublished = {Web Page},
year = 2017,
month = feb,
url = {http://ant.apache.org/}
}
@Manual{apache-accumulo,
title = {Apache Accumulo User Manual Version 1.8},
year = 2017,
month = feb,
url =
{https://accumulo.apache.org/1.8/accumulo_user_manual.html}
}
@Misc{apache-apex,
title = {Application Developer Guide},
author = {{Apache Apex}},
howpublished = {Web-page},
month = feb,
year = 2017,
url =
{https://apex.apache.org/docs/apex/application_development/#application-developer-guide}
}
@Misc{apache-flume,
title = {Apache Flume},
author = {{The Apache Software Foundation}},
howpublished = {Web Page},
year = 2017,
month = feb,
url = {https://flume.apache.org/index.html}
}
@Misc{apache-hama,
title = {Hama},
author = {{Apache}},
howpublished = {Web Page},
year = 2017,
month = feb,
url = {https://hama.apache.org/}
}
@Misc{apacherya,
year = 2019,
month = aug,
title = {Apache Rya},
author = {Apache Rya},
howpublished = {Web Page},
url = {https://rya.apache.org/}
}
@Misc{apex-ease,
title = {Big Data with Apache Apex},
author = {Desmond Chan},
howpublished = {Web-page},
month = jan,
year = 2016,
url =
{https://jaxenter.com/big-data-apache-apex-122839.html}
}
@Misc{apex-operators,
title = {Operator Development Guide},
author = {{Apache Apex}},
howpublished = {Web-page},
month = feb,
year = 2017,
url =
{https://apex.apache.org/docs/apex/operator_development/}
}
@Misc{appfog,
title = {Overview},
author = {appfog},
howpublished = {Web Page},
url = {https://www.ctl.io/appfog/#Overview},
year = 2019,
month = aug
}
@article{article-pybrain,
author = {Tom Schaul and Justin Bayer and Daan Wierstra and Yi
Sun and Martin Felder and Frank Sehnke and Thomas
R\"{u}ckstie\ss and J\"{u}rgen Schmidhuber},
title = {PyBrain},
editor = {Soeren Sonnenburg},
journal = {Journal of Machine Learning Research},
volume = 11,
month = mar,
year = 2010,
issn = {1532-4435},
pages = {743--746},
pages = 4,
url = {http://dl.acm.org/citation.cfm?id=1756006.1756030},
publisher = {JMLR.org},
}
@Book{big-data-analytics-book,
title = {Real-Time Big Data Analytics},
author = {Shilpi Saxena and Sumit Gupta},
publisher = {Packt Publishing},
year = 2016,
address = {35 Livery Street, Birmingham B3 2PB, UK},
Edition = {1st},
isbn = 9781784391409,
}
@InProceedings{bioActors,
title = {Introduction to bioActors},
author = {Weizhong Li},
year = 2012,
editor = {{bioKepler}},
booktitle = {bioKepler Tools and Its Applications},
number = 1,
pages = 31,
address = {San Diego Supercomputer Center 10100 Hopkins Dr, La
Jolla, CA 92093},
series = {1st Workshop on bioKepler Tools and Its
Applications},
month = sep,
organization = {UCSD;SDSC},
publisher = {bioKepler},
url =
{http://www.biokepler.org/sites/swat.sdsc.edu.biokepler/files/workshops/2012-09-05/slides/2012-09-05-02-Li.pdf},
}
@Article{bioconductor-article-2004,
title = {Bioconductor: open software development for
computational biology and bioinformatics},
author = {Gentleman, Robert C. and Carey, Vincent J. and
Bates, Douglas M. and Bolstad, Ben and Dettling,
Marcel and Dudoit, Sandrine and Ellis, Byron and
Gautier, Laurent and Ge, Yongchao and Gentry, Jeff
and Hornik, Kurt and Hothorn, Torsten and Huber,
Wolfgang and Iacus, Stefano and Irizarry, Rafael and
Leisch, Friedrich and Li, Cheng and Maechler, Martin
and Rossini, Anthony J. and Sawitzki, Gunther and
Smith, Colin and Smyth, Gordon and Tierney, Luke and
Yang, Jean YH and Zhang, Jianhua},
Journal = {Genome Biology},
year = 2004,
Number = 10,
Pages = {R80},
Volume = 5,
doi = {10.1186/gb-2004-5-10-r80},
ISSN = {1474-760X},
url = {http://dx.doi.org/10.1186/gb-2004-5-10-r80}
}
@article{blog-flex,
title = {Adobe donates Flex to Apache},
author = {Jackson, Joab},
Journal = {The IDG News Service},
howpublished = {Web Page},
key = {flexblog},
publisher = {Tech World},
month = nov,
year = 2011,
url =
{https://www.techworld.com.au/article/407714/adobe_donates_flex_apache}
}
@Book{book-Cinder,
author = {Dan Radez},
title = {OpenStack Essentials},
year = 2015,
month = may,
publisher = {Packt Publishing Ltd.},
isbn = {978-1-78398-708-5},
pagetotal = 182,
url =
{http://ebook.konfigurasi.net/Openstack/OpenStack\%20Essentials.pdf},
}
@Book{book-R,
author = {Vignesh Prajapati},
title = {Big data analytics with R and Hadoop},
year = 2013,
publisher = {Packt Publishing},
isbn = 9781782163282,
}
@Misc{book-cntk,
Author = {{Microsoft}},
title = {{CNTK}/{CNTKBook}},
year = 2017,
month = feb,
howpublished = {Web Page},
url =
{https://github.com/Microsoft/CNTK/blob/master/Documentation/CNTK-TechReport/lyx/CNTKBook-20160217.pdf},
}
@Book{book-greenplum-gollapudi2013,
title = {Getting Started with Greenplum for Big Data
Analytics},
publisher = {Packt Publishing},
year = 2013,
author = {Gollapudi, Sunila},
month = oct,
isbn = 1782177043,
pagetotal = 172,
url =
{http://www.ebook.de/de/product/21653990/sunila_gollapudi_getting_started_with_greenplum_for_big_data_analytics.html},
}
@Book{book-hama,
title = {Advanced Multimedia and Ubiquitous Engineering},
author = {James J. (Jong Hyuk) Park and Hai Jin and Young-Sik
Jeong and Muhammad Khurram Khan},
editor = {James J. (Jong Hyuk) Park and Hai Jin and Young-Sik
Jeong and Muhammad Khurram Khan},
publisher = {Springer},
year = 2016,
month = feb,
}
@Book{book-mesos-Ignazio-2016,
title = {Mesos in Action},
author = {Ignazio, Roger},
publisher = {Manning Publications Co.},
year = 2016,
address = {Greenwich, CT, USA},
Edition = {1st},
month = may,
isbn = 1617292923,
Pagetotal = 272,
url = {http://dl.acm.org/citation.cfm?id=3006364}
}
@Book{book-sqlserver,
title = {Introducing Microsoft SQL Server 2014 Technical
Overview},
author = {Ross Mistry and Stacia Misner},
publisher = {Microsoft Press},
year = 2014,
isbn = {978-0-7356-8475-1},
}
@InProceedings{book-tao,
author = {Nathan Bronson and others, Facebook, Inc.},
title = {TAO: Facebook's Distributed Data Store for the
Social Graph},
booktitle = {2013 USENIX Annual Technical Conference},
year = 2013,
url =
{http://ai2-s2-pdfs.s3.amazonaws.com/39ac/2e0fc4ec63753306f99e71e0f38133e58ead.pdf},
}
@Article{boykin2014summingbird,
author = {Boykin, Oscar and Ritchie, Sam and O'Connell, Ian
and Lin, Jimmy},
title = {Summingbird: A framework for integrating batch and
online mapreduce computations},
journal = {Proceedings of the VLDB Endowment},
year = 2014,
volume = 7,
number = 13,
pages = {1441--1451},
publisher = {VLDB Endowment},
}
@Misc{building,
title = {Building {Large} {Scale} {Machine} {Learning}
{Applications} with {Pipelines}},
author = {Evan Sparks and Shivaram Venkataraman},
url = {https://www.youtube.com/watch?v=3Or8sna79ms},
month = feb,
year = 2017
}
@Manual{cdmi-manual,
title = {Cloud Data Management Interface},
author = {Storage Networking Industry Association},
organization = {Storage Networking Industry Association},
address = {Colorado Springs, CO},
edition = {1.1.1},
month = mar,
year = 2015,
url =
{https://www.snia.org/sites/default/files/CDMI_Spec_v1.1.1.pdf},
}
@Misc{celery,
title = {Celery},
howpublished = {Web Page},
url = {http://www.celeryproject.org/},
year = 2019,
month = aug
}
@Misc{celerydocs,
title = {Celery - Distributed Task Queue},
howpublished = {Web Page},
url = {http://docs.celeryproject.org/en/latest/index.html},
year = 2019,
month = feb,
howpublished = {Web Page},
url =
{https://github.com/DSC-SPIDAL/twister2/blob/master/twister2/examples/src/java/edu/iu/dsc/tws/examples/batch/wordcount/task/WordCountJob.java},
}
@book{chef-book,
Author = {Matthias Marschall},
title = {Chef Infrastructure Automation Cookbook - Second
Edition},
publisher = {Packt Publishing},
year = 2015,
month = {may},
isbn = {178528794X},
url = {https://www.xarg.org/ref/a/B00YJ64GEW/}
}
@InProceedings{chubby-paper-2016,
title = {Consensus in the Cloud: Paxos Systems Demystified},
author = {A. Ailijiang and A. Charapko and M. Demirbas},
Booktitle = {2016 25th International Conference on Computer
Communication and Networks (ICCCN)},
year = 2016,
month = aug,
Pages = {1-10},
doi = {10.1109/ICCCN.2016.7568499},
Keywords = {cloud computing;computer centres;fault tolerant
computing;Apache top-level projects;Facebook
infrastructures;Google infrastructures;Paxos
protocols;Paxos systems;cloud computing;cluster
management;coordination
use-patterns;datacenter;distributed consensus
problem;distributed coordination
domain;fault-tolerant solution;group
membership;leader election;master
nodes;resource/access management;scalable
distributed coordination systems;service
discovery;Cloud computing;Fault tolerance;Fault
tolerant systems;Google;Nominations and
elections;Protocols;Synchronization},
url =
{http://ieeexplore.ieee.org/abstract/document/7568499/}
}
@Misc{cis1,
title = {Cloud and systems management},
howpublished = {Web Page},
url =
{http://www.cisco.com/c/en/us/products/cloud-systems-management},
year = 2019,
month = aug
}
@Misc{cis2,
author = {Stuart Miniman},
title = {Cisco Moves Up the Cloud Stack with Intelligent
Automation},
year = 2011,
howpublished = {Web Page},
url =
{http://wikibon.org/wiki/v/Cisco_Moves_Up_the_Cloud_Stack_with_Intelligent_Automation},
}
@Book{cloud-portability-book,
title = {Cloud Portability and Interoperability},
author = {Beniamino Di Martino and Giuseppina Cretella and
Antonio Esposito},
publisher = {Springer International Publishing},
year = 2015,
address = {New York City, USA},
Edition = {illustrated},
isbn = 9783319137001,
}
@Misc{comp1,
author = {Rudi Cilibrasi and Anna Lissa Cruz and Steven de
Rooij and Maarten Keijzer},
title = {What is CompLearn},
howpublished = {Web Page},
url = {http://complearn.org/},
year = 2019,
month = aug
}
@Article{corbett-spanner,
title = {Spanner: Google's globally distributed database},
author = {Corbett, James C and Dean, Jeffrey and Epstein,
Michael and Fikes, Andrew and Frost, Christopher and
Furman, Jeffrey John and Ghemawat, Sanjay and
Gubarev, Andrey and Heiser, Christopher and
Hochschild, Peter and others},
Journal = {ACM Transactions on Computer Systems (TOCS)},
year = 2013,
Number = 3,
Pages = 8,
Volume = 31,
publisher = {ACM},
url =
{http://dl.acm.org/ft_gateway.cfm?id=2491245&type=pdf}
}
@inproceedings{cui2015security,
title = {Security analysis of openstack keystone},
author = {Cui, Baojiang and Xi, Tao},
booktitle = {Innovative Mobile and Internet Services in
Ubiquitous Computing (IMIS), 2015 9th International
Conference on},
pages = {283--288},
year = 2015,
organization = {IEEE}
}
@Manual{datasheet,
title = {Integration Made Easy - Jitterbit},
organization = {{Jitterbit,Inc.}},
address = {1 Kaiser Plaza Suite 701 Oakland, CA 94612},
year = 2017,
month = jan,
key = {{Jitterbit,Inc.}},
url =
{http://www.jitterbit.com/Files/Product/Jitterbit-General-Datasheet.pdf},
}
@Misc{datasys,
title = {ZHT: a zero-hop distributed hashtable},
author = {Illinois Institute of Technology Department of
Computer Science},
howpublished = {Web Page},
url = {http://datasys.cs.iit.edu/projects/ZHT/},
year = 2019,
month = aug
}
@Book{denero,
title = {CS61A: Online Textbook},
author = {John Denero},
publisher = {Berkeley},
year = 2011,
address = {http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/},
note = {This book is derived from the classic textbook
Structure and Interpretation of Computer Programs by
Abelson, Sussman, and Sussman. John Denero
originally modified if for Python for the Fall 2011
semester.
http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/},
url =
{http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/communication.html}
}
@Misc{devmysql,
title = {MySQL 5.7 Reference Manual, What is MySQL},
author = {mysql},
howpublished = {Web Page},
url =
{https://dev.mysql.com/doc/refman/5.7/en/what-is-mysql.html},
year = 2019,
month = aug
}
@Book{docker-book,
title = {Docker Up and Running, Shipping Reliable Containers
In Production},
publisher = {O'REILLY},
year = 2015,
author = {Karl Matthias and Sean P. Kane},
address = {1005 Gravenstein Highway North, Sebastopol, CA
95472.},
isbn = {978-1-491-91757-2},
editor = {Brian Anderson},
}
@Misc{dream,
title = {Overview},
howpublished = {Web Page},
note = {The contact information listed on the webpage was
for Yogesh Simmhan.},
url = {http://dream-lab.cds.iisc.ac.in/about/overview/},
year = 2019,
month = aug
}
@TechReport{drescher-parak-wallom-2015,
title = {OCCI Compute Resource Templates Profile},
author = {Michel Drescher and Boris Parak and David Wallom},
Institution = {Global Grid Forum},
year = 2015,
address = {Open Grid Forum, P.O. Box 1738, Muncie IN 47308,
USA},
month = apr,
Number = {GWD-R-P.222},
Type = {OGF Published Document},
key = {www-occi-temp},
url = {https://www.ogf.org/documents/GFD.222.pdf}
}
@TechReport{e-science-central-paper-2010,
title = {e-Science Central: Cloud-based e-Science and its
application to chemical property modelling},
author = {Hugo Hiden and Paul Watson and Simon Woodman and
David Leahy},
Institution = {University of Newcastle upon Tyne},
Booktitle = {University of Newcastle upon Tyne, Computing
Science, Technical Report Series, No. CS-TR-1227},
year = 2010,
month = nov,
publisher = {University of Newcastle upon Tyne},
Location = {Newcastle, England},
url =
{http://eprint.ncl.ac.uk/file_store/production/179301/8EA32A5C-DE97-44A8-869B-81731044F2A8.pdf}
}
@TechReport{edmonds-metsch-2016,
title = {Open Cloud Computing Interface - Text Rendering},
author = {Andy Edmonds and Thijs Metsch},
Institution = {Global Grid Forum},
year = 2016,
address = {Open Grid Forum, P.O. Box 1738, Muncie IN 47308,
USA},
month = sep,
Number = {GWD-R-P.229},
Type = {OGF Published Document},
key = {www-occi-text},
url = {https://www.ogf.org/documents/GFD.229.pdf}
}
@Article{eduroam-paper-2005,
title = {Eduroam, providing mobility for roaming users},
author = {Licia Florio and Klaas Wierenga},
Journal = {TERENA},
year = 2005,
url =
{https://www.terena.org/activities/tf-mobility/docs/ppt/eunis-eduroamfinal-LF.pdf}
}
@book{elasticsearch-book,
author = {Gormley, Clinton and Tong, Zachary},
title = {Elasticsearch - The Definitive Guide : A Distributed
REAL-TIME SEARCH AND ANALYTICS ENGINE},
year = 2015,
isbn = 9781449358549,
Edition = {1st},
publisher = {O'Reilly Media,Inc},
address = {1005 Gravenstein Highway North, Sebastopol, CA
95472},
}
@Article{ercimnews,
title = {SciDB: An Open-Source DBMS for Scientific Data},
author = {Michael Stonebraker},
Journal = {ERCIM News},
year = 2012,
month = apr,
Number = 89,
Pages = 56,
Keywords = {SciDB},
publisher = {ERCIM EEIG},
url =
{https://ercim-news.ercim.eu/en89/special/scidb-an-open-source-dbms-for-scientific-data}
}
@InProceedings{facebook-paper-2016,
author = {Chen, Guoqiang Jerry and Wiener, Janet L. and Iyer,
Shridhar and Jaiswal, Anshul and Lei, Ran and Simha,
Nikhil and Wang, Wei and Wilfong, Kevin and
Williamson, Tim and Yilmaz, Serhat},
title = {Realtime Data Processing at Facebook},
booktitle = {Proceedings of the 2016 International Conference on
Management of Data},
series = {SIGMOD '16},
year = 2016,
isbn = {978-1-4503-3531-7},
location = {San Francisco, California, USA},
pages = {1087--1098},
pages = 12,
url = {http://doi.acm.org/10.1145/2882903.2904441},
doi = {10.1145/2882903.2904441},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {realtime data processing, stream processing},
}
@PhdThesis{fielding,
author = {Roy Thomas Fielding},
title = {Architectural Styles and the Design of Network-based
Software Architectures},
school = {University of California, Irvine},
year = 2000,
type = {Doctoral Dissertation},
url =
{http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm},
}
@Inproceedings{flumejava-paper,
title = {FlumeJava: Easy, Efficient Data-Parallel Pipelines},
author = {Craig Chambers and Ashish Raniwala and Frances Perry
and Stephen Adams and Robert Henry and Robert
Bradshaw and Nathan},
year = 2010,
url = {http://dl.acm.org/citation.cfm?id=1806638},
Booktitle = {ACM SIGPLAN Conference on Programming Language
Design and Implementation (PLDI)},
Pages = {363-375},
address = {2 Penn Plaza, Suite 701 New York, NY 10121-0701},
}
@book{foster-book,
editor = {Foster, Ian and Kesselman, Carl},
title = {The Grid: Blueprint for a New Computing
Infrastructure},
year = 1999,
isbn = {1-55860-475-8},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@article{foster2006globus,
title = {Globus toolkit version 4: Software for
service-oriented systems},
author = {Foster, Ian},
journal = {Journal of computer science and technology},
volume = 21,
number = 4,
pages = 513,
year = 2006,
publisher = {Springer}
}
@InProceedings{fuse-paper-CloudBB,
title = {CloudBB: Scalable I/O Accelerator for Shared Cloud
Storage},
author = {T. Xu and K. Sato and S. Matsuoka},
Booktitle = {2016 IEEE 22nd International Conference on Parallel
and Distributed Systems (ICPADS)},
year = 2016,
month = dec,
Pages = {509-518},
publisher = {Institute of Electrical and Electronics Engineers
({IEEE})},
doi = {10.1109/ICPADS.2016.0074},
ISSN = {1521-9097},
Keywords = {Acceleration;Buffer storage;Cloud computing;Computer
architecture;Ions;Metadata;Throughput;burst
buffer;cloud computing;data-intensive applications},
}
@InProceedings{fuse-paper-hptfs,
title = {Hptfs: A high performance tape file system},
author = {Zhang, Xianbo and Du, David and Hughes, Jim and
Kavuri, Ravi and StorageTek, Sun},
Booktitle = {Proceedings of 14th NASA Goddard/23rd IEEE
conference on Mass Storage System and Technologies},
year = 2006,
doi = {10.1.1.184.1133},
publisher = {Ieee Computer Society (September 1995)},
url =
{https://www.dtc.umn.edu/publications/reports/2006_11.pdf}
}
@misc{gamasutra,
title = {Gamasutra - {Amazon} launches new, free,
high-quality game engine: {Lumberyard}},
author = {Christian Nutt},
url =
{http://www.gamasutra.com/view/news/265425/Amazon_launches_new_free_highquality_game_engine_Lumberyard.php},
month = feb,
year = 2017,
}
@InProceedings{giraffePaper,
title = {GIRAFFE: A Scalable Distributed Coordination Service
for Large-scale Systems},
author = {Xuanhua Shi and Haohong Lin and Hai Jin and Bing
Bing Zhou and Zuoning Yin and Sheng Di and Song Wu},
Booktitle = {GIRAFFE: A Scalable Distributed Coordination Service
for Large-scale Systems},
month = sep,
year = 2014,
Pages = {1-10},
url = {http://www.mcs.anl.gov/papers/P5157-0714.pdf}
}
@Misc{git-kestrel,
title = {About kestrel},
author = {Agargenta},
howpublished = {Web Page},
key = {kestrel},
year = 2017,
month = feb,
url = {https://github.com/twitter-archive/kestrel },
}
@Misc{github-buildstep,
title = {Buildstep},
author = {Jose Gonzalez and Jeff Lindsay},
howpublished = {Code Repository},
month = jul,
year = 2015,
url = {https://github.com/progrium/buildstep}
}
@Misc{github-cdap-sample-apps,
title = {CDAP Applications},
howpublished = {Code Repository},
month = may,
year = 2015,
key = {github-cdap-sample-apps},
url = {https://github.com/caskdata/cdap-apps},
}
@Misc{github-irods-www,
author = {{iRod}},
title = {Homepage},
howpublished = {Web Page},
year = 2017,
month = feb,
url = {https://github.com/irods/irods}
}
@Misc{github-solandra,
title = {Solandra Wiki},
author = {{Jake Luciani}},
howpublished = {Code Repository},
month = feb,
year = 2017,
url =
{https://github.com/tjake/Solandra/wiki/Solandra-Wiki}