Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Technology Stack

Daniel Berman edited this page Feb 11, 2018 · 3 revisions

Apollo UI

The UI part of Apollo is written in Angular (1.4.8), and based on the Angular SB Admin 2 template.
All of the UI operations are tied to the backend, using REST.

Apollo Backend

The Backend part of Apollo is written in Java.
Apollo relies on a MySQL DB (you need to provide yours in the settings) using MyBatis as ORM, and Hikari for connection pooling.
All REST operations, including roles and authentication, are using rapidoid.
All Kubernetes related operations are using fabric-8 kubernetes client.

Clone this wiki locally