-
Notifications
You must be signed in to change notification settings - Fork 1
/
Database.py
694 lines (646 loc) · 44.3 KB
/
Database.py
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
"Database":{
"SQL":[
"MySQL":[
"http://www.javacodegeeks.com/2015/07/mysql-vs-mongodb.html?"
"http://www.linuxveda.com/2015/06/17/install-mysql-mariadb-secure-configure/"
"http://www.sitepoint.com/using-node-mysql-javascript-client/"
"http://www.sitepoint.com/using-node-mysql-javascript-client/"
"https://www.youtube.com/watch?v=IRTgsxL9V8g"
"http://githubengineering.com/using-mysql-performance-schema-for-workload-analysis/"
"http://mysqlserverteam.com/the-mysql-optimizer-cost-model-project/"
"http://java.dzone.com/articles/5-steps-migrate-mysql"
"http://blog.scoutapp.com/articles/2014/12/19/from-mysql-full-text-search-to-elasticsearch"
"http://java.dzone.com/articles/profiling-mysql-queries"
"http://www.datanami.com/2015/04/14/mysql-leader-percona-takes-aim-at-mongodb/"
"http://blog.mclaughlinsoftware.com/2015/04/11/mysql-json-functions/"
"http://java.dzone.com/articles/mysql-shell-prompt-vs-mongodb"
"https://engineering.opendns.com/2015/04/07/redesigning-mysql-aws-tech-talk-on-the-aurora-database/"
"http://use-the-index-luke.com/blog/2014-04-01/thank-you-mysql-we-will-miss-you"
"http://www.dzone.com/articles/future-mysql-interview-peter"
"http://engineering.pinterest.com/post/122520169079/mysql-performance-optimization-50-more-work-with"
],
"Postgresql":[
"http://clarkdave.net/2013/06/what-can-you-do-with-postgresql-and-json/"
"https://www.compose.io/articles/coming-in-postgresql-9-5/"
"https://www.pgcon.org/2015/schedule/events/868.en.html"
"http://www.pateldenish.com/2015/06/postgres-replication-using-replication-slots.html"
"https://www.pgcon.org/2015/schedule/events/868.en.html"
"http://www.pateldenish.com/2015/06/postgres-replication-using-replication-slots.html"
1952b1243e310eddd86c399f59cc76d22c5fb678
"http://www.pateldenish.com/2015/06/postgres-replication-using-replication-slots.html"
"http://www.pateldenish.com/2015/06/postgres-replication-using-replication-slots.html"
"http://www.craigkerstiens.com/2015/06/07/Moving-past-averages-in-sql/"
"http://adpgtech.blogspot.com/2015/05/goodbye-jsonbreplace-hello-jsonbset.html"
"http://adpgtech.blogspot.com/2015/05/running-pgindent-on-non-core-code-or.html"
"http://www.depesz.com/2015/05/23/waiting-for-9-5-tablesample-sql-standard-and-extensible/"
"http://bonesmoses.org/2015/05/22/pg-phriday-10-ways-to-ruin-performance-forgetting-it-exists/"
"http://vitesse-timing-on.blogspot.com/2015/05/comparing-two-tables.html"
"http://joelonsql.com/2015/05/16/finding-missing-foreign-keys/"
"http://www.thatguyfromdelhi.com/2015/05/postgres-finally-has-cube-rollup.html"
"http://www.thatguyfromdelhi.com/2015/05/basic-olap-support-in-postgresql.html"
"http://www.technology-ebay.de/the-teams/mobile-de/blog/postgresql-table-partitioning-hibernate.html"
"http://michael.otacoo.com/postgresql-2/postgres-9-5-feature-highlight-skip-locked-row-level/"
"http://bonesmoses.org/2015/05/08/pg-phriday-functions-and-performance-attributes/"
"http://bonesmoses.org/2015/05/01/pg-phriday-reducing-writes-with-unlogged-tables/"
"http://postgis.net/2015/05/02/tip_enable_raster_drivers"
"http://bajis-postgres.blogspot.com/2015/04/woohoo-packt-publishing-has-published.html"
"http://bajis-postgres.blogspot.com/2015/04/aha-you-can-count-rows-for-copy-command.html"
"http://amitkapila16.blogspot.com/2015/04/write-scalability-in-postgresql.html"
"http://adpgtech.blogspot.com/2015/04/new-postgresql-buildfarm-client-release.html"
"http://bonesmoses.org/2015/04/17/pg-phriday-anonymous-blocks-and-object-manipulation/"
"https://periscope.io/blog/hyperloglog-in-pure-sql.html"
"http://www.databasesoup.com/2015/04/expressions-vs-advanced-aggregates.html"
"http://peter.eisentraut.org/blog/2015/04/16/storing-uris-in-postgresql/"
"http://michael.otacoo.com/postgresql-2/postgres-9-5-feature-highlight-log-autovacuum-min-duration-relation/"
"http://stormatics.com/howto-create-reports-in-tableau-with-postgresql-database/"
"http://adpgtech.blogspot.com/2015/04/dynamically-disabling-triggers-without.html"
"http://stormatics.com/howto-use-json-functionality-in-postgresql/"
"http://blog.heapanalytics.com/dont-iterate-over-a-postgres-array-with-a-loop/"
"http://pgeoghegan.blogspot.com/2015/04/abbreviated-keys-for-numeric-to.html"
"http://www.linuxjournal.com/content/postgresql-nosql-database"
"https://www.youtube.com/watch?v=NILlys4h7Fs"
"http://developer.olery.com/blog/goodbye-mongodb-hello-postgresql/"
"https://www.youtube.com/watch?v=khLaOfy6BCE"
"https://blog.compose.io/is-postgresql-your-next-json-database/.com&utm_campaign=buffer"
"http://engineering.tilt.com/7-postgresql-data-migration-hacks/"
"http://developers.slashdot.org/story/15/03/19/1930226/why-i-choose-postgresql-over-mysqlmariadb"
"http://www.citusdata.com/blog/21-jason/139-announcing-pg-shard-1-1"
"http://rajeevrastogi.blogspot.com/2015/03/overview-of-postgresql-sql-engine.html"
"http://www.citusdata.com/blog/14-marco/122-pgconf-russia-talk-on-pg-shard"
"http://hlinnaka.iki.fi/2015/03/23/pg_rewind-in-postgresql-9-5/"
"http://news.dice.com/2015/03/19/why-i-choose-postgresql-over-mysqlmariadb/"
"http://thebuild.com/blog/2015/03/28/postgresql-and-json-2015/"
"http://blog.honeybadger.io/using-temporary-tables-in-postgresql-with-rails/"
"http://www.infoq.com/news/2015/04/Postgresql-JSON-Datastore",
"http://michael.otacoo.com/postgresql-2/postgres-9-5-feature-highlight-pgctl-default-mode/"
"http://8kb.co.uk/blog/2015/04/02/being-cavalier-with-slony-nodes-and-pg_dumppg_restore/",
],
"Oracle":[],
"SQLite4":[
"http://www.sqlite.org/src4/doc/trunk/www/lsmusr.wiki#introduction_to_lsm"
]
"MemSQL":[
"http://blog.memsql.com/json-column-type/"
"http://blog.memsql.com/top-5-questions-answered-at-spark-summit/"
"http://www.infoq.com/news/2015/05/memsql4-community-edition"
"https://www.youtube.com/watch?v=OQAMxG7NRt4"
"http://www.memsql.com/releases/memsql-4/"
]
"SQLServer":[]
"Others":[
"http://wozniak.ca/what-orms-have-taught-me-just-learn-sql"
"http://www.techrepublic.com/article/nosql-databases-are-on-a-roll/"
"https://periscope.io/blog/first-row-per-group-5x-faster.html"
"http://blog.memsql.com/memsql-community-edition/"
"https://www.periscope.io/blog/hyperloglog-in-pure-sql.html"
"http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL"
"http://www.hadoop360.com/blog/accumulo-sqrrl-nosql-secure-database"
"http://www.brentozar.com/archive/2013/08/query-plans-what-happens-when-row-estimates-get-high/"
"http://use-the-index-luke.com/sql/where-clause/null/index"
]
],
"NoSQL":{
"InnoDB":[
"http://java.dzone.com/articles/illustrating-primary-key"
]
"RethinkDB":[
"http://www.infoworld.com/article/2975838/database/build-real-time-web-apps-with-rethinkdb.html"
"http://sagemath.blogspot.com/2015/08/react-flux-rethinkdb-and-sagemathcloud.html?m=1"
"http://blog.hiphipjorge.com/connecting-2-rethinkdb-clusters-with-proxy-node/"
"https://strongloop.com/strongblog/rethinkdb-connector-loopback-node-js-framework/"
"http://blog.fanout.io/2015/05/20/building-a-realtime-api-with-rethinkdb/"
"http://www.rethinkdb.com/blog/rethinkdb-pubnub/"
"http://blog.fanout.io/2015/05/20/building-a-realtime-api-with-rethinkdb/"
"http://rethinkdb.com/blog/realtime-web/"
"http://antirez.com/news/89"
"https://www.compose.io/articles/re-updates-for-redis-and-rethinkdb/"
"http://rob.conery.io/2015/04/17/rethinkdb-2-0-is-amazing/"
"http://www.datacenterknowledge.com/archives/2015/04/14/rethinkdbs-open-source-nosql-now-production-ready/"
"http://rethinkdb.com/blog/2.0-release/"
"https://www.airpair.com/rethinkdb/posts/moving-from-sql-to-rethinkdb"
"http://www.sitepoint.com/rethinkdb-ruby/"
"http://blog.workshape.io/we-use-rethinkdb-at-workshapeio/"
"http://rethinkdb.com/blog/realtime-cluster-monitoring/"
"http://rethinkdb.com/blog/2.0-release-candidate/"
]
"FoundationDB":[
"http://techcrunch.com/2015/03/24/apple-acquires-durable-database-company-foundationdb/"
"https://foundationdb.com/key-value-store/versus"
],
"Oritendb":[
"http://www.infoq.com/fr/presentations/orientdb-2nd-generation-multimodel-nosql"
"http://pizzaconnections.net/2015/04/09/analyze-a-class-diagram-with-orientdb/"
"http://pizzaconnections.net/2015/03/27/148/"
]
"VoltDB":[
"http://voltdb.com/news/voltdb-named-strong-performer-memory-database-platforms-market-independent-research-firm"
"http://voltdb.com/blog/how-docker-simplifies-distributed-systems-development-voltdb"
"http://voltdb.com/blog/linux-transparent-huge-pages-and-voltdb"
"http://voltdb.com/products/whatsnew"
"http://voltdb.com/blog/voltdb-cross-datacenter-database-replication"
"http://voltdb.com/products/featuresbenefits/reasons-behind-voltdb-architecture"
"http://tjelvarolsson.com/blog/four-tools-for-testing-your-python-code/"
"http://datamelon.io/blog/2015/building-a-chat-app-in-volt.html"
"http://voltdb.com/blog/keeping-track-counters-efficiently"
"http://voltdb.com/blog/voltdb-memory-database-achieves-best-class-results-running-cloud-ycsb-benchmark"
"http://docs.voltdb.com/UsingVoltDB/sqlref_upsert.php"
"http://radar.oreilly.com/2015/04/a-real-time-tool-for-a-real-time-problem.html"
"http://highscalability.com/blog/2015/4/13/three-fast-data-application-patterns.html"
"http://voltdb.com/community/demo?n=a&utm_expid=66808973-1.O562mQS1TnKG3RbsGkKu5Q.1&utm_referrer=http%3A%2F%2Ft.co%2F4HsC5zS1Oh"
"http://voltdb.com/blog/foundationdbs-lesson-fast-key-value-store-not-enough?n=a"
"http://voltdb.com/blog/lambda-complexity-why-fast-data-needs-new-thinking"
"http://learn.voltdb.com/WRFull360.html"
]
"ClearDb":[
"http://www.cleardb.com/blog/entry?id=pr/5-8-2015/cleardb-iron-live-workload-performance-metrics"
]
"Mongodb":[
"http://emptysqua.re/blog/mongo-shell-crud-api/"
"https://www.mongodb.com/blog/post/the-new-mongodb-rust-driver"
"https://www.mongodb.com/blog/post/your-ultimate-guide-to-rolling-upgrades"
"https://www.mongodb.com/world2015?utm_content=buffer800b2&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer"
"https://www.mongodb.com/blog/post/building-your-first-application-mongodb-creating-rest-api-using-mean-stack-part-1?jmp=twitter"
"https://codepicnic.com/posts/feature-friday-a-new-way-to-store-your-data-with-mongodb-045117b0e0a11a242b9765e79cbf113f/"
"http://codedependant.net/2015/06/12/rest-apis-with-node-tastypie-and-mongo-part-1/"
"http://codedependant.net/2015/06/12/rest-apis-with-node-tastypie-and-mongo-part-1/"
1952b1243e310eddd86c399f59cc76d22c5fb678
"http://codedependant.net/2015/06/12/rest-apis-with-node-tastypie-and-mongo-part-1/"
"https://www.mongodb.com/blog/post/retail-reference-architecture-part-4-recommendations-and-personalizations"
"http://derickrethans.nl/managing-schema-changes.html"
"https://www.mongodb.com/blog/post/retail-reference-architecture-part-4-recommendations-and-personalizations"
"http://www.devbattles.com/en/sand/post-1268-Why+You+Should+Never+Use+MongoDB"
"http://www.mongodb.com/blog/post/new-compression-options-mongodb-30"
"http://www.bennadel.com/blog/2830-learning-node-js-building-a-simple-api-powered-by-mongodb.htm"
"http://blazemeter.com/blog/how-load-test-mongodb-jmeter"
"https://strongloop.com/strongblog/getting-started-with-node-js-loopback-connector-for-arangodb/"
"https://www.mongodb.com/blog/post/thinking-documents-part-2"
"http://www.codeproject.com/Articles/987203/Best-Practices-for-GUID-data-in-MongoDB"
"http://www.mongodb.com/blog/post/retail-reference-architecture-part-3-query-optimization-and-scaling"
"http://java.dzone.com/articles/creating-test-data-mongodb-0"
"https://www.mongodb.com/blog/post/retail-reference-architecture-part-3-query-optimization-and-scaling"
"http://www.mongodb.com/blog/post/how-mongodb-powers-social-platform-taking-london-storm"
"http://www.mongodb.com/webinar/scaling-mongodb-may-2015"
"http://onefold.io/article/MTg="
"https://www.mongodb.com/blog/post/meteor-build-ios-and-android-apps-are-delight-use"
"http://www.mongodb.com/blog/post/new-compression-options-mongodb-30"
"https://speakerdeck.com/jamestyj/automate-production-ready-mongodb-deployments-and-more"
"https://www.mongodb.com/blog/post/building-your-first-application-mongodb-creating-rest-api-using-mean-stack-part-2"
"https://aphyr.com/posts/322-call-me-maybe-mongodb-stale-reads"
"http://www.mongodb.com/webinar/backups-disaster-recovery"
"https://www.youtube.com/watch?v=N9fDxuohdy8"
"http://www.mongodb.com/webinar/backups-disaster-recovery"
"https://blog.compose.io/separating-collections-to-improve-mongodb-measurability/"
"http://www.mongodb.com/blog/post/building-your-first-application-mongodb-creating-rest-api-using-mean-stack-part-1"
"http://www.mongodb.com/blog/post/tailing-mongodb-oplog-sharded-clusters"
"http://www.mongodb.com/blog/post/server-discovery-and-monitoring-next-generation-mongodb-drivers"
"http://use-the-index-luke.com/blog/2013-10/mysql-is-to-sql-like-mongodb-to-nosql"
"http://www.mongodb.com/blog/post/how-create-pubsub-application-mongodb"
"http://www.javacodegeeks.com/2014/01/mongodb-and-the-fine-art-of-data-modelling.html"
"http://java.dzone.com/articles/why-field-level-updates-matter"
"http://www.mongodb.com/blog/post/announcing-next-generation-drivers-mongodb"
"http://tech.gc.com/distributed-processing-with-mongodb-and-mongothon/"
"http://www.mongodb.com/blog/post/tailing-mongodb-oplog-sharded-clusters"
"https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/"
"https://www.voxxed.com/blog/2014/12/creating-rest-api-spring-boot-mongodb/"
"http://miamicoder.com/2014/using-mongodb-and-mongoose-for-user-registration-login-and-logout-in-a-mobile-application/"
"http://www.pubnub.com/blog/realtime-mongodb-to-fetch-and-stream-report-data/"
"http://googlecloudplatform.blogspot.com/2015/01/automated-MongoDB-backup-verification-on-Google-Compute-Engine.html"
"https://hackhands.com/mongodb-crud-mvc-way-with-passport-authentication/"
"https://www.youtube.com/watch?v=7iqdkVwtuvg"
"https://www.mongodb.com/blog/post/simplifying-mongodb-testing-mongo-orchestration"
"http://jam.sg/blog/mongodb-docker-part-1/"
"http://jam.sg/blog/mongodb-docker-part-2/"
"http://blog.mongodirector.com/high-performance-mongodb-clusters-on-amazon-ec2/"
"https://www.mongodb.com/blog/post/whats-new-mongodb-30-part-1-95-reduction-operational-overhead-and-security-enhancements"
"http://www.mongodb.com/blog/post/whats-new-mongodb-30-part-2-richer-query-language-enhanced-tools-and-global-multi-data"
"http://www.mongodb.com/blog/post/whats-new-mongodb-30-part-3-performance-efficiency-gains-new-storage-architecture"
"https://www.youtube.com/watch?v=UrpXC9AOGZo"
"https://www.mongodb.com/blog/post/creating-single-view-part-1-overview-data-analysis"
"http://www.inoio.de/blog/2015/03/20/safeguarding-destructive-functions-on-the-mongodb-shell/"
"https://www.mongodb.com/presentations/webinar-whats-new-mongodb-30"
"http://www.mongodb.com/blog/post/announcing-mongodb-30"
"https://www.youtube.com/watch?v=L5Rl78yuVWs"
"http://tech.gc.com/distributed-processing-with-mongodb-and-mongothon/"
"https://www.mongodb.com/presentations/webinar-multi-datacenter-deployment"
"https://www.mongodb.com/presentations/webinar-multi-datacenter-deployment"
"https://medium.com/@lennartkoopmann/fix-all-your-slow-mongodb-queries-in-a-few-minutes-f497aaed9a82"
"https://www.mongodb.com/blog/post/creating-single-view-part-2-schema-development"
"http://www.mongodb.com/webinar/Fast-Querying-Indexing-Strategies-to-Optimize-Performance"
"http://www.prnewswire.com/news-releases/mongodb-30-with-wired-tiger-new-benchmark-measures-performance-vs-couchbase-server-302-300053144.html"
"https://databricks.com/blog/2015/03/20/using-mongodb-with-spark.html"
"http://use-the-index-luke.com/blog/2013-10-01/mysql-is-to-sql-like-mongodb-to-nosql"
"http://www.mongodb.com/blog/post/creating-single-view-part-3-data-design-and-loading-strategies"
"http://www.mongodb.com/blog/post/announcing-next-generation-drivers-mongodb"
"http://www.mongodb.com/blog/post/operations-best-practices-part-1-laying-groundwork-mongodb-high-performance"
"https://intellipaat.com/jaspersoft-mongodb-training/"
"https://www.mongodb.com/blog/post/on-selecting-a-shard-key-for-mongodb"
"https://www.mongodb.com/blog/post/server-selection-next-generation-mongodb-drivers"
"https://www.mongodb.com/blog/post/retail-reference-architecture-part-3-query-optimization-and-scaling"
"https://www.mongodb.com/blog/post/retail-reference-architecture-part-1-building-flexible-searchable-low-latency-product"
],
"NuoDB":[
"http://www.nuodb.com/resources/press-releases/nuodb-reaches-one-million-transactions-minute-dbt2-test"
"http://www.nuodb.com/blog/architecting-cloud-database-applications-without-overhead"
]
"CouchBase":[
"http://searchdatamanagement.techtarget.com/news/4500250952/Couchbase-NoSQL-database-addresses-mobility-synching-issues"
"http://blog.couchbase.com/using-couchbase-in-your-ionic-framework-application-part-2"
"http://blog.couchbase.com/using-couchbase-in-your-ionic-framework-application-part-1"
"http://blog.couchbase.com/traveling-with-couchbase-using-the-java-sdk"
"http://blog.couchbase.com/introducing-n1ql-sql-gene-in-nosql"
"http://blog.couchbase.com/couchbase-spark-connector-1.0-beta-release"
"http://www.couchbase.com/preview/couchbase-server-4-0"
"http://blog.couchbase.com/user-profile-store-advanced-data-modeling"
"http://connect15.couchbase.com/agenda/google-cloud-couchbase-server-zero-millions-operations-time/"
"http://blog.couchbase.com/user-profile-store-advanced-data-modeling"
"http://blog.couchbase.com/2015/june/using-jil-for-custom-json-serialization-in-the-couchbase-.net-sdk"
"http://www.couchbase.com/press-releases/n1ql-opens-couchbase-server-to-massive-sql-ecosystem"
"http://connect15.couchbase.com/agenda/extreme-client-side-tweaking-couchbase-criteo/"
"http://connect15.couchbase.com/agenda/extreme-client-side-tweaking-couchbase-criteo/"
1952b1243e310eddd86c399f59cc76d22c5fb678
"http://connect15.couchbase.com/agenda/extreme-client-side-tweaking-couchbase-criteo/"
"http://blog.couchbase.com/mongodb-is-special-benchmarks-prove-it"
"http://www.zdnet.com/article/couchbase-nosql-database-gets-the-sql-religion/"
"http://www.couchbase.com/press-releases/couchbase-introduces-n1ql-breakthrough-query-language"
"https://strongloop.com/strongblog/node-js-loopback-js-couchbase-connector/"
"http://blog.couchbase.com/manual-secondary-indexes"
"http://blog.couchbase.com/tutorial-implement-android-push-notifications-in-your-couchbase-mobile-app""
"http://blog.couchbase.com/tutorial-dropbox-datastore-sync"
"http://highscalability.com/blog/2015/5/20/database-scaling-redefined-scaling-demanding-queries-high-ve.html"
"http://blog.couchbase.com/introducing-developer-preview-for-couchbase-server-4.0"
"http://blog.couchbase.com/sql-for-documents-n1ql-brief-introduction-to-query-planning"
"http://blog.cloudera.com/blog/2015/05/scan-improvements-in-apache-hbase-1-1-0/"
"http://blog.couchbase.com/inside-couchbase-server---database-change-protocol-the-super-conductor-that-wires-couchbase-server"
"http://blog.couchbase.com/dropbox-drops-sync"
"http://blog.couchbase.com/ruby-and-n1ql-first-taste"
"http://blog.couchbase.com/introducing-developer-preview-for-couchbase-server-4.0"
"http://blog.couchbase.com/ios-background-fetch-to-sync-hacker-news-stories"
"http://blog.couchbase.com/inside-couchbase-server---database-change-protocol-the-super-conductor-that-wires-couchbase-server"
"https://www.youtube.com/watch?v=alp2KQFnSa0"
"http://www.infoworld.com/article/2900123/nosql/couchbase-server-4-superior-scale-out.html"
"http://blog.couchbase.com/hosting-couchbase-server-in-windows-azure-part-2"
"http://planetnosql.blogspot.com/2015/03/query-planning-in-n1ql-sql-for-documents.html"
"http://blog.couchbase.com/first-steps-with-pouchdb--sync-gateway-todomvc-todolite"
"http://blog.couchbase.com/first-steps-with-node.js-and-couchbase-server"
"https://www.youtube.com/watch?v=kwmGM1TmHho"
"http://blog.couchbase.com/introducing-the-couchbase-spark-connector"
"http://www.datacenterknowledge.com/archives/2015/03/23/couchbase-rethinks-nosql-database-architecture/"
"http://blog.couchbase.com/hortonworks-and-couchbase-nosql-fueled-hadoop"
"http://blog.couchbase.com/ios-background-fetch-to-sync-hacker-news-stories"
"http://vimeo.com/114175161"
"http://blog.couchbase.com/pure-storage-and-couchbase"
"http://developer.telerik.com/featured/powering-hybrid-mobile-apps-couchbase/"
"http://blog.couchbase.com/photodrop"
"http://blog.couchbase.com/data-encryption-in-couchbase-server"
"http://blog.couchbase.com/advanced-spring-data-couchbase"
"https://www.youtube.com/watch?v=kwmGM1TmHho"
"http://www.dbta.com/Editorial/News-Flashes/Uncovering-the-Advantages-of--N1QL-Couchbases-Query-Language-102267.aspx"
"http://blog.couchbase.com/introducing-the-couchbase-kafka-connector"
"http://blog.couchbase.com/hortonworks-and-couchbase-nosql-fueled-hadoop"
"http://www.informationweek.com/big-data/big-data-analytics/couchbase-claims-performance-gains-against-nosql-rivals/d/d-id/1319572"
"http://blog.couchbase.com/introducing-the-couchbase-spark-connector"
"http://www.dbta.com/Editorial/News-Flashes/Couchbase-Server-40-to-Advance-Application-Performance-through-Multi-Dimensional-Scaling-102807.aspx"
"http://www.datacenterknowledge.com/archives/2015/03/23/couchbase-rethinks-nosql-database-architecture/"
"http://www.javacodegeeks.com/2013/10/pagination-with-couchbase.html.com&utm_campaign=buffer"
"http://www.v3.co.uk/v3-uk/news/2401197/ryanair-picks-couchbase-nosql-database-for-mobile-reservations-app"
"http://www.techtimes.com/articles/41559/20150324/database-startup-couchbase-introduces-multi-dimensional-scaling.htm"
"http://latestbuilds.hq.couchbase.com/"
"https://forums.couchbase.com/t/rpm-location-change-breaks-couchbase-server-2-2-0-download-for-centos-cookbook/1921/4"
"http://packages.couchbase.com/releases/2.2.0/couchbase-server-community_2.2.0_x86_64.rpm"
"https://github.com/couchbaselabs/vagrants/blob/master/Vagrantfile"
"http://builder.hq.couchbase.com/",
"http://blog.couchbase.com/mongodb-rules-single-node-deployments",
"http://blog.couchbase.com/mongodb-rules-single-node-deployments",
"http://jamiltz.github.io/simple-model-class-for-couchbase-lite-android/"
"http://blog.couchbase.com/introducing-developer-preview-for-couchbase-server-4.0"
],
"CouchDB":[
"http://blog.couchdb.org/2015/09/03/couchdb-weekly-news-september-03-2015/"
"http://blog.couchdb.org/2015/07/23/couchdb-weekly-news-july-23-2015/"
"http://docs.ehealthafrica.org/couchdb-best-practices/"
"CouchDB":[
"http://blog.couchdb.org/2015/06/18/couchdb-weekly-news-june-18-2015/"
"http://docs.ehealthafrica.org/couchdb-best-practices/"
"http://www.terlici.com/2015/04/28/couchdb-node-express.html"
"http://blogs.the451group.com/information_management/2011/12/09/the-geographic-distribution-of-nosql-skills-couchdb-and-neo4j/"
"http://blog.couchdb.org/2015/04/23/couchdb-weekly-news-april-23-2015/"
"https://www.smileupps.com/couchapp-tutorial-chatty"
"http://blog.couchdb.org/2015/04/17/couchdb-weekly-news-april-17-2015/"
"http://madhukaudantha.blogspot.com/2015/04/couchdb-20-developer-preview-with-http.html"
"https://medium.com/@th0maswe1ss/distributed-event-log-with-couchdb-a36a63cdf337"
"http://www.staticshin.com/programming/what-does-_security-secure-in-couchdb/"
"http://www.fanciullimassimiliano.it/2015/02/01/coucbdb-on-a-raspberrypi/"
"http://fiatjaf.alhur.es/programming/couchdb-view-patterns/"
"http://blog.couchdb.org/2015/04/02/couchdb-weekly-news-april-02-2015/"
]
"PouchDB":[
""
"https://www.youtube.com/watch?v=HaGJwV0lwpk"
"http://blog.couchbase.com/first-steps-with-pouchdb--sync-gateway-todomvc-todolite"
]
"Redis":[
"http://antirez.com/news/92"
"https://www.compose.io/articles/why-and-how-to-redis-with-your-mongodb/"
"http://sorentwo.com/2015/07/27/optimizing-redis-usage-for-caching.html"
"http://serenitydb.org/"
"http://cristian.regolo.cc/2015/07/07/introducing-the-geo-api-in-redis.html"
"http://java.dzone.com/articles/introduction-redis-labs"
"http://antirez.com/news/89"
"http://java.dzone.com/articles/introduction-redis-labs"
"http://antirez.com/news/89"
1952b1243e310eddd86c399f59cc76d22c5fb678
"http://antirez.com/news/89"
"https://www.youtube.com/watch?v=aotCPUtahDU"
"https://www.youtube.com/watch?v=pvNrK2ln0Dw"
"https://blog.newrelic.com/2015/05/11/redis-performance-metrics/"
"https://www.youtube.com/watch?v=yS-Z9JnkWsA"
"http://blog.pivotal.io/cloud-foundry-pivotal/products/chaos-lemur-testing-high-availability-on-pivotal-cloud-foundry"
"https://www.arangodb.com/2015/04/creating-multi-game-highscore-lists/"
"https://redislabs.com/blog/redis-ram-ramifications-i"
"https://digitalserb.me/writing-a-redis-client-in-pure-bash/"
"http://www.redisgreen.net/blog/reading-and-writing-redis-protocol/"
"http://www.redisgreen.net/docs.html"
"https://digitalserb.me/writing-a-redis-client-in-pure-bash/"
"http://martinmicunda.com/2015/04/10/build-ionic-photo-gallery-app-I/"
"https://blog.sdslabs.co/2015/04/announcing-phoenix/"
"http://redis.io/topics/cluster-tutorial"
"http://www.everybodyhertz.co.uk/creating-a-distributed-redis-setup-using-docker/"
"http://www.stackify.com/implementing-cache-tagging-with-redis/"
"http://engineering.sharethrough.com/blog/2015/01/23/writing-a-redis-client-with-a-free-algebra/"
"https://cloud.google.com/solutions/real-time/kubernetes-redis-bigquery"
"http://www.aerospike.com/blog/redis-operations-in-aerospike/"
"http://anandmanisankar.com/posts/docker-container-nginx-node-redis-example/"
"http://fr.slideshare.net/itamarhaber/benchmarking-redis-by-itself-and-versus-other-nosql-databases"
"http://antirez.com/news/88"
"http://bencane.com/2013/11/12/installing-redis-and-setting-up-master-slave-replication/"
"https://everystack.io/#!/catalog/components/redis-py"
"http://jamesls.com/writing-redis-in-python-with-asyncio-part-1.html.com&utm_campaign=buffer"
"https://github.com/no13bus/redispapa.com&utm_campaign=buffer",
],
"CurioDb":[
"https://github.com/stephenmcd/curiodb"
],
"TitanDb":[
"http://thinkaurelius.github.io/titan/"
]
"Scylladb":[
"http://www.scylladb.com/"
]
"Neo4j":[
"http://neo4j.com/blog/neo4j-2-3-milestone-3-release/"
"http://neo4j.com/blog/other-graph-database-technologies/"
"http://www.markhneedham.com/blog/2013/06/24/neo4j-spatial-indexing-football-stadiums-using-the-rest-api/"
"http://www.lyonwj.com/mapping-the-worlds-airports-with-neo4j-spatial-and-openflights-part-1/"
"http://neo4j.com/blog/multi-level-marketing-world-of-warcraft-neo4j/"
"http://neo4j.com/blog/import-10m-stack-overflow-questions/"
"https://databaseline.wordpress.com/2015/08/16/mapping-a-value-stream-in-neo4j/"
"http://neo4j.com/blog/create-a-ruby-on-rails-app-with-neo4j-screencast-series/"
"http://neo4j.com/blog/whats-new-in-rneo4j-nicole-white/"
"http://neo4j.com/blog/create-a-ruby-on-rails-app-with-neo4j-screencast-series/"
"http://blog.bruggen.com/2015/07/loading-belgian-corporate-registry-into.html"
"http://neo4j.com/blog/export-csv-from-neo4j-curl-cypher-jq/"
"http://neo4j.com/blog/solve-network-management-problems-with-neo4j/"
"http://neo4j.com/blog/the-neo4j-slack-integration-youve-been-waiting-for-is-here/"
"http://neo4jrb.io/blog/2015/06/26/5-0-0_final.html"
"http://www.lyonwj.com/2015/06/16/nlp-with-neo4j/"
"http://neo4j.com/blog/new-on-neo4j-the-neo4j-2-3-0-milestone-2-release-is-here/"
"http://neo4j.com/developer/guide-data-modeling/#_draw_the_data_model"
"http://radar.oreilly.com/2013/07/why-choose-a-graph-database.html"
"https://www.airpair.com/posts/review/55635b0ce7480311007471ee"
"https://www.youtube.com/watch?v=f9CEVf0sNOA"
"http://neo4j.com/blog/big-data-graph/"
"http://blog.bruggen.com/2015/05/cycling-tweets-part-5-querying.html"
"https://www.youtube.com/watch?v=2IjIMCJbLhc"
"https://www.youtube.com/watch?v=Nkd6Ei-xuxI"
"http://www.kennybastani.com/2015/05/graph-analysis-microservice-neo4j.html"
"https://www.youtube.com/watch?v=IRTgsxL9V8g"
"http://www.infoq.com/articles/full-stack-web-development-using-neo4j"
"http://www.lyonwj.com/using-neo4j-spatial-and-leaflet-js-with-mapbox/"
"http://www.markhneedham.com/blog/2015/05/16/neo4j-bbc-football-live-text-fouls-graph/"
"http://blog.bruggen.com/2015/05/cycling-tweets-part-3-adding-friends-to.html"
"http://java.dzone.com/articles/visualizing-ties-between-big"
"http://java.dzone.com/articles/neo4j-learning-cycle?"
"https://www.youtube.com/watch?v=3Yn587XTNA4"
"http://vmturbo.com/about-virtualization/devs-are-from-venus-ops-are-from-mars-big-data-neo4j-part-3"
"http://blog.bruggen.com/2015/04/querying-snap-beeradvocate-dataset-in.html"
"http://blog.bruggen.com/2015/04/importing-snap-beeradvocate-dataset_15.html"
"http://www.springio.net/building-high-performance-applications-with-spring-data-neo4j-4-0/"
"http://42talents.com/trainings.html"
"http://retrography.github.io/2015/04/11/so-what-if-you-have-to-migrate-from-neo4j-to-orientdb/"
"http://jexp.de/blog/2015/04/on-neo4j-indexes-match-merge/"
"http://java.dzone.com/articles/introducing-new-cypher-query"
"http://www.javacodegeeks.com/2015/04/neo4j-the-learning-to-cycle-dependency-graph.html"
"http://neo4j.com/blog/introducing-new-cypher-query-optimizer/"
"http://www.markhneedham.com/blog/2015/04/07/neo4j-the-learning-to-cycle-dependency-graph/"
"http://vmturbo.com/about-virtualization/devs-are-from-venus-ops-are-from-mars-big-data-neo4j-part-2/"
"https://strendly.wordpress.com/2015/04/01/neo4j-and-py2neo-getting-started/"
"https://strendly.wordpress.com/2015/04/01/graph-database-neo4j-on-aws/"
"http://neo4j.com/blog/march-madness-2015/"
"http://jexp.de/blog/2015/01/natural-language-analytics-made-simple-and-visual-with-neo4j/"
"https://www.youtube.com/watch?v=igDlW5nkc7M"
"http://graphaware.com/neo4j/2015/01/16/neo4j-graph-model-design-labels-versus-indexed-properties.html"
"http://www.markhneedham.com/blog/2015/02/13/neo4j-building-a-topic-graph-with-prismatic-interest-graph-api/"
"http://agonzalezro.github.io/graph-your-meetupcom-group-with-neo4j-and-some-go.html"
"http://maxdemarzi.com/2015/02/24/remote-profiling-neo4j-with-yourkit-on-aws/"
"http://volkanpaksoy.com/archive/2015/03/03/inside-the-graph-cypher/"
"http://blog.modulus.io/learn-how-to-use-neo4j-with-node.js"
"http://maxdemarzi.com/2015/03/17/one-direction-relationships-in-neo4j/"
"http://xnlogic.com/xn-framework"
"http://snip.ly/uS8Q.com&utm_campaign=buffer#http://blog.diatomenterprises.com/rails-and-neo4j/.com&utm_campaign=buffer"
"https://www.airpair.com/neo4j/posts/modelling-game-economy-with-neo4j"
"http://www.kennybastani.com/2015/03/spark-neo4j-tutorial-docker.html.com&utm_campaign=buffer"
"http://blog.diatomenterprises.com/rails-and-neo4j/"
"http://neo4j.com/blog/announcing-spring-data-neo4j-4-0/"
"http://neo4j.com/blog/neo4j-2-2-0-scalability-performance/"
"http://www.infoq.com/presentations/neo4j-java-heap-analysis.com&utm_campaign=buffer",
"http://neo4jrb.io/blog/2015/03/31/neo4j-auth-in-neo4jrb.html",
"http://neo4j.com/blog/due-ceo-demand-neo4j-2-2-features-ascii-art-graph-browser/",
"http://www.markhneedham.com/blog/2015/04/01/neo4j-cypher-building-the-query-for-a-movies-profile-page/"
],
"Cassandra":[
"https://databricks.com/blog/2015/06/16/zen-and-the-art-of-spark-maintenance-with-cassandra.html?utm_content=buffer67b89&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer"
"http://www.datastax.com/dev/blog/new-in-cassandra-3-0-materialized-views"
"http://planetcassandra.org/blog/synchronizing-clocks-in-a-cassandra-cluster-pt-2-solutions/"
"http://www.datasciencecentral.com/profiles/blogs/cassandra-modeling-for-real-time-analytics"
"http://www.datastax.com/2015/06/oracle-and-the-nosql-effect"
"https://medium.com/@mustwin/cassandra-from-a-relational-world-7bbdb0a9f1d"
"http://www.datastax.com/dev/blog/whats-new-in-cassandra-2-2-json-support"
"http://www.duchess-france.org/accelerometer-time-series-and-prediction-with-android-cassandra-and-spark/"
"http://blog.parsely.com/post/1928/cass/"
"https://www.airpair.com/cassandra/posts/vetting-apache-cassandra"
"https://www.airpair.com/posts/review/5564e8871acf9811007204e8"
"http://www.datastax.com/dev/blog/performance-doubling-with-message-coalescing"
"http://www.n2ws.com/blog/how-to-backup-cassandra-hosted-on-the-aws-cloud-part-2.html"
"http://www.n2ws.com/blog/how-to-backup-cassandra-hosted-on-the-aws-cloud-part-1.html"
"http://www.cascading.org/2015/05/19/cascading-2-7-release/"
"http://www.datastax.com/2015/05/datastax-announces-dse-4-7-with-integrated-search-analytics-and-in-memory"
"http://www.datasciencecentral.com/profiles/blogs/cassandra-modeling-for-real-time-analytics"
"http://www.datastax.com/dev/blog/performance-doubling-with-message-coalescing"
"http://blog.fourthbit.com/2015/04/12/building-a-distributed-fault-tolerant-key-value-store#.VS7k6ien4Cs.hackernews"
"www.datastax.com/dev/blog/benchmarking-larger-than-memory-workloads"
"http://java.dzone.com/articles/introduction-apache-cassandras"
"http://www.javacodegeeks.com/2015/04/high-performance-computing-clusters-hpcc-and-cassandra-on-os-x.html"
"https://blog.codecentric.de/en/2014/12/combining-apache-cassandra-apache-karaf/"
"https://labs.spotify.com/2014/12/18/date-tiered-compaction/"
"http://planetcassandra.org/blog/personalization-at-spotify-using-apache-cassandra/"
"https://vimeo.com/105777535"
"http://planetcassandra.org/blog/apache-cassandra-and-low-latency-applications/"
"http://www.datastax.com/dev/blog/basic-rules-of-cassandra-data-modeling"
"http://www.codesandnotes.be/2015/02/26/cassandraunit-not-reloaded-making-cassandra-testing-faster/"
"https://www.youtube.com/watch?v=QjstUPdnlaM"
"http://planetcassandra.org/blog/kindling-part-2-an-introduction-to-spark-with-cassandra/"
"http://highscalability.com/blog/2015/3/11/cassandra-migration-to-ec2.html"
"http://www.datastax.com/dev/blog/role-based-access-control-in-cassandra"
"https://www.youtube.com/watch?t=30&v=eqOPn5EtR7Q&utm_content=bufferc4c9d&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer"
],
"DynamoDB":[
"http://blog.cloudability.com/eight-ways-to-lower-your-dynamodb-costs/"
"https://medium.com/aws-activate-startup-blog/building-dynamic-dashboards-using-lambda-and-dynamodb-streams-part-1-217e2318ae17"
]
"Hbase":[
"http://blog.cloudera.com/blog/2015/06/inside-apache-hbases-new-support-for-mobs/"
"http://blog.cask.co/2015/05/scalable-distributed-transactional-queues/"
"https://www.dynamicyield.com/2015/05/apache-hbase-for-the-win-2/"
"http://www.rittmanmead.com/2015/05/using-hbase-impala-dw-offloading/"
"http://www.infoq.com/news/2015/04/apache-hbase-1-0"
"https://www.mapr.com/blog/how-use-sql-hadoop-drill-rest-json-nosql-and-hbase-simple-rest-client"
"http://channel9.msdn.com/Shows/Data-Exposed/Building-Big-Data-Apps-with-HBase"
"http://www.rittmanmead.com/2014/05/trickle-feeding-log-data-into-hbase-using-flume/"
"http://devblog.mediamath.com/cut-your-run-time-with-hbase-and-algebird"
"https://blogs.apache.org/hbase/entry/hbase_zk_less_region_assignment"
],
"CockroachDB":[
"https://www.youtube.com/watch?v=ndKj77VW2eM"
]
"DocumentDB":[
"https://www.youtube.com/watch?v=OVU6o01Cf7w"
"http://azure.microsoft.com/en-us/documentation/articles/documentdb-sql-query/"
"http://azure.microsoft.com/blog/2015/01/27/performance-tips-for-azure-documentdb-part-2"
"http://channel9.msdn.com/Blogs/Windows-Azure/Azure-Demo-Getting-started-with-Azure-DocumentDB-on-Nodejs-in-Linux"
]
"Riak":[
"http://basho.com/posts/business/spotlight-planes-trains-automobiles-hotels-and-nosql-onetwotrip-powered-by-riak-kv/"
"http://www.slideshare.net/BashoTechnologies/a-little-about-message-queues-boston-riak-meetup"
"https://exote.ch/blogs/aseigo/2015/06/19/riak-kv-basho-and-kolab/"
"http://basho.com/basho-data-platform-the-first-nosql-data-platform-designed-for-enterprise-active-workloads/"
"https://www.youtube.com/watch?v=aYaz17qf7cE"
"http://basho.com/understanding-riak_core-building-handoff/"
"http://www.slideshare.net/sargund/erlangotp-and-some-of-riak"
"https://gigaom.com/2015/01/12/basho-creator-of-nosql-riak-database-raises-25m/"
"http://basho.com/riak-2-1-and-riak-cs-2-0-increased-performance-and-product-enhancements/"
"http://basho.com/how-to-build-a-client-library-for-riak-2-0/"
"http://basho.com/data-modeling-with-riak/"
"http://www.aosabook.org/en/riak.html"
"https://kar.kent.ac.uk/30616/1/CEFP.pdf"
],
"Sphinx":[
"http://sphinxsearch.com/blog/2015/03/11/sphinx-2-2-8-release/"
]
"Berkeley DB":[
"https://web.stanford.edu/class/cs276a/projects/docs/berkeleydb/reftoc.html"
]
"Solr":[
"http://examples.javacodegeeks.com/enterprise-java/apache-solr/solr-highlighting-example/"
"http://engineering.bloomreach.com/solr-compute-cloud-an-elastic-solr-infrastructure/"
"http://lucidworks.com/blog/hyperloglog-field-value-cardinality-stats/"
"http://www.zdnet.com/article/why-apache-solr-search-is-on-the-rise-and-why-its-going-solo/"
"http://recology.info/2015/03/faster-solr/"
]
"ArrangoDB":[
"https://www.arangodb.com/2015/06/multi-model-benchmark/"
"https://www.youtube.com/watch?v=DKoaRbDUbgM"
"https://www.arangodb.com/2015/04/digital-ocean-cluster/"
"https://www.arangodb.com/2014/12/18/getting-started-guacamole-rails"
"https://www.arangodb.com/tutorial-node-js"
"https://github.com/ArangoDB/guesser"
"http://azure.microsoft.com/blog/2015/01/20/performance-tips-for-azure-documentdb-part-1-2/"
"http://jsteemann.github.io/blog/2015/01/28/using-custom-visitors-in-aql-graph-traversals/"
"https://www.arangodb.com/2015/02/24/sparse-indexes-in-arangodb"
]
"DynamoDB":[
"https://www.youtube.com/watch?v=VuKu23oZp9Q"
"http://www.infoq.com/articles/mars-rover-application-DynamoDB"
"https://aws.amazon.com/blogs/aws/simplify-your-dynamodb-queries-using-secondary-index-scans/"
]
"Others":[
"https://gigaom.com/2013/11/02/next-gen-nosql-the-demise-of-eventual-consistency/"
"http://www.computing.co.uk/ctg/analysis/2403031/expletives-deleted-how-nosql-is-helping-ryanair-change-its-customer-service-reputation"
"https://vimeo.com/123640016"
"http://www.information-management.com/news/Relational-Database-Big-Data-Migration-Guide-10026758-1.html"
"http://www.hadoop360.com/blog/list-of-nosql-databases"
"http://jaxenter.com/evaluating-nosql-performance-which-database-is-right-for-your-data-107481.html"
"http://in.relation.to/Bloggers/NoSQLWithHibernateOGM101PersistingYourFirstEntities"
"http://vimeo.com/107188786"
"https://blog.compose.io/your-drivers-are-not-magic-testing-your-application-for-high-availability/"
"http://www.infoq.com/presentations/nosql-commonalities"
"http://www.sandia.gov/~dmdunla/publications/WyDuDaBa12.pdf"
"http://www.circl.lu/pub/tr-32/"
"http://blog.parsely.com/post/1691/lucene/"
"https://everystack.io/#!/catalog/components/arangodb"
"http://rightrelevance.com/?q=tab_type%3D2%26searchType%3Dfeeds%26start%3D0%26rows%3D30%26location%3D%26isPerson%3D%26articleId%3D885533e22de1cf4099a39ff770c542b8b4947c62%26value%3Dnosql%26taccount%3Dnosqlrr%26topic%3Dnosql"
"http://rightrelevance.com/?q=tab_type%3D2%26searchType%3Dfeeds%26start%3D0%26rows%3D30%26location%3D%26isPerson%3D%26articleId%3D6e79a0196409a6c7c62ace2d06d37dcb33a0530f%26value%3Dnosql%26taccount%3Dnosqlrr%26topic%3Dnosql"
"http://rightrelevance.com/?q=tab_type%3D2%26searchType%3Dfeeds%26start%3D0%26rows%3D30%26location%3D%26isPerson%3D%26articleId%3D679c8ba72061a6ebe3b4f5eab20a256289a13688%26value%3Dnosql%26taccount%3Dnosqlrr%26topic%3Dnosql"
"http://www.ashnik.com/achieving-scalability-of-nosql-and-complexity-of-sql/"
"http://www.metascale.com/company/big-data-careers/281-nosql-database-administrator.html"
"http://rightrelevance.com/?q=tab_type%3D2%26searchType%3Dfeeds%26start%3D0%26rows%3D30%26location%3D%26isPerson%3D%26articleId%3D0fe10dc7de50c347036b50fc246c0badd2f80462%26value%3Dnosql%26taccount%3Dnosqlrr%26topic%3Dnosql"
"http://planetnosql.blogspot.com/2015/03/query-planning-in-n1ql-sql-for-documents.html"
]
},
"Others":[
"https://www.linkedin.com/pulse/finding-valuable-outliers-opportunities-using-graph-spatial-urich"
"http://linkis.com/insidebigdata.com/20/cg15s"
"https://www.arangodb.com/2015/06/multi-model-benchmark"
"http://searchdatamanagement.techtarget.com/feature/Which-in-memory-DBMS-best-fits-your-companys-needs"
"https://www.arangodb.com/2015/06/multi-model-benchmark"
"http://searchdatamanagement.techtarget.com/feature/Which-in-memory-DBMS-best-fits-your-companys-needs"
1952b1243e310eddd86c399f59cc76d22c5fb678
"https://www.compose.io/articles/building-and-breaking-replica-sets-in-mongodb/"
"http://fortune.com/2015/06/03/couchbase-mongodb-embrace-sql/?xid=timehp-category"
"http://searchdatamanagement.techtarget.com/feature/Which-in-memory-DBMS-best-fits-your-companys-needs"
"http://blog.jupo.org/2015/07/08/curiodb-a-distributed-persistent-redis-clone/"
"http://searchdatamanagement.techtarget.com/feature/Which-in-memory-DBMS-best-fits-your-companys-needs"
"http://www.methodsandtools.com/archive/acidnosqldatabase.php"
"http://www.infoworld.com/article/2887754/mobile-technology/how-to-choose-a-database-for-your-mobile-apps.html"
"https://www.youtube.com/watch?v=DkT5lbHlO1k&feature=youtu.be"
"https://ropensci.org/blog/2015/05/20/database-interfaces/"
"http://www.datasciencecentral.com/profiles/blogs/list-of-nosql-databases"
"http://java.dzone.com/articles/what-dataops-why-you-need-it"
"https://linkurio.us/announcing-linkurious-enterprise-the-first-data-visualization-platform-for-graph-databases/"
"https://seroter.wordpress.com/2015/04/21/using-multiple-nosql-database-models-with-orchestrate-and-node-js/"
"http://blogs.the451group.com/information_management/2015/04/07/nosql-linkedin-skills-index-march-2015/"
"https://martin.kleppmann.com/2015/05/11/please-stop-calling-databases-cp-or-ap.html"
"http://www.slideshare.net/8kdata/toro-db-pgconfny2015"
"http://mangolassi.it/topic/4545/when-to-use-sql-or-nosql"
"http://www.aerospike.com/get-started/"
"https://everystack.io/#!/catalog/components/phoenix"
"https://vimeo.com/123640016"
"http://kukuruku.co/hub/programming/do-not-learn-frameworks-learn-the-architecture"
"http://blog.infoadvisors.com/index.php/2015/03/10/7-databases-in-70-minutes/"
"http://blog.confluent.io/2015/03/04/turning-the-database-inside-out-with-apache-samza/"
"https://www.pinterest.com/pin/473370610808082933/"
"http://use-the-index-luke.com/blog/2013-10-01/mysql-is-to-sql-like-mongodb-to-nosql"
"http://blog.dancrisan.com/intro-to-database-systems-indexing"
"http://www.datasciencecentral.com/forum/topics/sql-to-nosql-translator"
"http://blog.zerodb.io/hello-world-zerodb-here/"
"http://www.infoq.com/vendorcontent/show.action?vcr=3117"
"http://www.javacodegeeks.com/2013/10/the-10-most-popular-db-engines-sql-and-nosql.html.com&utm_campaign=buffer"
"http://venturebeat.com/2015/03/23/nosql-software-player-couchbase-will-launch-sql-for-documents-this-summer/"
"https://www.linkedin.com/pulse/nosql-smackdown-couchbase-dominates-mongodb-benchmark-kurt-cagle"
"http://www.datasciencecentral.com/profiles/blogs/lesson-4-features-common-to-most-nosql-newsql-databases",
"http://www.aptuz.com/blog/is-postgres-nosql-database-better-than-mongodb/"
]
,
"Scheduled":[
"http://allyourbaseconf.com/2015/"
"http://java.dzone.com/articles/its-little-things-plsql-null"
"https://academy.datastax.com/"
"http://www.datastax.com/what-we-offer/products-services/training?utm_source=twitter&utm_name=Social&utm_medium=Free&utm_term=datastaxhttp://www.datastax.com/what-we-offer/products-services/training?utm_source=twitter&utm_name=Social&utm_medium=Free&utm_term=datastax"
"http://www.datastax.com/what-we-offer/products-services/training?utm_source=twitter&utm_name=Social&utm_medium=Free&utm_term=datastax"
"https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&eventid=962553&sessionid=1&key=BF768351857B2B98B46A1CADD226C8C8&sourcepage=register"
]
"PipelineDb":[
"http://www.pipelinedb.com/"
]
"Online":[
"http://query.pub.couchbase.com/tutorial/#1"
]