Explains how Dotkernel Admin fits alongside Dotkernel API and Dotkernel Queue, and how you can start with Admin alone and add the other components later.
Dotkernel Admin can be installed independently or together with other applications in the Dotkernel suite, based on your business requirements. Out of the box, Admin, API, and Queue are separate codebases designed to complement each other — see the Architecture Overview for how they fit together.
You can start with Dotkernel Admin and integrate it into your existing platform. The Admin has built-in reports and graphs that can be configured and customized based on your needs.
Later on you can add:
Q: Can Dotkernel Admin be used on its own?
A: Yes, it can be installed independently and integrated into your existing platform.
Q: Are Dotkernel Admin, API, and Queue part of the same codebase?
A: No, out of the box they are separate codebases designed to complement each other.
Q: What do Dotkernel API and Dotkernel Queue add to Admin?
A: The API handles data manipulation for the platform, and Queue handles asynchronous task processing.