Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Activity Streams and django-activity-stream
Search
Steve Ivy
September 26, 2011
Technology
5
1.1k
Activity Streams and django-activity-stream
Lightning taslk from DjangoCon US 2011
Steve Ivy
September 26, 2011
Tweet
Share
Other Decks in Technology
See All in Technology
家族の思い出を形にする 〜 1秒動画の生成を支えるインフラアーキテクチャ
ojima_h
3
1k
Strands Agents & Bedrock AgentCoreを1分でおさらい
minorun365
PRO
7
310
Jamf Connect ZTNAとMDMで実現! 金融ベンチャーにおける「デバイストラスト」実例と軌跡 / Kyash Device Trust
rela1470
1
190
Claude CodeでKiroの仕様駆動開発を実現させるには...
gotalab555
3
1k
AIに頼りすぎない新人育成術
cuebic9bic
3
270
Telemetry APIから学ぶGoogle Cloud ObservabilityとOpenTelemetryの現在 / getting-started-telemetry-api-with-google-cloud
k6s4i53rx
0
140
生成AIによるソフトウェア開発の収束地点 - Hack Fes 2025
vaaaaanquish
16
8.6k
Bet "Bet AI" - Accelerating Our AI Journey #BetAIDay
layerx
PRO
4
1.7k
Amazon S3 Vectorsは大規模ベクトル検索を低コスト化するサーバーレスなベクトルデータベースだ #jawsugsaga / S3 Vectors As A Serverless Vector Database
quiver
1
210
Claude Codeから我々が学ぶべきこと
oikon48
10
2.8k
開発 × 生成AI × コミュニケーション:GENDAの開発現場で感じたコミュニケーションの変化 / GENDA Tech Talk #1
genda
0
140
Eval-Centric AI: Agent 開発におけるベストプラクティスの探求
asei
0
120
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Rails Girls Zürich Keynote
gr2m
95
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
How to train your dragon (web standard)
notwaldorf
96
6.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Side Projects
sachag
455
43k
A better future with KSS
kneath
239
17k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Transcript
Activity Streams And django-activity-stream
This is an activity stream
So is this...
And this...
But... What can I do with it?
Look at it!
Write to their APIs...
Subscribe to it! (Could be useful...)
What about Django?
https://github.com/justquick/django-activity-stream
Makes this work
One (longish) call: # create action action.send ( user.person, #
actor verb='pushed', # verbed action_object=app, # an object target=environment, # to a target (optional) description=message, )
One URL Pattern: import actstream urlpatterns += patterns('', ('^feed/activity/', include('actstream.urls')),
)
Feeds
Atom
Activity Streams! https://github.com/sivy/django-activity-stream
Thanks! https://github.com/justquick/django-activity-stream https://github.com/sivy/django-activity-stream (my fork) http://activitystrea.ms Steve Ivy
[email protected]
@steveivy