User Tools

Site Tools


Writing /app/www/public/data/meta/development/applications/polaris/overview.meta failed
development:applications:polaris:overview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:applications:polaris:overview [2018/05/04 11:33] adowlingdevelopment:applications:polaris:overview [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Project Overview ======
 +
 +Polaris is used for displaying site information for American Tower monitored sites pulling from an SQL database.  Polaris is currently updated on a nightly sync schedule from another application called GAM, which is an asset management software tool. ATC uses GAM for everything apart from DAS.
 +The purpose of this project was to interface between the SnmpManager and Polaris so that updates in Polaris for any Asset data are reflected in the SnmpManager. Updates in the SnmpManager were also required to be reflected in Polaris for equipment related data only as EMS will be the generator of this data going forward.
 +
 +**In terms of development the following summarise the main features of this project**
 +  - Development of file retrieval and processing functionality to update the SnmpManager database with Polaris 'Asset' data.
 +  - Development of file generation and sftp put functionality to update the ftp location with a new file containing the SnmpManager's database values for updated Equipment data.
 +  - Development of an on demand file sync in the ems to retrieve files and update our database outside of the scheduled process.
 +  - UI development to represent the equipment data in the EMS.
 +
 +
 +
 +For further information see requirements document[[https://docs.google.com/document/d/1byEUaVGpPLyPkQVF4HCEuNs9hNGUFJmvRQLHFUN8vvU/edit#heading=h.356rve3f1c7h|here]]
 +
 +All the relevant scripts can be found [[https://bitbucket.org/errigal/ems-remotediscoveryscripts/src/at_setup/field_value_widget_scripts/|here]]