Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task: extend WAII IoTDB support to allow runtime connection setup #18

Closed
2 tasks done
slawr opened this issue Feb 8, 2024 · 1 comment
Closed
2 tasks done

task: extend WAII IoTDB support to allow runtime connection setup #18

slawr opened this issue Feb 8, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request task Task not fitting other labels, e.g. project ops

Comments

@slawr
Copy link
Collaborator

slawr commented Feb 8, 2024

The current Apache IoTDB support in WAII, commit 1f65fbba, has build time configuration of the following runtime settings:

  1. Configuration of connection to the IoTDB server, e.g. IP, port etc.
  2. The prefix path to use to query VSS keys, e.g. root.test1.device1.

The support needs to be extended to allow runtime configuration of these to avoid unnecessary rebuilding of WAII.

High level tasks:

  • Runtime configuration of IoTDB server configuration
  • Runtime configuration of prefix path for VSS key queries
@slawr slawr converted this from a draft issue Feb 8, 2024
@slawr slawr added enhancement New feature or request task Task not fitting other labels, e.g. project ops labels Feb 8, 2024
@slawr slawr added this to the Add new DB backends to WAII milestone Feb 8, 2024
@slawr slawr self-assigned this Feb 23, 2024
@slawr slawr moved this from Next to In Progress in Central Data Service Playground Feb 23, 2024
@slawr
Copy link
Collaborator Author

slawr commented Mar 15, 2024

This was implemented locally on the WAII version currently used within CDSP and pushed to my working copy of WAII here slawr/automotive-viss2@6101e5b. Code was tested in CDSP.

The upstream WAII was in the process of moving repositories, as part of its move from W3C to Covesa, so I waited for that to conclude before creating a PR to upstream the changes. WAII master branch also had some major changes requiring the code to be rebased. Both of these were achieved in commit https://github.com/slawr/vissr/commits/rebase-iotdb-config-support from which a PR was created COVESA/vissr#5 which has now been merged.

@slawr slawr closed this as completed Mar 15, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Central Data Service Playground Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request task Task not fitting other labels, e.g. project ops
Projects
Development

No branches or pull requests

1 participant