forked from toksick/DBI-EBook
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbibliographie.bib
1477 lines (1281 loc) · 56.3 KB
/
bibliographie.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
@book{pracmong,
author = {Sabharwal, Navin and Edward, Shakuntala Gupta},
title = {Practical MongoDB: Architecting, Developing, and Administering MongoDB},
year = {2015},
isbn = {1484206487, 9781484206485 Titel anhand dieser ISBN in Citavi-Projekt übernehmen},
publisher = {Apress},
address = {Berkely, CA, USA},
}
@book{theguide,
author = {Plugge, Eelco and Hows, David and Membrey, Peter and Hawkins, Tim},
title = {The Definitive Guide to MongoDB: A Complete Guide to Dealing with Big Data Using MongoDB},
year = {2015},
isbn = {1484211839, 9781484211830 Titel anhand dieser ISBN in Citavi-Projekt übernehmen},
edition = {3rd},
publisher = {Apress},
address = {Berkely, CA, USA},
}
@book{Hows2013,
author = {Plugge, Eelco and Hows, David and Membrey, Peter and Hawkins, Tim},
title = {The Definitive Guide to MongoDB: A Complete Guide to Dealing with Big Data Using MongoDB},
year = {2015},
isbn = {1484211839, 9781484211830},
edition = {3rd},
publisher = {Apress},
address = {Berkely, CA, USA},
}
@book{Copeland2013,
author = {Copeland, Rick.},
isbn = {9781449340049},
publisher = {O'Reilly},
title = {{MongoDB applied design patterns}},
url = {https://www.safaribooksonline.com/library/view/mongodb-applied-design/9781449340056/},
year = {2013}
}
@article{Wadkar2014,
author = {Wadkar, Sameer and Siddalingaiah, Madhu and Venner, Jason},
doi = {10.1007/978-1-4302-4864-4},
isbn = {1590593006},
pages = {405},
title = {{Pro Apache Hadoop}},
url = {https://www.safaribooksonline.com/library/view/pro-apache-hadoop/9781430248644/},
year = {2014}
}
@techreport{MongoDBInc.2013,
author = {{MongoDB Inc.}, a Mongodb White Paper},
file = {:C$\backslash$:/Users/Sedi/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/MongoDB Inc. - 2013 - Big Data Examples and Guidelines for the Enterprise Decision Maker.pdf:pdf},
keywords = {BT-NoSQL},
pages = {10},
title = {{Big Data: Examples and Guidelines for the Enterprise Decision Maker}},
url = {http://s3.amazonaws.com/info-mongodb-com/10gen{\_}Big{\_}Data{\_}White{\_}Paper.pdf},
year = {2013}
}
@article{MongoDBInc.2013a,
author = {{MongoDB Inc.}, a Mongodb White Paper},
file = {:C$\backslash$:/Users/Sedi/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/MongoDB Inc. - 2013 - MongoDB Architecture Guide.pdf:pdf},
number = {August},
title = {{MongoDB Architecture Guide}},
url = {https://webassets.mongodb.com/{\_}com{\_}assets/collateral/MongoDB{\_}Architecture{\_}Guide.pdf?{\_}ga=1.253106510.679038577.1489829792},
year = {2013}
}
@book{Hows2013,
author = {Hows, David and Plugge, Eelco and Membrey, Peter and Hawkins, Tim},
isbn = {1430258217, 9781430258216 Titel anhand dieser ISBN in Citavi-Projekt übernehmen},
pages = {343},
title = {{The Definitive Guide to MongoDB: A Complete Guide to Dealing with Big Data Using MongoDB}},
url = {https://www.safaribooksonline.com/library/view/the-definitive-guide/9781484211823/},
year = {2013}
}
@book{Edward2015,
abstract = {Includes index. Practical Guide to MongoDB: Architecting, Developing, and Administering MongoDB begins with a short introduction to the basics of NoSQL databases and then introduces readers to MongoDB? Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table. MsoNormalTable {\{}mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115{\%}; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri", "sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;{\}} the leading document based NoSQL database, acquainting them step-by-step with all aspects of MongoDB. Practical Guide to MongoDB covers the data model, underlying architecture, coding with Mongo Shell, and administrating the MongoDB platform, among other topics. The book also provides clear guidelines and practical examples for architecting, developing, and deploying applications using the MongoDB platform. Database developers, architects, and administrators will find useful information covering all aspects of the MongoDB platform and how to put it to use practically. The "one-size-fits-all" thinking regarding traditional RDBMSs has been challenged in the last few years by the emergence of diversified NoSQL databases. More than 120 NoSQL databases are now available in the market, and the leader by far is MongoDB. With so many companies opting for MongoDB as their NoSQL database of choice, there's a need for a practical how-to combined with expert advice for getting the most out of the software. Practical Guide to MongoDB provides readers with: A solid understanding of NoSQL databases An understanding of how to get started with MongoDB Methodical coverage of the architecture, development, and administration of MongoDB A plethora of "How to?s" enabling you to use the technology most efficiently to solve the problems you face. Big Data -- NOSQL -- Introducing MongoDB -- MongoDB Data Model -- MongoDB? Installation and Configuration -- Using MongoDB -- MongoDB Architecture MongoDB Explained -- Administering MongoDB -- MongoDB Use Cases -- MongoDB Limitations MongoDB How Tos.-},
author = {Edward, Shakuntala Gupta and Sabharwal, Navin},
isbn = {9781484206478},
pages = {249},
title = {{Practical MongoDB : architecting, developing, and administering MongoDB}},
url = {https://www.safaribooksonline.com/library/view/practical-mongodb-architecting/9781484206478/},
year = {2015}
author = {{MongoDB Inc.}, a Mongodb White Paper},
keywords = {BT-NoSQL},
pages = {10},
title = {{Big Data: Examples and Guidelines for the Enterprise Decision Maker}},
url = {http://s3.amazonaws.com/info-mongodb-com/10gen_Big_Data_White_Paper.pdf},
year = {2013}
}
@techreport{MongoDBInc.2013a,
author = {{MongoDB Inc.}, a Mongodb White Paper},
number = {August},
title = {{MongoDB Architecture Guide}},
url = {https://webassets.mongodb.com/_com_assets/collateral/MongoDB_Architecture_Guide.pdf},
year = {2013}
}
@book{Edward2015,
author = {Sabharwal, Navin and Edward, Shakuntala Gupta},
isbn = {9781484206478},
pages = {249},
title = {{Practical MongoDB: Architecting, Developing, and Administering MongoDB}},
url = {https://www.safaribooksonline.com/library/view/practical-mongodb-architecting/9781484206478/},
year = {2015}
}
@book{Banker2016,
abstract = {Second edition. Includes index. Annotation 'MongoDB in Action' is a comprehensive guide to MongoDB for application developers. The book begins by explaining what makes MongoDB unique and describing its ideal use cases.},
author = {Banker, Kyle},
isbn = {9781617291609},
title = {{MongoDB in action : covers MongoDB version 3.0}},
url = {https://www.safaribooksonline.com/library/view/mongodb-in-action/9781617291609/},
year = {2016}
}
@book{mdbinaction,
author = {Banker, Kyle},
title = {MongoDB in Action},
year = {2011},
isbn = {1935182870, 9781935182870 Titel anhand dieser ISBN in Citavi-Projekt übernehmen},
publisher = {Manning Publications},
}
@book{mdbbasics,
author = {Membrey, Peter and Hows, David and Plugge, Eelco},
title = {MongoDB Basics},
year = {2014},
isbn = {148420896X, 9781484208960 Titel anhand dieser ISBN in Citavi-Projekt übernehmen},
publisher = {Apress},
}
@misc{bsonspec,
author = {bsonspec.org},
title = {Specification Version 1.1},
year = {2017},
note = "Retrieved March 23, 2017, from
\url{http://bsonspec.org/spec.html}; "
}
@misc{mdbdocu,
author = {MongoDB Inc.},
title = {The MongoDB 3.4 Manual},
year = {2016},
note = "Retrieved March 23, 2017, from
\url{https://docs.mongodb.com/manual/}; "
}
@misc{_mscdex.,
annote = {[Original String]:
mscdex. (2017, 03 23). github.io. Retrieved from Node.JS MySQL client library benchmarks: http://mscdex.github.io/node-mysql-benchmarks/},
author = {Mscdex},
title = {{Node.JS MySQL client library benchmarks}},
url = {http://mscdex.github.io/node-mysql-benchmarks/},
urldate = {23.03.2017},
volume = {2017}
}
@article{Weil_21,
author = {Weil, Kevin},
year = {2017},
title = {{Rainbird: Realtime Analytics at Twitter (Strata 2011)}},
url = {https://www.slideshare.net/kevinweil?utm_campaign=profiletracking\&utm_medium=sssite\&utm_source=ssslideview},
urldate = {21.03.2017}
}
@misc{_tpc.org.,
annote = {[Original String]:
tpc.org. (2017, 03 21). Retrieved from About the TPC: http://www.tpc.org/information/about/abouttpc.asp},
author = {Tpc.org},
title = {{About the TPC}},
url = {http://www.tpc.org/information/about/abouttpc.asp},
urldate = {2017-03-21},
volume = {2017}
}
@article{Neil_O,
author = {O'Neil, Patrick},
journal = {CRC Handbook for Computer Science and Engineering},
publisher = {UMass/Boston},
title = {{Database Performance Measurement}},
year = {1997}
}
@article{DeWitt_The_1991,
annote = {[Original String]:
DeWitt, D. J. (1991). The Wisconsin Benchmark: Past, Present, and Future. Computer Sciences Department.},
author = {DeWitt, D J},
journal = {Computer Sciences Department},
title = {{The Wisconsin Benchmark: Past, Present, and Future.}},
year = {1991}
}
@article{Wang_Main_2001,
annote = {[Original String]:
Wang, M. (2001). Main Memory Databases.},
author = {Wang, M},
title = {{Main Memory Databases.}},
year = {2001}
}
@article{Boncz_Database_1999,
annote = {[Original String]:
Boncz, P. A. (1999). Database architecture optimized for the new bottleneck: Memory access.},
author = {Boncz, P A},
title = {{Database architecture optimized for the new bottleneck: Memory access.}},
year = {1999}
}
@article{Dede_Performance_2013,
annote = {[Original String]:
Dede, E. (2013). Performance evaluation of a MongoDB and hadoop platform for scientific data analysis. Science Cloud '13.},
author = {Dede, E},
journal = {Science Cloud 13},
title = {{Performance evaluation of a MongoDB and hadoop platform for scientific data analysis.}},
year = {2013}
}
@article{Lee_W._2009,
annote = {[Original String]:
Lee, S.-W. (2009). Advances in flash memory SSD technology for enterprise database applications. SIGMOD '09.},
author = {Lee, S},
journal = {SIGMOD 09},
title = {{W. . Advances in flash memory SSD technology for enterprise database applications.}},
year = {2009}
}
@article{Li_A_2013,
annote = {[Original String]:
Li, Y. S. (2013). A performance comparison of SQL and NoSQL databases. IEEE Pacific Rim Conference.},
author = {Li, Y S and IEEE, ,},
journal = {Rim Conference},
title = {{A performance comparison of SQL and NoSQL databases.}},
year = {2013}
}
@book{_Mongo_2017,
annote = {[Original String]:
MongoDB Documentation. (2017, 03 21). Retrieved from docs.mongodb.com: docs.mongodb.com mscdex. (2017, 03 23). github.io. Retrieved from Node.JS MySQL client library benchmarks: http://mscdex.github.io/node-mysql-benchmarks/ O'Neil, P. (1997). Database Performance Measurement. In CRC Handbook for Computer Science and Engineering. UMass/Boston. tpc.org. (2017, 03 21). Retrieved from About the TPC: http://www.tpc.org/information/about/abouttpc.asp},
author = {MongoDB, Inc.},
title = {{MongoDB Documentation}},
urldate = {2017-03-31},
volume = {2017},
year = {2017}
}
@article{MongoDB2016,
author = {MongoDB},
file = {:C$\backslash$:/Users/Sedi/AppData/Local/Mendeley Ltd./Mendeley Desktop/Downloaded/MongoDB - 2016 - Unlocking Operational Intelligence from the Data Lake.pdf:pdf},
number = {June},
title = {{Unlocking Operational Intelligence from the Data Lake}},
url = {https://webassets.mongodb.com/mongodb{\_}operational{\_}data{\_}lake.pdf?{\_}ga=1.55917355.1638928680.1491468650 https://www.mongodb.com/hadoop-and-mongodb},
year = {2016}
}
@misc{hbase.apache.foundation.doku.2017,
author = {{The Apache Software Foundation - Apache HBase Team}},
title = {Apache HBase - Welcome to Apache HBase™},
year = {2017},
url = {https://hbase.apache.org/},
urldate = {2017-03-21},
}
@misc{hbase.amazon.2017,
author = {{Amazon web services}},
title = {Apache HBase in Amazon EMR},
year = {2017},
url = {https://aws.amazon.com/de/emr/details/hbase/},
urldate = {2017-03-21},
}
@misc{hbase.daniel.abadi.2010,
author = {Abadi, Daniel},
title = {Distinguishing Two Major Types of Column-Stores},
year = {2010},
url = {http://dbmsmusings.blogspot.de/2010/03/distinguishing-two-major-types-of_29.html/},
urldate = {2017-03-21},
}
@misc{hbase.stavros.harizopoulos.2009,
author = {Harizopoulos, Stavros and Abadi, Daniel and Boncz, Peter},
title = {Column-Oriented Database Systems},
year = {2009},
url = {http://nms.csail.mit.edu/~stavros/pubs/tutorial2009-column_stores.pdf},
urldate = {2017-03-21},
}
@misc{hbase.hortonworks.2017,
author = {{Hortonworks Community}},
title = {What HBase Does.},
year = {2017},
url = {https://de.hortonworks.com/apache/hbase/},
urldate = {2017-03-21},
}
@misc{hbase.apache.foundation.2017,
author = {{The Apache Software Foundation - Apache HBase Team}},
title = {Apache HBase Reference Guide.},
year = {2017},
url = {https://hbase.apache.org/book.html#datamodel},
urldate = {2017-03-21},
}
@misc{hbase.bertozzi.2012,
author = {Bertozzi, M.},
title = {Apache HBase I/O - HFile [Web log post].},
year = {2012},
url = {http://blog.cloudera.com/blog/2012/06/hbase-io-hfile-input-output/ },
urldate = {2017-03-21},
}
@book{hbase.shriparv.2014,
author = {Shriparv, Shashwat},
title = {Learning HBase},
year = {2014},
publisher = {Packt Publishing},
isbn = {9781783985944},
url = {https://www.safaribooksonline.com},
}
@book{hbase.george.2011,
author = {George, Lars},
title = {HBase: The Definitive Guide},
year = {2011},
publisher = {O'Reilly Media},
address = {Sebastopol, CA}
}
@book{hbase.achari.2015,
author = {Achari, Shiva},
title = {Hadoop Essentials},
year = {2015},
isbn = {9781484224243},
publisher = {Packt Publishing},
isbn = {9781784396688},
url = {https://www.safaribooksonline.com/}
}
@book{hbase.vohra.2016,
author = {Vohra, Deepak},
title = {Apache HBase Primer},
year = {2016},
isbn = {9781484224243},
publisher = {Apress},
url = {https://www.safaribooksonline.com/}
}
@misc{hbase.wilson.2008,
author = {Wilson, Jim},
title = {Understanding HBase and BigTable [Web Log Entry]},
year = {2008},
urldate = {2017-03-21},
url = {https://dzone.com/articles/understanding-hbase-and-bigtab};
}
@misc{Basho.01.04.17b,
author = {Basho},
year = {01.04.17},
title = {Companies using Riak},
url = {http://basho.com/about/customers/},
address = {Bellevue, Washington},
urldate = {01.04.17}
}
@misc{FHKoln.01.04.17,
author = {{FH K{\"o}ln}, Campus Gummersbach},
year = {01.04.17},
title = {Datenbanken Online Lexikon - Riak},
url = {http://wikis.gm.fh-koeln.de/wiki_db/Datenbanken/Riak/},
address = {Gummersbach},
urldate = {01.04.17}
}
@misc{Basho.01.04.17c,
author = {Basho},
year = {01.04.17},
title = {Installation of Riak on Ubuntu},
url = {http://docs.basho.com/riak/kv/2.2.2/setup/installing/debian-ubuntu/},
address = {Bellevue, Washington},
urldate = {01.04.17}
}
@misc{Basho.01.04.17,
author = {Basho},
year = {01.04.17},
title = {Riak use cases},
url = {http://basho.com/use-cases/},
address = {Bellevue, Washington},
urldate = {01.04.2017}
}
@misc{Basho.01.04.17b,
author = {Basho},
year = {01.04.17},
title = {Companies using Riak},
url = {http://basho.com/about/customers/},
address = {Bellevue, Washington},
urldate = {01.04.17}
}
@misc{Basho.01.04.2017,
author = {Basho},
year = {01.04.2017},
title = {Riak KV},
url = {http://basho.com/products/riak-kv/},
address = {Bellevue, Washington},
urldate = {01.04.2017}
}
@misc{Basho.06.04.2017,
author = {Basho},
year = {06.04.2017},
title = {Riak KV~Documentation},
url = {http://docs.basho.com/riak/kv/2.2.3/},
address = {Bellevue, Washington},
urldate = {06.04.2017}
}
@misc{Bryanssm.06.04.2017,
author = {{Bryan ssm}},
year = {06.04.2017},
title = {Java Management Extensions},
url = {https://en.wikipedia.org/wiki/Java_Management_Extensions},
address = {San Francisco,~California},
urldate = {06.04.2017}
}
@misc{GoogleDevelopers.06.04.2017,
author = {{Google Developers}},
year = {06.04.2017},
title = {Protocol Buffers},
url = {https://developers.google.com/protocol-buffers/},
address = {Mountain View, California},
urldate = {06.04.2017}
}
@misc{L8ManeValidus.06.04.2017,
author = {{L8 ManeValidus}},
year = {06.04.2017},
title = {Simple Network Management Protocol},
url = {https://de.wikipedia.org/wiki/Simple_Network_Management_Protocol},
address = {San Francisco,~California},
urldate = {06.04.2017}
}
@misc{TheApacheSoftwareFoundation.06.04.2017,
author = {{The Apache Software Foundation}},
year = {06.04.2017},
title = {Apache Solr},
url = {http://lucene.apache.org/solr/},
address = {Forest Hill, Maryland},
urldate = {06.04.2017}
}
%CouchDB
@book{adams1995hitchhiker,
title={The Hitchhiker's Guide to the Galaxy},
author={Adams, D.},
isbn={9781417642595},
url={http://books.google.com/books?id=W-xMPgAACAAJ},
year={1995},
publisher={San Val}
}
%--------------------------------------------
% Ines Resources
% Security
@misc{ApacheSoftwareFoundation.2013.SecurityFeatures,
author = {{Apache Software Foundation}},
year = {2013},
title = {Security Features Overview: Authorization},
url = {https://wiki.apache.org/couchdb/Security_Features_Overview}
}
@misc{ApacheSoftwareFoundation.2013.AdminAccount,
author = {{Apache Software Foundation}},
year = {2013},
title = {CouchDB Wiki: Setting{\_}up{\_}an{\_}Admin{\_}account},
url = {https://wiki.apache.org/couchdb/Setting_up_an_Admin_account}
}
@book{Anderson.2010.Security,
author = {Anderson, J. Chris and Lehnardt, Jan and Slater, Noah},
year = {2010},
title = {CouchDB: The Definitive Guide},
publisher = {{O'Reilly Media}},
isbn = {0596155891},
chapter={Chapter 22. Security}
}
@book{Brown.2012,
abstract = {CouchDB is a new breed of database for the Internet, geared to meet the needs of today's dynamic web applications. With this concise introduction, you'll learn how CouchDB's simple model for storing, processing, and accessing data makes it ideal for the type of data and rapid response users now demand from your applications-and how easy CouchDB is to set up, deploy, maintain, and scale. The code-packed examples in this book will help you learn how to work with documents, populate a simple database, replicate data from one database to another, and a host of other tasks. Install CouchDB on Lin},
author = {Brown, MC.},
year = {2012},
title = {Getting Started with CouchDB},
url = {http://site.ebrary.com/lib/alltitles/docDetail.action?docID=10759088},
address = {Sebastopol},
publisher = {{O'Reilly Media Inc}},
isbn = {9781449307554}
}
@book{Scheliga.2010,
abstract = {CouchDB ist eine dokumentenbasierte Datenbank. In CouchDB gespeicherte Dokumente haben keine Beziehungen untereinander. Beziehungen werden nur explizit in Abfragen hergestellt. Dabei k{\"o}nnen die Dokumente jede komplexe Datenstruktur annehmen. Ziel von CouchDB ist es, das einfache Datenmodell einer dokumenten-orientierten Datenbank mit der Skalierbarkeit und Performance einer professionellen relationalen Datenbank zu verkn{\"u}pfen. CouchDB kurz {\&} gut ist sowohl als Einstiegshilfe f{\"u}r den dokumentenbasierten Datenbankansatz wie auch als Nachschlagewerk f{\"u}r den CouchDB-Praktiker gedacht. Aus dem Inhalt: Installation Konfiguration Entwicklungsumgebung CouchDB Server Organisation von Datenbanken in CouchDB? Dokumente verwalten und manipulieren in CouchDB? Abfragen in CouchDB Transformationsfunktionen Sicherheit und Validierung.},
author = {Scheliga, Mario},
year = {2010},
title = {CouchDB: Kurz {\&} gut},
keywords = {Database management},
address = {K{\"o}ln},
publisher = {O'Reilly},
isbn = {3868995811},
series = {O'Reillys Taschenbibliothek},
chapter={Sicherheit und Validierung}
}
%---------------------------
% Introduction
@book{Anderson.2010.Buch,
author = {Anderson, J. Chris and Lehnardt, Jan and Slater, Noah},
year = {2010},
title = {CouchDB: The Definitive Guide},
publisher = {{O'Reilly Media}},
isbn = {0596155891}
}
@misc{ApacheSoftwareFoundation.Branch,
author = {{Apache Software Foundation}},
editor = {{Apache Software Foundation}},
title = {15.1.1. Version 2.0.0},
url = {http://docs.couchdb.org/en/stable/whatsnew/2.0.html}
}
@misc{MarcelWolfKeineKommentare.2016,
author = {{Marcel Wolf}},
year = {2016},
title = {Elixir, Phoenix und CouchDB -- Eine Einf{\"u}hrung: CouchDB},
url = {https://blog.codecentric.de/2016/01/elixir-phoenix-couchdb-eine-einfuehrung/}
}
@misc{ErlangWikipedia.22.03.2017,
author = {{Erlang - Wikipedia}},
year = {22.03.2017},
title = {Erlang (programming language)},
url = {https://en.wikipedia.org/wiki/Erlang_(programming_language)}
}
@book{Scheliga.2010,
abstract = {CouchDB ist eine dokumentenbasierte Datenbank. In CouchDB gespeicherte Dokumente haben keine Beziehungen untereinander. Beziehungen werden nur explizit in Abfragen hergestellt. Dabei k{\"o}nnen die Dokumente jede komplexe Datenstruktur annehmen. Ziel von CouchDB ist es, das einfache Datenmodell einer dokumenten-orientierten Datenbank mit der Skalierbarkeit und Performance einer professionellen relationalen Datenbank zu verkn{\"u}pfen. CouchDB kurz {\&} gut ist sowohl als Einstiegshilfe f{\"u}r den dokumentenbasierten Datenbankansatz wie auch als Nachschlagewerk f{\"u}r den CouchDB-Praktiker gedacht. Aus dem Inhalt: Installation Konfiguration Entwicklungsumgebung CouchDB Server Organisation von Datenbanken in CouchDB? Dokumente verwalten und manipulieren in CouchDB? Abfragen in CouchDB Transformationsfunktionen Sicherheit und Validierung.},
author = {Scheliga, Mario},
year = {2010},
title = {CouchDB: Kurz {\&} gut},
keywords = {Database management},
address = {K{\"o}ln},
publisher = {O'Reilly},
isbn = {3868995811},
series = {O'Reillys Taschenbibliothek},
chapter={Einführung}
}
%-----------------------------------------------------
%Conclusion
% This file was created with Citavi 5.4.0.2
@misc{KLINTFINLEY.2010,
author = {{KLINT FINLEY}},
year = {2010},
title = {Why Large Hadron Collider Scientists are Using CouchDB},
url = {http://readwrite.com/2010/08/26/lhc-couchdb/},
urldate = {07.04.2017}
}
% This file was created with Citavi 5.4.0.2
@misc{BrunoPedro.2013,
author = {{Bruno Pedro}},
year = {2013},
title = {Which startups use CouchDB?},
url = {https://www.quora.com/Which-startups-use-CouchDB#},
urldate = {06.04.2017}
}
%---------------------------------------------------------
%%Leon Resources
@book{Anderson.2010.AppendixJSON,
author = {Anderson, J. Chris and Lehnardt, Jan and Slater, Noah},
year = {2010},
title = {CouchDB: The Definitive Guide},
publisher = {{O'Reilly Media}},
isbn = {0596155891},
chapter={Appendix E. JSON Primer}
}
@misc{apache.docs.2.0,
author = {Apache},
title = {{1.1. Technical Overview — Apache CouchDB 1.7.0 Documentation}},
url = {http://docs.couchdb.org/en/2.0.0/intro/overview.html},
urldate = {2017-03-10},
year = {2014}
}
@book{Brown2012,
abstract = {CouchDB is a new breed of database for the Internet, geared to meet the needs of today's dynamic web applications. With this concise introduction, you'll learn how CouchDB's simple model for storing, processing, and accessing data makes it ideal for the type of data and rapid response users now demand from your applications-and how easy CouchDB is to set up, deploy, maintain, and scale. The code-packed examples in this book will help you learn how to work with documents, populate a simple database, replicate data from one database to another, and a host of other tasks. Install CouchDB on Lin.},
author = {Brown, MC},
isbn = {9781449307554},
pages = {69},
publisher = {O'Reilly},
title = {{Getting Started with CouchDB}},
url = {https://www.safaribooksonline.com/library/view/getting-started-with/9781449309589/},
year = {2012}
}
@book{Holt2011,
abstract = {This practical guide offers a short course on scaling CouchDB to meet the capacity needs of your distributed application. Through a series of scenario-based examples, this book lets you explore several methods for creating a system that can accommodate growth and meet expected demand. In the process, you learn about several tools that can help you with replication, load balancing, clusters, and load testing and monitoring.},
author = {Holt, Bradley.},
booktitle = {Fortune},
isbn = {1449303439},
keywords = {couchdb,scaling},
pages = {72},
publisher = {O'Reilly Media},
title = {{Scaling CouchDB: Replication, Clustering, and Administration}},
url = {https://www.safaribooksonline.com/library/view/scaling-couchdb/9781449304942/},
year = {2011}
}
@misc{CouchDB.Guide,
author = {{Anderson, Jan Lehnardt, Noah Slater}},
year = {2010},
chapter = {Design Documents},
title = {{CouchDB: The Definitive Guide}},
publisher = {{O'Reilly Media}},
isbn = {0596155891},
url = {http://guide.couchdb.org/draft/documents.html},
urldate = {2017-03-10}
}
@misc{CouchDB.Guide.ED1,
author = {{Anderson, Jan Lehnardt, Noah Slater}},
chapter = {Design Doc},
year = {2010},
title = {{Couch DB: The Definitive Guide Edition 1}},
url = {http://guide.couchdb.org/editions/1/en/design.html},
urldate = {2017-03-10}
}
@book{Juravich2012,
abstract = {Time for action -- anonymously accessing the {\_}users database. Get your PHP application from conception to deployment by leveraging CouchDB's robust features with this book and ebook. CouchDB and PHP Web Development Beginner's Guide; CouchDB and PHP Web Development Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action -- heading; What just happened?; Pop quiz -- heading; Have a go hero -- heading; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Introduction to CouchDB. The NoSQL database evolutionWhat makes NoSQL different; Classification of NoSQL databases; CAP theorem; ACID; So what does all of that mean?; Advantages of NoSQL databases; Negatives of NoSQL databases; When you should use NoSQL databases; When you should avoid NoSQL databases; Introduction to CouchDB; The history of CouchDB; Defining CouchDB; Summary; 2. Setting up your Development Environment; Operating systems; Windows; Installing Apache and PHP; Installing Git; Installing CouchDB; Linux; Installing Apache and PHP; Installing Git; Installing CouchDB. Setting up your web development environment on Mac OS XTerminal; Time for action -- using Terminal to show hidden files; What just happened?; Text editor; Apache; Web browser; Time for action -- opening your web browser; What just happened?; PHP; Time for action -- checking your PHP version; What just happened?; Time for action -- making sure that Apache can connect to PHP; What just happened?; Time for action -- creating a quick info page; What just happened?; Fine tuning Apache; Time for action -- further configuration of Apache; What just happened?; Our web development setup is complete! Installing CouchDBHomebrew; Time for action -- installing Homebrew; What just happened?; Time for action -- installing CouchDB; What just happened?; Checking that our setup is complete; Starting CouchDB; Time for action -- checking that CouchDB is running; What just happened?; Running CouchDB as a background process; Installing version control; Git; Time for action -- installing and configuring Git; What just happened?; Did you have any problems?; Pop quiz; Summary; 3. Getting Started with CouchDB and Futon; What is CouchDB?; Database server; Documents; Example of a CouchDB document; JSON format. Key-value storageReserved fields; RESTful JSON API; Time for action -- getting a list of all databases in CouchDB; What just happened?; Time for action -- creating new databases in CouchDB; What just happened?; Time for action -- deleting a database In CouchDB; What just happened?; Time for action -- creating a CouchDB document; What just happened?; Futon; Time for action -- updating a document in Futon; What just happened?; Time for action -- creating a document in Futon; What just happened?; Security; Time for action -- taking CouchDB out of Admin Party; What just happened?},
author = {Juravich, Tim.},
isbn = {9781849513586},
pages = {515},
publisher = {Packt Publishing},
title = {{CouchDB and PHP Web Development Beginner ' s Guide}},
url = {https://www.safaribooksonline.com/library/view/couchdb-and-php/9781849513586/},
year = {2012}
}
@book{Thompson2011,
abstract = {Today's mobile devices have GPS and standard APIs to give you access to coordinates--but what can you do with that data? With this concise book, application developers learn how to work with location data quickly and easily, using Node.js, CouchDB, and other open source tools and libraries. Node.js makes it simple to run event code on the Web, and the CouchDB document-oriented database lets you store location data and perform complex queries on it quickly. You'll learn how to get started with these tools, and then use them together to build an example project called MapChat, using HTML and JavaS. Table of Contents; Preface; Conventions Used in This Book; Using Code Examples; Safari{\textregistered} Books Online; How to Contact Us; Chapter 1. Node.js; Getting Started with Node.js; Asynchronous Callbacks; Using Node.js on the Web; ExpressJS; Routes; Templates; Static Files; Chapter 2. Geographic Data; Geo Datasets; GeoJSON; Example Geometries; GDAL; Installing; Grab Some Data; Ogrinfo; Ogr2ogr; Geohash; Chapter 3. CouchDB; How Does CouchDB Work?; Replication; Indexes and Views; Getting Started with CouchDB; Creating a Database; Creating a View; View Options; Using Reduce. Using CouchApps ... For Fun and ProfitLoad Shared Code; GeoCouch; Importing Data; Using Cradle to Talk to Geocouch; Add the Couchapp; Bounding Box Queries; Displaying the Data Using Node.js; CouchDB Hosting Options; Chapter 4. MapChat -- Example Project; Realtime Chat; Socket.io; Setting Up the Project; Making chat subscriptions; Handling Chat Messages; Using Google Maps; Getting User Location; Grab browser location; Center and Bounds; Custom Overlays; Chat Messages from CouchDB; Clustering; Using a List Function; Notify Clients of Cluster Updates; Display List of Clusters in the Client.},
author = {Thompson, Mick.},
isbn = {9781449307523},
pages = {48},
publisher = {O'Reilly},
title = {{Getting started with GEO, CouchDB {\&} Node.js}},
url = {https://www.safaribooksonline.com/library/view/getting-started-with/9781449311230/},
year = {2011}
}
@misc{Tutorialspoint,
author = {Tutorialspoint},
title = {{CouchDB Creating a Document}},
url = {https://www.tutorialspoint.com/couchdb/couchdb_creating_a_document.htm},
urldate = {2017-03-10}
}
% Part of REST %% This file was created with Citavi 5.4.0.2
@misc{CouchDBRestReplication,
author = {{Apache Software Foundation}},
year = {2017},
title = {1.5. The Core API --- Apache CouchDB 2.0 Documentation},
url = {http://docs.couchdb.org/en/2.0.0/intro/api.html#replication},
urldate = {13.03.2017}
}
@misc{CouchDBRestBasic,
author = {{Apache Software Foundation}},
year = {2017},
title = {10.1. API Basics --- Apache CouchDB 2.0 Documentation},
url = {http://docs.couchdb.org/en/2.0.0/api/basics.html},
urldate = {13.03.2017}
}
@misc{CouchDBRestDatabases,
author = {{Apache Software Foundation}},
year = {2017},
title = {10.3. Databases --- Apache CouchDB 2.0 Documentation},
url = {http://docs.couchdb.org/en/2.0.0/api/database/common.html},
urldate = {13.03.2017}
}
@misc{CouchDBRestDocuments,
author = {{Apache Software Foundation}},
year = {2017},
title = {10.4. Documents --- Apache CouchDB 2.0 Documentation},
url = {http://docs.couchdb.org/en/2.0.0/api/document/common.html},
urldate = {13.03.2017}
}
@misc{CouchDBRestJson,
author = {{Apache Software Foundation}},
year = {2017},
title = {10.1. API Basics --- Apache CouchDB 2.0 Documentation},
url = {http://docs.couchdb.org/en/2.0.0/api/basics.html#json-basics},
urldate = {13.03.2017}
}
@misc{CouchDBRestOverview,
author = {{Apache Software Foundation}},
year = {2017},
title = {1.5. The Core API --- Apache CouchDB 2.0 Documentation},
url = {http://docs.couchdb.org/en/2.0.0/intro/api.html},
urldate = {13.03.2017}
}
%@misc{CouchDBRestRFCPatch,
% author = {121, rfcmarkup version 1. and Dusseault and Lisa and Snell and M, James},
% year = {12.03.2017},
% title = {PATCH Method for HTTP},
% url = {https://tools.ietf.org/html/rfc5789},
% urldate = {13.03.2017}
%}
@misc{CouchDBRestRFCPatch,
author = {Dusseault, Lisa and Snell, James},
year = {2017},
title = {PATCH Method for HTTP},
url = {https://tools.ietf.org/html/rfc5789},
urldate = {13.03.2017}
}
@misc{CouchDBRestServer,
author = {{Apache Software Foundation}},
year = {2017},
title = {10.2.1. / --- Apache CouchDB 2.0 Documentation},
url = {http://docs.couchdb.org/en/2.0.0/api/server/common.html},
urldate = {13.03.2017}
}
@misc{MoronyJosh,
author = {{Morony Josh}},
year = {2017},
title = {{CouchDB, PouchDB, and Ionic 2: An Introduction | joshmorony - Build Mobile Apps with HTML5}},
url = {https://www.joshmorony.com/couchdb-pouchdb-and-ionic-2-an-introduction/},
urldate = {2017-03-23}
}
@misc{EminGunSirer,
author = {{Emin Gun Sirer}},
title = {{What are the advantages and disadvantages of using MongoDB vs CouchDB vs Cassandra vs Redis? - Quora}},
url = {https://www.quora.com/What-are-the-advantages-and-disadvantages-of-using-MongoDB-vs-CouchDB-vs-Cassandra-vs-Redis},
year = {2012},
urldate = {2017-03-23}
}
@misc{RevellMatthew,
author = {{Revell Matthew}},
title = {{What are the key advantages of CouchDB over other NoSQL offerings? - Hashnode}},
url = {https://hashnode.com/post/what-are-the-key-advantages-of-couchdb-over-other-nosql-offerings-ciitugn9g008poy53iixsc2d1},
urldate = {2017-03-23}
}
% This file was created with Citavi 5.4.0.2
@misc{DocDBIntro1,
abstract = {Attach:bsp{\_}dokument.PNG Attach:bsp{\_}dokument.PNGBeispiel eines m{\"o}glichen Dokuments, dargestellt im JSON-Format - Beispiel eines m{\"o}glichen Dokuments, dargestellt im JSON-Format -Dokumentenorientierte Datenbanken z{\"a}hlen zu den zentralen NoSQL-Technologien. Da sowohl von dokumentenbasierten als auch v ...},
author = {{FH Koeln}},
editor = {{FH Koeln}},
title = {Datenbanken / Dokumentenorientierte Datenbank | Datenbanken Online Lexikon},
url = {http://wikis.gm.fh-koeln.de/wiki_db/Datenbanken/DokumentenorientierteDatenbank},
keywords = {Begriffe;Beispiel;bsp{\_}dokument;dargestellt;dokumentenbasierten;dokumentenorientierten;Dokuments;gesprochen;JSON-Format;zentralen},
urldate = {30.03.2017},
year = {2013}
}
@misc{DocDBIntro2,
abstract = {CouchDB ist eine dokumentenorientierte Open-Source-Datenbank (NoSQL). Im Gegensatz zu relationalen Datenbanken speichert sie ihre Daten also nicht in Tabellen, sondern verwaltet sie in Dokumenten. CouchDB ist gr{\"o}{\ss}tenteils in der Programmiersprache Erlang geschrieben. Die Datenbank wurde 2005 entwickelt und wird seit 2008 von der Apache Software Foundation unter freier Apache-Lizenz vertrieben.},
author = {Cocomore},
editor = {Cocomore},
year = {2017},
title = {CouchDB -- einfache, aber m{\"a}chtige Datenbank f{\"u}r Webanwendungen},
url = {https://www.cocomore.de/leistungen/software/couchdb-einfache-aber-maechtige-datenbank-fuer-webanwendungen},
keywords = {Cocomore;CouchDB;Datenbank;dokumentenorientiert;Erlang;Frankfurt;Open Source},
urldate = {30.03.2017}
}
@misc{DocDBIntro3,
abstract = {Dokumentenorientierte Datenbanken (oder auch dokumentenbasierte Datenbanken) speichern Daten in Form von Key-Value-Paaren. Wobei zu jedem Schl{\"u}ssel ein Wert, bzw. Dokument. Ein Dokument meint dabei eine Aggregation mehr oder weniger strukturierter Daten ohne Schemavorgabe (},
author = {Br{\"u}ck, Felix},
title = {Dokumentenorientierte Datenbanken [Wirtschaftsinformatik Wiki - Kewee]},
url = {http://wi-wiki.de/doku.php?id=bigdata:dokumentdb},
keywords = {bigdata;dokumentdb},
urldate = {30.03.2017},
year = {2015}
}
%% RETHINK BEGIN ----
@article{RethinkLimits,
annote = {[Original String]:
rethinkdb.com. (2017, 04 10). Retrieved from Limitations in RethinkDB: https://rethinkdb.com/limitations/},
author = {{The Linux Foundation}},
title = {{Limitations in RethinkDB - RethinkDB}},
url = {https://rethinkdb.com/limitations/},
urldate = {2017-04-10},
}
@article{RethinkDataTypes,
annote = {[Original String]:
rethinkdb.com. (2017, 04 10). Retrieved from ReQL data types: https://rethinkdb.com/docs/data-types/},
author = {{The Linux Foundation}},
title = {{ReQL data types - RethinkDB}},
url = {https://rethinkdb.com/docs/data-types/},
urldate = {2017-04-10},
volume = {2017},
year = {2017}
}
@article{RethinkChangefeeds,
annote = {[Original String]:
rethinkdb.com. (2017, 04 10). Retrieved from Changefeeds in RethinkDB: https://rethinkdb.com/docs/changefeeds/javascript/},
author = {{The Linux Foundation}},
title = {{Changefeeds in RethinkDB - RethinkDB}},
url = {https://rethinkdb.com/docs/changefeeds/javascript/},
urldate = {2017-04-10},
volume = {2017},
year = {2017}
}
@misc{BTreeTechTarget,
author = "Margaret Rouse",
year = "2005",
title = "B-Tree",
howpublished = "retrieved on 10.04.2017 from \url{http://searchsqlserver.techtarget.com/definition/B-tree}"
}
@misc{RethinkCNCF,
author = "CNCF",
year = "2017",
title = "CNCF Purchases RethinkDB Source Code and Contributes It to The Linux Foundation Under the Apache License",
howpublished = "retrieved on 10.04.2017 from \url{https://www.cncf.io/blog/2017/02/06/cncf-purchases-rethinkdb-source-code-contributes-linux-foundation-apache-license/}"
}
@misc{techcrunchredb,
author = "Jason Kincaid",
year = "2009",
title = "YC-Funded RethinkDB: A MySQL Storage Engine Built From The Ground Up For Solid State Drives",
howpublished = "retrieved on 10.04.2017 from \url{https://techcrunch.com/2009/07/28/yc-funded-rethinkdb-a-mysql-storage-engine-built-from-the-ground-up-for-ssds/}"
}
@article{RethinkDataStorage,
annote = {[Original String]:
rethinkdb.com. (2017, 04 10). Retrieved from RethinkDB: https://rethinkdb.com/docs/architecture/#data-storage},
author = {{The Linux Foundation}},
title = {{How is data stored on disk?}},
url = {https://rethinkdb.com/docs/architecture/#data-storage},
urldate = {2017-04-10},
volume = {2017},
year = {2017}
}
@article{RethinkSharding,
annote = {[Original String]:
rethinkdb.com. (2017, 04 10). Retrieved from RethinkDB: https://rethinkdb.com/docs/architecture/#sharding-and-replication},
author = {{The Linux Foundation}},
title = {{Sharding and replication}},
url = {https://rethinkdb.com/docs/architecture/#sharding-and-replication},
urldate = {2017-04-10},
volume = {2017},
year = {2017}
}
@article{RethinkCAP,
annote = {[Original String]:
rethinkdb.com. (2017, 04 10). Retrieved from RethinkDB: https://rethinkdb.com/docs/architecture/#cap-theorem},
author = {{The Linux Foundation}},
title = {{CAP Theorem}},
url = {https://rethinkdb.com/docs/architecture/#cap-theorem},
urldate = {2017-04-10},
volume = {2017},
year = {2017}
}
@article{RethinkQE,
annote = {[Original String]:
rethinkdb.com. (2017, 04 10). Retrieved from RethinkDB: https://rethinkdb.com/docs/architecture/#query-execution},
author = {{The Linux Foundation}},
title = {{Query Execution}},
url = {https://rethinkdb.com/docs/architecture/#query-execution},
urldate = {2017-04-10},
volume = {2017},
year = {2017}
}
@misc{rvsm2014,
author = {juristat.com},
title = {A comparison of MongoDB and RethinkDB with patent data},
year = {11.04.2017},
howpublished = "retrieved on 10.04.2017 from \url{https://juristat.com/blog/a-comparison-of-mongodb-and-rethinkdb-with-patent-data}"
}
@misc{rvsm2016,
author = {Narendran Thangarajan},
title = {MongoDB vs. RethinkDB},
year = {2015},
howpublished = "retrieved on 11.04.2017 from \url{http://ntvita.com/2015/06/04/mongo-vs-rethink.html}"
}
@misc{performanceReport,
author = {{The Linux Foundation}},
title = {RethinkDB 2.1.5 performance \& scaling report},
howpublished = "retrieved on 11.04.2017 from \url{https://rethinkdb.com/docs/2-1-5-performance-report/}"
}
@misc{tableCreate,
author = {{The Linux Foundation}},
title = {RethinkDB Create Table},
howpublished = "retrieved on 11.04.2017 from \url{https://rethinkdb.com/api/javascript/table_create/}"
}
@misc{reql,
author = {{The Linux Foundation}},
title = {Introduction to ReQL},
howpublished = "retrieved on 11.04.2017 from \url{https://rethinkdb.com/docs/introduction-to-reql/}"
}
%
@online{rdbcaptheorem,
ALTauthor = {Thanos Pappas},
title = {CAP Theorem},
date = {2014},
url = {http://cs.uoi.gr/~apappas/projects/Raft&Rethinkdb/img/cap.jpg}
}
@misc{TechTargetAcid,
author = "Margaret Rouse",
year = "2006",
title = "ACID (atomicity, consistency, isolation, and durability)",
howpublished = "retrieved on 10.04.2017 from \url{http://searchsqlserver.techtarget.com/definition/ACID}"
}
@misc{jepsen2016,
author = "{jepsen.io}",
year = "2016",
title = "RethinkDB 2.1.5",
howpublished = "retrieved on 11.04.2017 from \url{https://jepsen.io/analyses/rethinkdb-2-1-5}"
}
%%RETHINK END
%@misc{cap,
author = "Tobias Trelle",
year = "2011",
title = "Grundlagen Cloud Computing: CAP-Theorem",
howpublished = "retrieved on 01.04.2017 from \url{https://blog.codecentric.de/2011/08/grundlagen-cloud-computing-cap-theorem/}"
}
@misc{cassandraCap,
author = "Teddy Ma",
year = "2015",
title = "The CAP Theorem",
howpublished = "retrieved on 01.04.2017 from \url{https://teddyma.gitbooks.io/learncassandra/content/about/the_cap_theorem.html}"
}
@misc{keyspaceWiki,
title = "Keyspace (distributed data store)",
year = "2016",
author = "Wikipedia",
howpublished = "retrieved on 01.01.2017 from \url{https://en.wikipedia.org/wiki/Keyspace\_(distributed\_data\_store)}"
}
@misc{architectureOverview,