Code Summary.md
The summary file provides a simple way to navigate through the source code to understand the architecture of the application. It follows the below principles:
The entry point for the server is IoTDB. It performs following tasks during the setup
It calls StartupChecks and performs the following check
Adds IoTDBShutdownHook to the Runtime
Adds new instance of IoTDBDefaultThreadExceptionHandler into Thread
Uses RegisterManager to register following services
The entry point for the IoTDB Cli is Cli.