Processing of Side Effects of ActivityPub Activities for an ActivityPub Server
Project description
bovine_process
bovine_process
consists of the side effect logic of Activity objects. This means it contains the code, the logic that for an incoming object, one executes:
- Store object in bovine_store
- Add reference to inbox
- Perform side effects
- Enque object for bovine_pubsub
And a similar list of effects for outgoing objects, i.e
- Store object in bovine_store
- Add reference to outbox
- Perform side effects
- Send objects to follower's inbox
- Enque object for bovine_pubsub
The behavior defined in this package corresponds to 6. Client to Server Interactions and 7. Server to Server Interactions of the ActivityPub specification. However, only a small subset of side effects is implemented.
Implemented Side Effects
-
Create, Update, Delete on objects, i.e. basic crud
-
Like, Dislike, EmojiReact -> add to likes collection; Undo removes
-
Announce -> add to share collection; Undo removes
-
The same person can Like, Announce, etc.. multiple times
-
Create with inReplyTo -> add to replies collection; Delete removes
-
Follow and Accept
- Outgoing Accept of Follow adds to followers
- Incoming Accept of Follows adds to following
-
Specify Update checks
-
Authority checks.
-
Refactor for easier customization / extension. Adding a new side effect currently requires publishing a new package. This should not be the case.
Tests
The folder tests/data
contains test cases what side effects happen in the database for certain cases.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bovine_process-0.5.8.tar.gz
.
File metadata
- Download URL: bovine_process-0.5.8.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.1.0-13-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20af6adbde2427b12d72ba107fda83886ecea5ff22ed788a5311ca2bb2e86ab1 |
|
MD5 | 7c6787d7faa7ed2a2bf732b600acff2c |
|
BLAKE2b-256 | c6b603f9206d85ecd15675a5d60379bc329a7ac380d969e4a9d2d1b4dd594ac9 |
File details
Details for the file bovine_process-0.5.8-py3-none-any.whl
.
File metadata
- Download URL: bovine_process-0.5.8-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.1.0-13-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dba823d216069864cc97105dd9f85ebdac880326b201cd6b2efc0c8cf20f066 |
|
MD5 | cc922850a1cfd085c1c68a03a6c7f85c |
|
BLAKE2b-256 | 2df82f212ff9a230a3e8fa61f1a4dbc51e8d02fdf1e7fe709c4f39097e4e0e6b |