Hey Shon, That's brave! Some entry points to get you started.
- *CubeManager *& *CubeDescManager *manages cube metadata which drives everything - *CubingJobBuilder *creates a chain of steps to build a cube, look into each step from there - Kylin uses Calcite <http://calcite.incubator.apache.org/> for SQL parsing and execution, entrance is *OLAPSchema* - SQL needs data to fulfill, *CubeStorageEngine *is entrance of storage layer Good luck~ Yang On Mon, Mar 30, 2015 at 3:04 PM, 林澍荣 <[email protected]> wrote: > hi, kylin team, I'd like to read the kylin source codes to study the > mechanism of how it works, and I need some advices, can you help me? > > Thanks, Shon >
