From 0ce05347ca5a74af87ad5983d89591d89b370d61 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Thu, 17 Mar 2022 12:27:18 +0100 Subject: [PATCH] L2SS-659: update link names --- .../tangostationcontrol/toolkit/TODO_HdbppPython.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/toolkit/TODO_HdbppPython.md b/tangostationcontrol/tangostationcontrol/toolkit/TODO_HdbppPython.md index 3bb7325e7..a72618b3f 100644 --- a/tangostationcontrol/tangostationcontrol/toolkit/TODO_HdbppPython.md +++ b/tangostationcontrol/tangostationcontrol/toolkit/TODO_HdbppPython.md @@ -2,14 +2,14 @@ ## Updates to incorporate Hdbpp-Python as our Retriever -The library in [a link](https://gitlab.com/tango-controls/hdbpp/libhdbpp-python) implements an AbstractReader and multiple Readers (i.e. what is called Retriever in our repo) following the relative hdb++ engine. Currently (March 2022), only MariaDB implementation is on the master branch, while Timescaledb is on development in [a link](https://gitlab.com/tango-controls/hdbpp/libhdbpp-python/-/tree/package_and_timescaledb_support). +The library in [libhdbpp-python](https://gitlab.com/tango-controls/hdbpp/libhdbpp-python) implements an AbstractReader and multiple Readers (i.e. what is called Retriever in our repo) following the relative hdb++ engine. Currently (March 2022), only MariaDB implementation is on the master branch, while Timescaledb is on development in [libhdbpp-python-timescaledb-branch](https://gitlab.com/tango-controls/hdbpp/libhdbpp-python/-/tree/package_and_timescaledb_support). ### Approach The Reader relies upon hard-coded SQL scripts inside the Python methods, managed as strings. Even our first version of the Retriever used this approach, but then we decided to overcome the hardcoded SQL scripts using the SQLAlchemy Python library, which has led to a more stable, reliable and customizable code. ### Compatibility -The libhdbpp-reader is compatible with our code and our archiver setup, as demonstrated in [a relative link](../../../jupyter-notebooks/HdbppReader_demonstrator.ipynb). +The libhdbpp-reader is compatible with our code and our archiver setup, as demonstrated in [demonstrator](../../../jupyter-notebooks/HdbppReader_demonstrator.ipynb). ### Functionalities in libhdbpp-python-reader These are the functionalities implemented in the libhdbpp-reader: -- GitLab