...
Goals
- Realization of a system (EDA: Easy DBFiles Access) composed by Python code and a dedicated SQL database that symplifies the retrieval of information on DCS elements, DEVILs, VMs, locations, etc...
...
At this moment the retrieval of information about elements in the DCS requires a series of manual actions (ssh login, grep on DBFiles, browsing the documentation, etc.). This system must be able to transfer – through a Python application – information from the DCS DBFiles to a SQL database.
Assumptions
- The system must employ mySQL, Python, regex
Requirements
# | Title | User Story | Importance | Notes |
---|---|---|---|---|
1 |
| As a developer I want an SQL DB installed so that I can write and read data to and from it using a Python application. | Must have |
| |||||||||||||
2 |
| As a user I want to access an SQL database so that I can retrieve information resident in the DANTE DBFiles. | Must have |
|
User interaction and design
...