<slide>
<title>Exercise: Import Beer</title>

<list>
	<bullet>%git clone https://github.com/derickr/mongo-tutorial.git%</bullet>
	<bullet>We will use beer ratings and types for examples</bullet>
	<bullet>%untappd.json% has one JSON document per line</bullet>
	<bullet>Write a script to import each beer into the *tutorial* database and the *beer* collection</bullet>
	<bullet>Verify the result on the mongo shell:
<example>
$ mongo tutorial
> db.beer.count();
</example>
	</bullet>
</list>
</slide>
