-
Notifications
You must be signed in to change notification settings - Fork 4
feat: ✨ add queues / streaming sample #33
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@oracle.com>
totalamateurhour
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
except for two typos, LGTM
Co-authored-by: Sergio Leunissen <sergio.leunissen@oracle.com>
Co-authored-by: Sergio Leunissen <sergio.leunissen@oracle.com>
Suggested changes commited
totalamateurhour
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed a typo on the last round, but LGTM
|
|
||
| Args: | ||
| connection (oracledb.Connection): The database connection. | ||
| queue_name (str): the name a the queue to subscribe to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| queue_name (str): the name a the queue to subscribe to. | |
| queue_name (str): the name of the queue to subscribe to. |
Add two sample scripts to illustrate the use of the Transactional Event Queues to stream IoT Platform data.
--
Signed-off-by: Philippe Vanhaesendonck philippe.vanhaesendonck@oracle.com