<slide>
<title>What is MongoDB?</title>

<image filename="mongodb.png" align="right"/>

<list>
	<bullet>MongoDB is a document storage and retrieval engine</bullet>
	<bullet>It requires almost no configuration to set-up a high available
	and high performant cluster of database servers</bullet>
	<bullet>Each document is stored into a collection, which is stored into
	a database, which is stored in a database server.</bullet>
	<bullet>It is a NoSQL schema-free database</bullet>
</list>
</slide>
