GitHub repositories: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
(Created page with "The DDS code is now held on a private GitHub repository - https://github.com/TowerHamletsCCG")
 
No edit summary
Line 1: Line 1:
The DDS code is now held on a private GitHub repository - https://github.com/TowerHamletsCCG
The DDS code is now held on a private GitHub repository - https://github.com/TowerHamletsCCG
See the following table for a description of each repository:
{| class="wikitable"
|+
!Repository
!Description
|-
|Api
|Base  API framework classes - common endpoints, startup/shutdown listeners, CORS  helper
|-
|Cache
|Generic  Cache, XML Marshaller pool, ObjectMapper pool, Cache manager
|-
|ConfigManager
|Config  management, connects to config db via main env vars, handles default and app  specific configuration
|}
<br />

Revision as of 14:18, 16 March 2021

The DDS code is now held on a private GitHub repository - https://github.com/TowerHamletsCCG

See the following table for a description of each repository:

Repository Description
Api Base API framework classes - common endpoints, startup/shutdown listeners, CORS helper
Cache Generic Cache, XML Marshaller pool, ObjectMapper pool, Cache manager
ConfigManager Config management, connects to config db via main env vars, handles default and app specific configuration