Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions apex/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<!-- markdownlint-disable MD024 -->
# IoT Explorer - Release Notes

## November 20th, 2025

### New Features

- Added new views that transform model, adapter, and instance
data from json to table structure.
- Models, Adapters, and Instances can be updated through the
application. This includes an option to create new versions
of models if needed.

### Changes

- functions in iot_objects package was changed to make them
more versatile

## November 7th, 2025

### New Features
Expand Down
11 changes: 8 additions & 3 deletions apex/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ This APEX application serves as a dashboard for monitoring IoT devices and messa
The application includes the following optional features that require OCI
credentials to function.

1. Creation and deletion of models, adapters, and instances.
1. Creation, updating, and deletion of models, adapters, and instances.
2. Creation of certificates and passwords for instances created in the
application.
3. retrieval of passwords stored in a vault and private keys of certificates to
3. Retrieval of certificate private key, certificate (pem), and certificate
chain (pem) stored in a OCI compartment.
4. Retrieval of passwords stored in a vault and private keys of certificates to
facilitate device setup.
4. retrieval of IoT Domain Group and IoT Domain information where the
5. Retrieval of IoT Domain Group and IoT Domain information where the
application is running.

>[!WARNING]
Expand Down Expand Up @@ -103,6 +105,9 @@ script for creating the following objects.
- auth_view - lists certs and secrets accessible to IoT.
- iot_certs - detailed information about certs available to IoT.
- iot_passwords - detailed information about passwords stored in the vault.
- iot_model_view - json model information in table format via json_table.
- iot_adapter_view - json adapter information in table format via json_table.
- iot_instance_view - json instance information in table format via json_table.

- Materialized Views
- iot_msg_stats - computes basic stats on raw messages, rejected messages,
Expand Down
4 changes: 2 additions & 2 deletions apex/dashboard/iot_explorer.app.sql
Git LFS file not shown
Loading