Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 427 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 427 Bytes

Platform Console Backend

This project contains the following backend services for the PNDA console:

  • The Data Logger service receives metrics to be displayed in the console.
  • The Data Manager service provides data to the frontend, and wraps calls to other services.
  • The Utils project contains utility functions used by both services.