Connecting your IoT Data
Use these scenarios to configure access to your IoT database so you can view your data directly in the database, APEX, ORDS, or Oracle Analytics Cloud in real-time.
The IoT domain database schema contains the metadata and data from the digital twin resources associated to an IoT domain.
Scenario: Connecting IoT Data to APEX
Scenario: Connecting IoT Data to Oracle REST Data Services (ORDS)
Scenario: Connecting Directly to the IoT Database
Scenario: Connecting your IoT Data to Analytics Cloud
Scenario: Streaming Messages from a Normalized Data Queue
Scenario: Archive IoT Data to Object Storage
Additional Resources
Java Samples: Use this sample Java Maven project on GitHub to access OCI IoT domain data using direct database queries to count raw database records or by subscribing to queues to stream raw and normalized messages in real time:
SampleDataAccess: Connect directly to the IoT domain database, get the IoT domain's database connection details, using an IAM database token authentication, and query<domainShortId>__IOT.RAW_DATA.SampleDataStreaming: Subscribe to the publicRAW_DATA_INandNORMALIZED_DATATxEventQ queues, so that you can filter by digital twin instance OCID, print messages, and remove the subscribers it created.
MCP Server: Use this IoT MCP server on GitHub to manage IoT Resources.