/silex-mongodb-aggregation-demo

MongoDB aggregation demo using Silex

Primary LanguageJavaScript

MongoDB aggregation demo (using Silex)

This is a port of Ross Lawley's candlestick demo ported to PHP 5.4 for presentation at the MidwestPHP conference.

Setup

Install Dependencies

$ composer.phar install

Load Data Fixtures

Load the provide sample data into the demo.money collection:

$ mongorestore -d demo -c money --drop ./money.bson

Launch Demo

$ php -S localhost:8080 -t web web/index.php

Alternative web server configurations for Silex may be found here.