autopushed

This commit is contained in:
2022-08-21 18:47:17 +02:00
parent dab0a51ea3
commit 1d12b8bb84
+5 -1
View File
@@ -364,13 +364,17 @@ Here we cover some details of the provided free and open source reference Agora
- User controlled [[git]] repositories are the default data source. - User controlled [[git]] repositories are the default data source.
- [[agora server]] provides a UI supporting querying and composition and [[json]], [[rss]], [[rdf]] endpoints. - [[agora server]] provides a UI supporting querying and composition and [[json]], [[rss]], [[rdf]] endpoints.
### Data model ### Data ownership model
- Users can contribute [[repositories]] to an Agora. - Users can contribute [[repositories]] to an Agora.
- To do so, they publish their resources to a repository they control and then they let an Agora know of their intention to integrate, a desired username and their agreement with an Agora's contract. - To do so, they publish their resources to a repository they control and then they let an Agora know of their intention to integrate, a desired username and their agreement with an Agora's contract.
- [[git]] repositories are the default data source, with other repository providers ([[http]], [[ipfs]], [[drive]], [[dropbox]]) to follow. - [[git]] repositories are the default data source, with other repository providers ([[http]], [[ipfs]], [[drive]], [[dropbox]]) to follow.
- Users can contribute individual [[resources]] to an Agora. - Users can contribute individual [[resources]] to an Agora.
- As of the time of writing they can interact with an Agora system account (i.e. bot) in supported platforms like [[twitter]] and [[mastodon]] while indicating nodes they want to attach to using a Layer 1 convention. - As of the time of writing they can interact with an Agora system account (i.e. bot) in supported platforms like [[twitter]] and [[mastodon]] while indicating nodes they want to attach to using a Layer 1 convention.
- (Soon they will be able to submit this information directly on the [[agora server]] provided interface.) - (Soon they will be able to submit this information directly on the [[agora server]] provided interface.)
- Whenever a user signals [[opt in]] to remote writing (bridging, siphoning, cross posting), [[an Agora]] does its best to guarantee user data ownership.
- By default, an Agora will not store data for the user if it the user has not signaled a strong enough intent to write full data. Instead, an Agora will try to [[link]] to resources only in matching contexts, allowing users to recover resources without meddling in data management (see [[go links]] study case).
### Endpoints
# Thanks # Thanks