-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpovoamento.js
687 lines (660 loc) · 16.8 KB
/
povoamento.js
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
db.dropDatabase();
// Criando coleção de mídias (filmes e séries)
db.createCollection("visual_media");
// Inserindo na coleção
db.visual_media.insertMany([
{
"title": "Star Wars: Episódio V - O Império Contra-Ataca",
"director": "Irvin Kershner",
"year": 1980,
"genre": "fantasia",
"classification": "L",
"imdb_score": 8.7,
"metacritic_must_see": true,
"type": "filme"
},
{
"title": "A Viagem de Chihiro",
"director": "Hayao Miyazaki",
"year": 2001,
"genre": "animação",
"classification": "L",
"imdb_score": 8.6,
"metacritic_must_see": true,
"type": "filme"
},
{
"title": "O Senhor dos Anéis: A Sociedade do Anel",
"director": "Peter Jackson",
"year": 2001,
"genre": "fantasia",
"classification": "12",
"imdb_score": 8.8,
"metacritic_must_see": true,
"type": "filme"
},
{
"title": "Karate Kid",
"director": "Harald Zwart",
"year": 2010,
"genre": "drama",
"classification": "10",
"imdb_score": 6.2,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Tropa de Elite",
"director": "José Padilha",
"year": 2007,
"genre": "ação",
"classification": "16",
"imdb_score": 8,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "As Vantagens De Ser Invisível",
"director": "Stephen Chbosky",
"year": 2012,
"genre": "drama",
"classification": "14",
"imdb_score": 8,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Encanto",
"director": "Jared Bush",
"year": 2021,
"genre": "animação",
"classification": "L",
"imdb_score": 7.2,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Cidade De Deus",
"director": "Fernando Meirelles",
"year": 2002,
"genre": "drama",
"classification": "18",
"imdb_score": 8.6,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "O Som ao Redor",
"director": "Kleber Mendonça Filho",
"year": 2012,
"genre": "drama",
"classification": "16",
"imdb_score": 7.1,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Interestelar",
"director": "Christopher Nolan",
"year": 2014,
"genre": "ficção científica",
"classification": "10",
"imdb_score": 8.6,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Esposa de Mentirinha",
"director": "Dennis Dugan",
"year": 2011,
"genre": "comédia",
"classification": "12",
"imdb_score": 6.4,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Clone Wars",
"director": "Dave Filoni",
"year": 2008,
"genre": "animação",
"classification": "12",
"imdb_score": 8.4,
"metacritic_must_see": false,
"type": "série"
},
{
"title": "Matrix",
"director": "Lana Wachowski",
"year": 1999,
"genre": "ficção científica",
"classification": "14",
"imdb_score": 8.7,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Ilha do Medo",
"director": "Martin Scorsese",
"year": 2010,
"genre": "suspense",
"classification": "16",
"imdb_score": 8.2,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "A Freira",
"director": "Corin Hardy",
"year": 2018,
"genre": "terror",
"classification": "14",
"imdb_score": 5.3,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Game of Thrones",
"director": "David Benioff",
"year": 2011,
"genre": "fantasia",
"classification": "18",
"imdb_score": 9.2,
"metacritic_must_see": true,
"type": "série"
},
{
"title": "Supernatural",
"director": "Eric Kipke",
"year": 2005,
"genre": "aventura",
"classification": "12",
"imdb_score": 8.4,
"metacritic_must_see": false,
"type": "série"
},
{
"title": "O Rei Leão",
"director": "Roger Allers",
"year": 1994,
"genre": "animação",
"classification": "L",
"imdb_score": 8.5,
"metacritic_must_see": true,
"type": "filme"
},
{
"title": "De Volta para o Futuro",
"director": "Robert Zemeckis",
"year": 1985,
"genre": "ficção científica",
"classification": "L",
"imdb_score": 8.5,
"metacritic_must_see": true,
"type": "filme"
},
{
"title": "Homem de Ferro 3",
"director": "Shane Black",
"year": 2013,
"genre": "ação",
"classification": "12",
"imdb_score": 7.1,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Se Beber, Não Case!",
"director": "Todd Phillips",
"year": 2009,
"genre": "comédia",
"classification": "14",
"imdb_score": 7.7,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Como eu era antes de você",
"director": "Thea Sharrock",
"year": 2016,
"genre": "romance",
"classification": "12",
"imdb_score": 7.4,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "The Mandalorian",
"director": "Jon Favreau",
"year": 2019,
"genre": "fantasia",
"classification": "14",
"imdb_score": 8.7,
"metacritic_must_see": false,
"type": "série"
},
{
"title": "O Silêncio dos Inocentes",
"director": "Jonathan Demme",
"year": 1991,
"genre": "suspense",
"classification": "14",
"imdb_score": 8.6,
"metacritic_must_see": true,
"type": "filme"
},
{
"title": "Homem-Aranha",
"director": "Sam Raimi",
"year": 2002,
"genre": "aventura",
"classification": "L",
"imdb_score": 7.4,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Top Gun - Asas Indomáveis",
"director": "Tony Scott",
"year": 1986,
"genre": "ação",
"classification": "12",
"imdb_score": 6.9,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "A Bela Adormecida",
"director": "Clyde Geronimi",
"year": 1959,
"genre": "animação",
"classification": "L",
"imdb_score": 7.2,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "A Múmia",
"director": "Stephen Sommers",
"year": 1999,
"genre": "aventura",
"classification": "12",
"imdb_score": 7.1,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "Até o Último Homem",
"director": "Mel Gibson",
"year": 2016,
"genre": "histórico",
"classification": "16",
"imdb_score": 8.1,
"metacritic_must_see": false,
"type": "filme"
},
{
"title": "A Grande Família",
"director": "Maurício Farias",
"year": 2001,
"genre": "comédia",
"classification": "12",
"imdb_score": 7.7,
"metacritic_must_see": false,
"type": "série"
},
{
"title": "Um Maluco no Pedaço",
"director": "Jeff Melman",
"year": 1990,
"genre": "comédia",
"classification": "L",
"imdb_score": 7.9,
"metacritic_must_see": false,
"type": "série"
},
{
"title": "Breaking Bad",
"director": "Vince Gilligan",
"year": 2008,
"genre": "crime",
"classification": "16",
"imdb_score": 9.5,
"metacritic_must_see": true,
"type": "série"
},
{
"title": "Avatar: A lenda de Aang",
"director": "Joaquim dos Santos",
"year": 2005,
"genre": "animação",
"classification": "10",
"imdb_score": 9.3,
"metacritic_must_see": false,
"type": "série"
},
{
"title": "House, M.D.",
"director": "Deran Sarafian",
"year": 2004,
"genre": "drama",
"classification": "14",
"imdb_score": 8.7,
"metacritic_must_see": false,
"type": "série"
},
{
"title": "How I Met Your Mother",
"director": "Pamela Fryman",
"year": 2005,
"genre": "comédia",
"classification": "12",
"imdb_score": 8.3,
"metacritic_must_see": false,
"type": "série"
}]);
// Criando a coleção de streamings
db.createCollection("streamings");
// Inserindo na coleção
db.streamings.insertOne(
{
"name": "Disney+",
"headquarters": "Los Angeles",
"founded": new Date("2019-11-12"),
"media": [
db.visual_media.findOne({"title": "Star Wars: Episódio V - O Império Contra-Ataca"})._id,
db.visual_media.findOne({"title": "Encanto"})._id,
db.visual_media.findOne({"title": "O Rei Leão"})._id,
db.visual_media.findOne({"title": "Homem de Ferro 3"})._id,
db.visual_media.findOne({"title": "A Bela Adormecida"})._id,
db.visual_media.findOne({"title": "The Mandalorian"})._id,
db.visual_media.findOne({"title": "Clone Wars"})._id,
]
}
);
db.streamings.insertOne(
{
"name": "Netflix",
"headquarters": "Los Gatos",
"founded": new Date("1997-08-29"),
"media": [
db.visual_media.findOne({"title": "A Viagem de Chihiro"})._id,
db.visual_media.findOne({"title": "Karate Kid"})._id,
db.visual_media.findOne({"title": "O Som ao Redor"})._id,
db.visual_media.findOne({"title": "Ilha do Medo"})._id,
db.visual_media.findOne({"title": "De Volta para o Futuro"})._id,
db.visual_media.findOne({"title": "Breaking Bad"})._id,
db.visual_media.findOne({"title": "Avatar: A lenda de Aang"})._id,
]
}
);
db.streamings.insertOne(
{
"name": "HBO Max",
"headquarters": "Burbank",
"founded": new Date("2020-05-27"),
"media": [
db.visual_media.findOne({"title": "Se Beber, Não Case!"})._id,
db.visual_media.findOne({"title": "A Freira"})._id,
db.visual_media.findOne({"title": "Matrix"})._id,
db.visual_media.findOne({"title": "Interestelar"})._id,
db.visual_media.findOne({"title": "Até o Último Homem"})._id,
db.visual_media.findOne({"title": "Game of Thrones"})._id,
db.visual_media.findOne({"title": "Supernatural"})._id,
]
}
);
db.streamings.insertOne(
{
"name": "Prime Video",
"headquarters": "Seattle",
"founded": new Date("2006-09-07"),
"media": [
db.visual_media.findOne({"title": "O Senhor dos Anéis: A Sociedade do Anel"})._id,
db.visual_media.findOne({"title": "O Silêncio dos Inocentes"})._id,
db.visual_media.findOne({"title": "Esposa de Mentirinha"})._id,
db.visual_media.findOne({"title": "Como eu era antes de você"})._id,
db.visual_media.findOne({"title": "A Múmia"})._id,
db.visual_media.findOne({"title": "House, M.D."})._id,
db.visual_media.findOne({"title": "How I Met Your Mother"})._id,
]
}
);
db.streamings.insertOne(
{
"name": "Globoplay",
"headquarters": "Rio de Janeiro",
"founded": new Date("2015-11-03"),
"media": [
db.visual_media.findOne({"title": "Tropa de Elite"})._id,
db.visual_media.findOne({"title": "As Vantagens De Ser Invisível"})._id,
db.visual_media.findOne({"title": "Cidade De Deus"})._id,
db.visual_media.findOne({"title": "Homem-Aranha"})._id,
db.visual_media.findOne({"title": "Top Gun - Asas Indomáveis"})._id,
db.visual_media.findOne({"title": "A Grande Família"})._id,
db.visual_media.findOne({"title": "Um Maluco no Pedaço"})._id,
]
}
);
// Criando a coleção de inscrições
db.createCollection("subscriptions");
// Inserindo na coleção
db.subscriptions.insertOne(
{
"name": "Netflix Básico",
"combo": false,
"subscription_fee": 25.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 1,
"platforms": [
db.streamings.findOne({"name": "Netflix"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Netflix Padrão",
"combo": false,
"subscription_fee": 39.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 2,
"platforms": [
db.streamings.findOne({"name": "Netflix"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Netflix Premium",
"combo": false,
"subscription_fee": 55.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 4,
"platforms": [
db.streamings.findOne({"name": "Netflix"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Disney+ mensal",
"combo": false,
"subscription_fee": 27.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 4,
"platforms": [
db.streamings.findOne({"name": "Disney+"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Disney+ anual",
"combo": false,
"subscription_fee": 279.90,
"cancellation_fee": 0,
"duration": "anual",
"screens": 4,
"platforms": [
db.streamings.findOne({"name": "Disney+"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "HBO Max mensal",
"combo": false,
"subscription_fee": 27.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "HBO Max"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "HBO Max anual",
"combo": false,
"subscription_fee": 239.90,
"cancellation_fee": 0,
"duration": "anual",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "HBO Max"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Prime Video mensal",
"combo": false,
"subscription_fee": 14.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "Prime Video"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Prime Video anual",
"combo": false,
"subscription_fee": 119.0,
"cancellation_fee": 0,
"duration": "anual",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "Prime Video"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Globoplay mensal",
"combo": false,
"subscription_fee": 22.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 5,
"platforms": [
db.streamings.findOne({"name": "Globoplay"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Globoplay anual",
"combo": false,
"subscription_fee": 238.80,
"cancellation_fee": 0,
"duration": "anual",
"screens": 5,
"platforms": [
db.streamings.findOne({"name": "Globoplay"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Pacote Não falamos do Bruno",
"combo": true,
"subscription_fee": 459.80,
"cancellation_fee": 45.0,
"duration": "anual",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "Globoplay"}),
db.streamings.findOne({"name": "Disney+"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Pacote I have the high ground",
"combo": true,
"subscription_fee": 72.90,
"cancellation_fee": 10.0,
"duration": "mensal",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "Netflix"}),
db.streamings.findOne({"name": "Prime Video"}),
db.streamings.findOne({"name": "Disney+"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Pacote Beginning to Believe",
"combo": true,
"subscription_fee": 400,
"cancellation_fee": 0,
"duration": "anual",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "HBO Max"}),
db.streamings.findOne({"name": "Globoplay"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Pacote To Rule Them All",
"combo": true,
"subscription_fee": 106.80,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "HBO Max"}),
db.streamings.findOne({"name": "Globoplay"}),
db.streamings.findOne({"name": "Netflix"}),
db.streamings.findOne({"name": "Prime Video"}),
db.streamings.findOne({"name": "Disney+"}),
]
}
);
db.subscriptions.insertOne(
{
"name": "Pacote Great Power",
"combo": true,
"subscription_fee": 94.90,
"cancellation_fee": 0,
"duration": "mensal",
"screens": 3,
"platforms": [
db.streamings.findOne({"name": "HBO Max"}),
db.streamings.findOne({"name": "Globoplay"}),
db.streamings.findOne({"name": "Netflix"}),
db.streamings.findOne({"name": "Prime Video"}),
]
}
);