-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update to Apache IoTDB v1.3.3 + Docker improvements #70
Open
slawr
wants to merge
9
commits into
COVESA:main
Choose a base branch
from
slawr:update-iotdb-v133-60
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Currently CDSP points at a VISSR commit that implements VISS v2. Since then the upstream VISS community has been working towards VISS v3 and updated the VISSR implementation of it accordingly. Allow CDSP users to experiment with this new work by updating the CDSP git submodule to point at the latest upstream VISSR commit on the master branch. Integration was sanity tested using the VISSR HTML client to get/set VSS data into the Apache IoTDB DB. Signed-off-by: Stephen Lawrence <[email protected]>
Extend the documentation site examples page to have links to the upstream VISSR hello-world tutorial and the examples in the VISS specification. Signed-off-by: Stephen Lawrence <[email protected]>
Update the docker readme.md to reflect changes brought about by CDSP now using VISSR v3: 1. VISSR now provides a default binary list of VSS nodes so remove the note about having to generate vss_vissv2.binary 2. VISSR no longer serves a list of the VSS nodes supported at the URL http://<server ip>:8081/vsspathlist. Remove the associated note. Signed-off-by: Stephen Lawrence <[email protected]>
Apache IoTDB build time arguments (args) were not being correctly passed to the Dockerfile due to a capitalisation mismatch. Fix that. Signed-off-by: Stephen Lawrence <[email protected]>
Currently we use Apache IoTDB v1.2.2. Update to use v1.3.3 instead. Signed-off-by: Stephen Lawrence <[email protected]>
The CDSP IoTDB Dockerfile extends the upstream IoTDB docker image by adding the optional UDF Data Quality library and enabling the REST API to allow Grafana connections. This commit updates the Dockerfile for changes in IoTDB v1.3.3: 1. UDF Data Quality library archive internal structure has changed 2. REST: Config iotdb-common.properties has been merged into iotdb-system.properties. The latter no longer contains all the config entries so the entry to enable the REST API must be added. Signed-off-by: Stephen Lawrence <[email protected]>
…vice To ease maintenance rename local volume names so that it is clear which service they belong too. Signed-off-by: Stephen Lawrence <[email protected]>
Update any documentation affected by the upgrade to Apache IoTDB v1.3.3. Accounting for changes to the upstream documentation URLs and improvements to the data import tools. Signed-off-by: Stephen Lawrence <[email protected]>
slawr
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
task
Task not fitting other labels, e.g. project ops
labels
Jan 30, 2025
5 tasks
slawr
force-pushed
the
update-iotdb-v133-60
branch
from
January 31, 2025 20:03
02bc451
to
c9e159d
Compare
Minor improvements to the listed documentation. Signed-off-by: Stephen Lawrence <[email protected]>
slawr
force-pushed
the
update-iotdb-v133-60
branch
from
January 31, 2025 20:12
c9e159d
to
ea7cd6a
Compare
PR completed - removed WIP from title. Ready for review by community. @chrizmc please consider this for merging. |
slawr
changed the title
WIP Update to Apache IoTDB v1.3.3 + Docker improvements
Update to Apache IoTDB v1.3.3 + Docker improvements
Feb 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
task
Task not fitting other labels, e.g. project ops
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes:
See the task issue #60 for implementation and testing details
Testing: