Good results storing time-series data in MongoDB from PHP
We recently started to use MongoDB to store large volumes of complex timeseries data and are very impressed with its simplicity of use. No schema or tables to set up in advance; just start creating collections (tables) of documents (tables) in your application. We are using the Mongo PHP extension that automagically creates documents from nested PHP arrays; very simple way to store large volumes of complex data.
Tags: PHP, time-series