Skip to content

Commit 50d43ef

Browse files
committed
added notes for 8th class
1 parent 6883f9f commit 50d43ef

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

materials/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ Week 8: Feb 27 -- Object/Document, Key/Value and Graph Databases
235235
:ref:`notes_session18`
236236

237237

238-
239238
.. * Persistence and Serialization: pickle, json, csv, ...
240239
.. * Schema vs “Schemaless”
241240
.. * No-Sql

materials/source/notes/session18.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,34 @@
55
############################
66
Notes for Quarter 2, class 8
77
############################
8+
9+
February 27, 2018
10+
11+
Last Week
12+
=========
13+
14+
Last week, Andy talked about relational databases, and provided examples using the Pee Wee ORM.
15+
16+
Did any of you put a DB (of any sort) behind your mailroom program?
17+
18+
Or use one for your personal project?
19+
20+
Any questions?
21+
22+
Should we do a little code review?
23+
24+
Today
25+
=====
26+
27+
Today we'll be talking about NoSQL databases -- or other ways to work with large collections of data.
28+
29+
Lot to cover, so we have a choice:
30+
31+
1) Spend some time on code review of some of your work -- we promised that.
32+
- which means we'll probably leave some of the NoSQL material for you to study up on your own.
33+
34+
2) Get right into the the new material!
35+
36+
37+
38+

0 commit comments

Comments
 (0)