Skip to content

Commit

Permalink
More details
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Feb 15, 2024
1 parent cff6362 commit 08b2e82
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion rfcs/0002-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,30 @@ The intuition for this system is inspired by other package management systems su

## Out of Scope for this RFC

TODO
The format of the metadata used for indexing, etc.


## Proposal

While the precursor specifications outline the structure and mechanisms of packaging, this RFC details how the packages are owned, distributed, and indexed. A layered solution is outlined from storage up to user-applications and how they can be leveraged by CI in order to automatically publish updated versions and scrape topics for community contribution discovery.

This solution enables the following UX scenarios:

* Authors are granted system credentials and API tokens
* Packages are manually published via CLI by authors along with metadata
* Packages are automatically published by authors via CI and API in connector repositories
* Packages browsed and searched for by Hasura V3 users
* Packages are referenced in Hasura V3 projects
* Packages are fetched for local usage in Hasura V3 projects

### Ownership
### Storage
### API
### Indexing
### Discoverability
### Access
### Publication
### Validation



0 comments on commit 08b2e82

Please sign in to comment.