Connecting your IoT Data

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 public RAW_DATA_IN and NORMALIZED_DATA TxEventQ 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.