1 / 2

Enhancing PopCON Monitoring Interface in Python

We are updating the previous PHP-based PopCON monitoring web interface in Conddb web service. The changes include translation to Python, code reorganization, and integration of Python-JSON for data manipulation. The web interface allows customization of table columns, sorting of query results, and value chart indicators.

noble-myers
Télécharger la présentation

Enhancing PopCON Monitoring Interface in Python

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PopCON monitoring web interface • We are working to move/update the previous “Popcon monitoring web interface” in conddb web service • What we have done: • Translation of code from PHP to Python • Reorganization of code from monolithic block in different-layers independent • DB Python code (cx_Oracle) to query oracle db • Python-JSON code to produce a Json string. (JSON: JavaScript Object Notation is a lightweight data-interchange format.) • Web interface (Cheetah like template engine, CSS to configure the look and feel of web interface)

  2. PopCON monitoring web interface It’ s possible to set different columns of a table. Sort query results. Value Chart Indicator

More Related