<slide>
<title>MongoDB</title>

<list>
	<bullet>An Open Source project by a commerical entity</bullet>
	<bullet>Documents are *BSON* objects on disk</bullet>
	<bullet>Documents are language specific data structures</bullet>
	<bullet>Interaction through shell utility, language drivers (%pecl/mongodb%),
or with an optional library (%mongodb/mongodb%)</bullet> </list>

<image filename="mongodb-logo.png"/>

</slide>
