A base tagging agent api with extension points for using with the VOLTTRON platform. This base agent works with Haystack 3 tags
Project description
VOLTTRON base tagging library that provide common tagging api for users to associate haystack based tags and values to topic names and topic name prefixes. Implementing agents can persist tags in specific data store.
Tags used by this library have to be pre-defined in a resource file at volttron_data/tagging_resources. The library validates against this predefined list of tags every time user add tags to topics. Tags can be added to one topic at a time or multiple topics by using a topic name pattern(regular expression). This library uses tags from project haystack and adds a few custom tags for campus and VOLTTRON point name.
Each tag has an associated value and users can query for topic names based tags and its values using a simplified sql-like query string. Queries can specify tag names with values or tags without values for boolean tags(markers). Queries can combine multiple conditions with keyword AND, and OR, and use the keyword NOT to negate a conditions.
Requirements
- Python >= 3.10
Installation
This library can be installed using pip install volttron-lib-tagging
. However, this is not necessary. Any
implementing tagging agent that uses this library will automatically install it as part of its installation.
For example, installing SQLiteTaggingAgent will
automatically install volttron-lib-tagging into the same python environment
Dependencies and Limitations
- When adding tags to topics this library calls the platform.historian's (or a configured historian's) get_topic_list and hence requires a platform.historian or configured historian to be running, but it doesn't require the historian to use sqlite3 or any specific database. It requires historian to be running only for using this api (add_tags) and does not require historian to be running for any other api.
- Resource files that provides the list of valid tags is mandatory and should be in data_model/tags.csv
- Tagging library only provides APIs to query for topic names based on tags. Once the list of topic names is retrieved, users should use the historian APIs to get the data corresponding to those topics.
- Current version of tagging library does not support versioning of tag/values. When tags values are set it will overwrite any existing tag entries in the database
Development
Please see the following for contributing guidelines contributing.
Please see the following helpful guide about developing modular VOLTTRON agents
Disclaimer Notice
This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any of their employees, nor any jurisdiction or organization that has cooperated in the development of these materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process disclosed, or represents that its use would not infringe privately owned rights.
Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file volttron_lib_tagging-0.1.1a4.tar.gz
.
File metadata
- Download URL: volttron_lib_tagging-0.1.1a4.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.12 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aea07ae7c5a7d8875b7eba820dd7d524ebe90b307b3fa1d273c1c0d77dc54f95 |
|
MD5 | 1c243a6a732fb5e1382505cea04f4e7c |
|
BLAKE2b-256 | 3a27d858cbbbb764c20924c83bd3b38426eeae0ffc8eb45e6786d86cf50da825 |
File details
Details for the file volttron_lib_tagging-0.1.1a4-py3-none-any.whl
.
File metadata
- Download URL: volttron_lib_tagging-0.1.1a4-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.12 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5e297dd347c745b8e00ba216eddac193c38ed39e728084a41185fc7deeb6d1d |
|
MD5 | bfd0c851112e0850e411f150e7cf5ba5 |
|
BLAKE2b-256 | 8b02c6a03ac078853877b0ca59fdde31fb53a2decb9156b1a2f173aa3fec5ba5 |