-
Notifications
You must be signed in to change notification settings - Fork 0
/
session.seeder.js
243 lines (234 loc) · 4.51 KB
/
session.seeder.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
import mongoose from 'mongoose';
import Session from '../../models/session';
async function sessionSeeder() {
const createSessionPromise = [];
await Session.remove({});
const sessions = [
{
day: 1,
slot: '8:30-10:00',
title: 'Registration and French Breakfast',
speakers: []
},
{
day: 1,
slot: '10:00-10:30',
title: 'Keynote',
speakers: ['Dan Abramov']
},
{
day: 1,
slot: '10:30-11:00',
title: 'Native Navigation for Every Platform',
speakers: ['Eric Vicenti']
},
{
day: 1,
slot: '11:00-11:30',
title: 'Coffee Break',
speakers: []
},
{
day: 1,
slot: '11:30-12:00',
title: 'A cartoon guide to performance in React',
speakers: ['Link Clark']
},
{
day: 1,
slot: '12:00-12:30',
title: 'React Native <360FPS - Improving React Native animations>',
speakers: ['Krzysztof Magiera']
},
{
day: 1,
slot: '12:30-14:00',
title: 'French Buffet',
speakers: []
},
{
day: 1,
slot: '14:00-14:30',
title: 'Being Successful at Open Source',
speakers: ['Christopher Chedeau']
},
{
day: 1,
slot: '14:30-15:00',
title: 'GraphQL at Facebook',
speakers: ['Dan Schafer']
},
{
day: 1,
slot: '15:00-15:30',
title: 'Coffee Break',
speakers: []
},
{
day: 1,
slot: '15:30-16:00',
title: 'A Deepdive Into Flow',
speakers: ['Jeff Morrison']
},
{
day: 1,
slot: '16:00-16:30',
title: 'Debugging flux applications in production',
speakers: ['Mihail Diordiev']
},
{
day: 1,
slot: '16:30-17:00',
title: 'Coffee Break',
speakers: []
},
{
day: 1,
slot: '17:00-17:30',
title: 'On the Spectrum of Abstraction',
speakers: ['Cheng Lou']
},
{
day: 1,
slot: '17:30-18:00',
title: 'React Redux Analytics',
speakers: ['Bertrand Karerangabo', 'Evan Schultz']
},
{
day: 1,
slot: '18:00-18:30',
title: 'Lightning Talks',
speakers: ['Various Speakers']
},
{
day: 1,
slot: '18:30-22:00',
title: 'Dinner',
speakers: []
},
{
day: 2,
slot: '8:30-10:00',
title: 'Check-In and French Breakfast',
speakers: []
},
{
day: 2,
slot: '10:00-10:30',
title: 'Evolving the Visual Programming Environment with React',
speakers: ['Jonas Gebhardt']
},
{
day: 2,
slot: '10:30-11:00',
title: 'React Native Retrospective',
speakers: ['Bonnie Eisenman']
},
{
day: 2,
slot: '11:00-11:30',
title: 'Coffee Break',
speakers: []
},
{
day: 2,
slot: '11:30-12:00',
title: 'The Evolution of React UI Development',
speakers: ['Max Stoiber', 'Nik Graf']
},
{
day: 2,
slot: '12:00-12:30',
title: 'Lightning Talks',
speakers: ['Various Speakers']
},
{
day: 2,
slot: '12:30-14:00',
title: 'French Buffet',
speakers: []
},
{
day: 2,
slot: '14:00-14:30',
title: 'Recomposing your React application',
speakers: ['Andrew Clark']
},
{
day: 2,
slot: '14:30-15:00',
title: 'JavaScript, React Native and Performance',
speakers: ['Tadeu Zagallo']
},
{
day: 2,
slot: '15:00-15:30',
title: 'Coffee Break',
speakers: []
},
{
day: 2,
slot: '15:30-16:00',
title: 'Falcor: One Model Everywhere',
speakers: ['Jafar Husain']
},
{
day: 2,
slot: '16:00-16:30',
title: 'React with feeds and other long lists',
speakers: ['Brent Vatne']
},
{
day: 2,
slot: '16:30-17:00',
title: 'Coffee Break',
speakers: []
},
{
day: 2,
slot: '17:00-17:30',
title: 'GraphQL Future',
speakers: ['Laney Kuenzel', 'Lee Bryon']
},
{
day: 2,
slot: '17:30-18:00',
title: 'Progressive Enhancement for mobile apps: exploring the continuum between web apps and React Native',
speakers: ['Martijn Walraven']
},
{
day: 2,
slot: '18:00-19:00',
title: 'Q&A',
speakers: ['Team']
},
{
day: 2,
slot: '19:00-20:00',
title: 'Impromptu Lightning Talks Session',
speakers: []
},
{
day: 2,
slot: '19:00-22:00',
title: 'Drink Up',
speakers: []
}
];
sessions.forEach(session => {
createSessionPromise.push(Session.create(session));
});
return Promise.all(createSessionPromise);
}
const closeConnection = () => {
mongoose.connection.close(() => {
console.log('Mongoose connection disconnected');
});
};
async function initSeed() {
await mongoose.connect(''); // Your database endpoint goes here. Example: mongodb://user:[email protected]:99999/myApp
console.log('***** seeding session instances...');
await sessionSeeder();
closeConnection();
}
initSeed();