Introduction
Dremel
Installation
For detailed installation instructions, see the installation page.
Dremel is a php implementation of the Google Dremel paper. The goal of this library is to flatten and later hydrate nested data structures into a columnar format, which is more efficient for querying.
This library was developed to provide a nested structures support for PHP Parquet implementation.