-
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
(WIP) Enabling of Knowledge Layer #50
base: main
Are you sure you want to change the base?
Commits on Jun 19, 2024
-
Add basis directory structure with readme files
Signed-off-by: chrizmc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db8e01a - Browse repository at this point
Copy the full SHA db8e01aView commit details -
add basic setup of informationlayer containing basic dbrouter and rea…
…lmdb-handler including some resdme updates Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64e06ec - Browse repository at this point
Copy the full SHA 64e06ecView commit details -
Signed-off-by: haonan-qiu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ee12fd - Browse repository at this point
Copy the full SHA 5ee12fdView commit details -
Fixed readme format of config.js
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75c0eb3 - Browse repository at this point
Copy the full SHA 75c0eb3View commit details -
Renamed knowledge-connector -> connector
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a77d8a3 - Browse repository at this point
Copy the full SHA a77d8a3View commit details -
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 327db86 - Browse repository at this point
Copy the full SHA 327db86View commit details -
Fixed README formatting and fixed typos
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69da82d - Browse repository at this point
Copy the full SHA 69da82dView commit details -
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bb7dc4 - Browse repository at this point
Copy the full SHA 9bb7dc4View commit details -
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0d7aa6 - Browse repository at this point
Copy the full SHA e0d7aa6View commit details -
Hint for hard coded realmdb and js formatting
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9722e2b - Browse repository at this point
Copy the full SHA 9722e2bView commit details -
Fixed require path for new structure
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbbed43 - Browse repository at this point
Copy the full SHA dbbed43View commit details -
Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f98ef6f - Browse repository at this point
Copy the full SHA f98ef6fView commit details -
Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0da163a - Browse repository at this point
Copy the full SHA 0da163aView commit details
Commits on Jul 8, 2024
-
Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c83de4 - Browse repository at this point
Copy the full SHA 0c83de4View commit details
Commits on Jul 9, 2024
-
Add environment variable functionallity and update README files.
Use dotenv package to laod environment variables from a .env file into the process.env Rename files and update code Remove unused file Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e36432 - Browse repository at this point
Copy the full SHA 3e36432View commit details
Commits on Jul 24, 2024
-
Update link URL and create a IoTDB connection using the IoTDB Handler
Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72ab98b - Browse repository at this point
Copy the full SHA 72ab98bView commit details
Commits on Jul 31, 2024
-
Update the authentification configuration for the IoTDB handler
Add git ignore for the docker generated files Add Read method to IoTDBHandler Rename Data Type Object Apply format and remove invalid comment Optimize code to standarize the response between handlers. Repair documentation for the project configuration Add anonym data Manage Sessions Add Write method add client message data to IoTDB Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c075e51 - Browse repository at this point
Copy the full SHA c075e51View commit details
Commits on Aug 7, 2024
-
Add validator for message format and IoTDB message processing
Return messages to all clients when write in IoTDB Update IoTDB supported fields and documentation Update read dependencies and send error to clients Add read messaging in RealmDB Resolve Ajv warining about fields with multiple types Add subcribe message handling Remove unused import Repair findings Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 684f3f9 - Browse repository at this point
Copy the full SHA 684f3f9View commit details
Commits on Aug 9, 2024
-
Extend supported data points in RealmDB Handler
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62e8402 - Browse repository at this point
Copy the full SHA 62e8402View commit details -
Support for UseCase endpoits in IoTDB Handler
Fix: Remove extra 'dot' from endpoint into update message. Fix unknown function issue Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd597d1 - Browse repository at this point
Copy the full SHA cd597d1View commit details
Commits on Aug 13, 2024
-
- Update Readme documentation - Add write operation to RealmDB - Repair error writing data and send message to clients correctly - Refactory: rename database parameters file - Refactoring: use variable naming convention - Subscribe Databases Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f142ab - Browse repository at this point
Copy the full SHA 5f142abView commit details
Commits on Aug 21, 2024
-
- Subscribe Databases - Refactoring: use variable naming convention - Refactory: rename database parameters file - Repair error writing data and send message to clients correctly - Add write operation to RealmDB - Update Readme documentation - catch all exceptions - extract similar code to handler.js - remove unused function - commit changes - added comment Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56a1109 - Browse repository at this point
Copy the full SHA 56a1109View commit details
Commits on Aug 22, 2024
-
Support dots separation for endpoint naming in realm db
Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d28e89 - Browse repository at this point
Copy the full SHA 6d28e89View commit details
Commits on Aug 27, 2024
-
• Import supported endpoints for IoTDB and RealmDB from YAML/JSON fil…
…es to configure database and element types. • [FIXES]: • Realm Handler: Messaging during document edits will now be sent only to subscribed clients. • Console Logging: Previously, it was difficult to differentiate between messages (errors, logs, client messages) in the console. This has been addressed by including a logger that manages message styles and types. Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deff29c - Browse repository at this point
Copy the full SHA deff29cView commit details
Commits on Sep 6, 2024
-
Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8ef06d - Browse repository at this point
Copy the full SHA c8ef06dView commit details -
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f1ae37 - Browse repository at this point
Copy the full SHA 7f1ae37View commit details
Commits on Sep 13, 2024
-
Remove unnecessary config files and add it as gitignore.
Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 838af3f - Browse repository at this point
Copy the full SHA 838af3fView commit details
Commits on Sep 16, 2024
-
Data transmission via websocket client in knowledge layer:
- Update documentation and remove unused code. - Start the websocket client and update docuentation - Working synchronous calls - First running implementation of websocket_client Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfb873f - Browse repository at this point
Copy the full SHA dfb873fView commit details -
Documentation for new data source within information layer
- Add README to add new data source in the information layer Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28ec28b - Browse repository at this point
Copy the full SHA 28ec28bView commit details -
Handle and send error message within information layer for websocket …
…connection. Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b84a37e - Browse repository at this point
Copy the full SHA b84a37eView commit details
Commits on Sep 26, 2024
-
Vehicle data point knowledge layer configuration
Implement functionality to read, validate, and integrate vehicle data points from a configuration file into the knowledge layer, ensuring only supported signals are processed by the system. Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8614c90 - Browse repository at this point
Copy the full SHA 8614c90View commit details
Commits on Sep 27, 2024
-
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e68d6bb - Browse repository at this point
Copy the full SHA e68d6bbView commit details
Commits on Oct 9, 2024
-
Add --help CLI feature to display configured and default parameters
Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbe803f - Browse repository at this point
Copy the full SHA bbe803fView commit details -
Use configuration file to organize the use case model directory
Add helper documentation to system methods and remove outdated README. Fix read message containing data points. Merge remote-tracking branch 'origin/feature/enabling-of-knowledgelay Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9559d7f - Browse repository at this point
Copy the full SHA 9559d7fView commit details -
Remove unused code Merge remote-tracking branch 'origin/feature/enabling-of-knowledgelay… Add missing include to data_types header Update readmes Update readme Fix typo with correct RDFox licence file. Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffce704 - Browse repository at this point
Copy the full SHA ffce704View commit details
Commits on Oct 17, 2024
-
Develop RDFox adapter for rest api integration
Establish Connection to RDFox REST API Data Store Management Data Loading in Turtle Format SPARQL Query Execution Error Handling Unit and Integration Tests Documentation Updates Signed-off-by: Haonan Qiu <[email protected]>
q632394 committedOct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 24b871e - Browse repository at this point
Copy the full SHA 24b871eView commit details
Commits on Oct 21, 2024
-
Refactored information-layer Docs (COVESA#36)
Signed-off-by: Sebastian Schleemilch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bcadd7 - Browse repository at this point
Copy the full SHA 1bcadd7View commit details -
Signed-off-by: Andre Wendel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ae2fb4 - Browse repository at this point
Copy the full SHA 7ae2fb4View commit details -
add hello world kl usecase readme
Signed-off-by: Christian Muehlbauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c936c4b - Browse repository at this point
Copy the full SHA c936c4bView commit details