First page Back Continue Last page Overview Graphics
Resource Management and Configuration
All connections to external resources is done via HallResource module.
Connection parameters are stored in the Hall-data.py certificate.
Why not a traditional config file?
- Use of Python module for configuration means you can use Python to work with the configuration file.
- More flexibility in types of data structures stored.
- Flexible mode of access (encrypted, binary, etc.)
HallResources initialized with a path to a certificate.
A single Hall-data file can be used for a number of applications.