Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 548 Bytes

Architecture.md

File metadata and controls

13 lines (8 loc) · 548 Bytes

Zermelo Reporting Engine

A PHP reporting engine that works especially well with Laravel, built with love at CareSet Systems

Architecture

Zermelo Data Flow Diagram

Basically the way Zermelo works is to run your SQL against your data... then put it into a cache table (usually in the _zermelo database) Then it does its paging and sorting against that cached version of your data.