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
Developing an ActivityPub Relay with Rails 8
Search
S.H.
December 05, 2024
0
90
Developing an ActivityPub Relay with Rails 8
RubyWorld Conference 2024 Sponsor LT
S.H.
December 05, 2024
Tweet
Share
More Decks by S.H.
See All by S.H.
Ecosystem on parse.y
gamelinks007
0
43
ゆるゆるMastodon 鯖缶生活
gamelinks007
0
740
1週間で作るActivityPubリレーサーバ
gamelinks007
0
160
Rails 8で作るActivityPub リレーサーバ
gamelinks007
0
570
Mastodon on Ruby master
gamelinks007
0
170
Trying to Make Ruby's Parser Available as a Gem
gamelinks007
1
560
ユーザーから見たLrama
gamelinks007
0
250
Contributing to the Ruby Parser
gamelinks007
2
1.3k
Featured
See All Featured
Visualization
eitanlees
150
17k
Code Review Best Practice
trishagee
74
20k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
170
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
How to Think Like a Performance Engineer
csswizardry
28
2.5k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
470
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
380
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Transcript
Developing an ActivityPub Relay with Rails 8 S.H. RubyWorld Conference
2024 Sponsor LT 2024-12-05
Self Introduction S.H. ESM, Inc Parser Club Member Mastodon Administrator(通称:鯖缶)
Today’s Topic About ActivityPub Relay Motivation ActivityPub Relay
ActivityPub Relay Server
ActivityPub Relay Server Receive public post from joined server Rebroadcast
public post to other server
Merits and Demerits More fedelation for Fediverse Server’s Increased load
to joined Fediverse Server’s The load on the relay server itself.
Motivation
Current Status Relay Server out of number to Fediverse Server’s
So, Tend to join a particular Relay Server Relay Server and Fediverse Server’s on the load Requires a lot of energy to set up because of the use of Redis, DB, etc.
In my opinion More small Relay Server need to decentralization
More easier setup to Relay Server
Rails 8 Kamal 2 provide easy way to deploy Solid
Queue not use Redis SQLite3 in production Wouldn’t it be nice to create a relay server in Rails 8?
ActivityPub Relay
ActivityPub Relay
Feature Support Mastodon and Misskey Relay Also support Pleroma and
Akkoma Joined Server’s Dashboard Job Dashboard
Thoughts Kamal 2 provide very easy deploy Thruster provide auto
update certificate Solid Queue not use Redis that very easy way Used SQLite3 in production that makes easier to setup Database Server