projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '11065-rotate-logs'
[arvados.git]
/
doc
/
sdk
/
python
/
events.html.textile.liquid
1
---
2
layout: default
3
navsection: sdk
4
navmenu: Python
5
title: Subscribing to events
6
...
7
8
Arvados applications can subscribe to a live event stream from the database. Events are described in the "Log resource.":{{site.baseurl}}/api/methods/logs.html
9
10
<notextile>
11
{% code 'events_py' as python %}
12
</notextile>