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. Deletes are handled by replacing the object with a Tombstone. Various checks are performed to ensure only appropriate Updates happen.
- Specify Update checks
- Follow and Accept
- Outgoing Accept of Follow adds to followers
- Incoming Accept of Follows adds to following
- Implement other side effects, in particular Like, Announce, and inReplyTo
- Authority checks.
That's it. Currently, no collections for replies and likes are kept in bovine_store, so implementing these side effects cannot happen yet:
- Announce -> add to share collection
- Like -> add to likes collection
- Create with inReplyTo -> add to replies collection
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.2.2.tar.gz
.
File metadata
- Download URL: bovine_process-0.2.2.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.6 Linux/5.15.0-71-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4e2318ea9ee984b3e998bae3b6e06ad328f0c1094377f07483b344d3411a313 |
|
MD5 | b71898a2863caf609b30a12e96e46410 |
|
BLAKE2b-256 | 2d8c2aa6baa201e7a64c459f84d341bd774bbe8c0774f4328e495d72f765794b |
File details
Details for the file bovine_process-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: bovine_process-0.2.2-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.6 Linux/5.15.0-71-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48cfd7e55e9d0c882cefc486996679de0b06091405cd181939accfe543e586a3 |
|
MD5 | 48e674e6901ad63a700cb1ffd34a40ce |
|
BLAKE2b-256 | a7f26b6e3fd3a0f687d8c4d767f30af7c695f5b39849007b28df6fe312b5e285 |