Notes on what diagrams need to be drawn
authorGreg Wilson <gvwilson@third-bit.com>
Tue, 3 Dec 2013 19:44:38 +0000 (14:44 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Mar 2014 04:51:13 +0000 (21:51 -0700)
W. Trevor King: I removed everything except the sql/novice changes
from the original bc83c3f [1].

[1]: https://github.com/swcarpentry/bc/commit/bc83c3fe35ea0b153df6f330aa8ca23748b78cfc

sql/novice/02-sort-dup.ipynb
sql/novice/03-filter.ipynb
sql/novice/06-agg.ipynb

index 44d1335ab9b5f51e58cde18430199d5e1ebc65f9..2f885c95b153531211ee8e2789b17338666e7d2a 100644 (file)
      "source": [
       "### Challenges\n",
       "\n",
-      "FIXME"
+      "FIXME: write challenges for sorting and removing duplicates"
      ]
     }
    ],
index 536494f94df36a1778de0ba85e4e74a952b12137..1c7fa546941dfce6599b86791d7fec4ac7162b3e 100644 (file)
@@ -83,7 +83,7 @@
      "cell_type": "markdown",
      "metadata": {},
      "source": [
-      "FIXME: diagram"
+      "FIXME: diagram showing SQL processing pipeline executing a join that multiplies then filters records"
      ]
     },
     {
index 8c9ba69181fdac7644edea32a7fdf72d1b886928..0f08a189af2efb36b22d68b5db74ffb88bd3836c 100644 (file)
      "cell_type": "markdown",
      "metadata": {},
      "source": [
-      "FIXME: diagram"
+      "FIXME: diagram showing SQL processing pipeline with an extra stage for aggregation, and multiple records being compressed into one"
      ]
     },
     {