Bricking (RFC-123)
A period when the community can review the RFC (comment Docs)
Document Maintainers: Andi Gabriel Tan 2024. List of other contributors in Annex. 1.
Copyright: MIT license
Copyright © 2018-2024 Axiologic Research and Contributors.
This document is licensed under MIT license.
- Abstract
- 1. Put Brick
- 2. Download multiple Bricks
- 3.Get Brick
- 4.Store Transaction
- Annex 1. Contributors
Abstract
Storage Service for all the bricks generated from DSUs. The "bricking" API space offers a set of portable functions for creating and reading bricks. The operations exposed by the Bricking service are used in the context of construction and reconstruction of the DSU by the OpenDSU SDK.
1. Put Brick
Stores the encrypted content of the brick on the Brick storage and returns the hashLink for later access.
PUT /bricking/{domain}/put-brick
1.1 Path Parameters
Name | Type | Value | Description |
---|---|---|---|
domain | string | *required | The domain used for the bricks. |
1.2 Body Parameters
Name | Description |
---|---|
body | The stream that contains the encrypted brick. |
1.3 Responses
Status Code | Description |
---|---|
201 | Returns the hash of the content. |
409 | Invalid hashLink. |
500 | Fallback generic error response. |
2. Download multiple Bricks
Get the encrypted content of the brick for each hashLink in the provided list of hashLinks.
GET /bricking/{domain}/
2.1 Path Parameters
Name | Type | Value | Description |
---|---|---|---|
domain | string | *required | The domain used for the bricks. |
2.2 Query Parameters
Name | Type | Value | Description |
---|---|---|---|
hashes | string | *required | Array, comma delimited hashlinks. |
2.3 Responses
Status Code | Description |
---|---|
200 | Returns the encrypted content of a brick as a Buffer {length} {brickContent} |
404 | Brick not found. |
500 | Brick domain not found. |
3.Get Brick
Get the encrypted content of the brick identified by the provided hash link.
GET /bricking/{domain}/get-brick/{hashLink}
3.1 Path Parameters
Name | Type | Value | Description |
---|---|---|---|
domain | string | *required | The domain used for the bricks. |
hashLink | string | *required |
3.2 Responses
Status Code | Description |
---|---|
200 | Returns the encrypted content of a brick as a Buffer. |
404 | Brick not found. |
500 | Brick domain not found. |
4.Store Transaction
Store transactions in Bricks Storage. Usually, the stored data is represented by the anchorData. When the maximum number of transactionsPerBlock is reached, the block is built and stored in Bricks Storage.
PUT /bricksFabric/add
4.1 Responses
Status Code | Description |
---|---|
201 | Transaction data was stored successfully. |
500 | Failed to store transactions. |
Contributors
-
Axiologic Research: New content and improvements. Original texts under PharmaLedger Association and Novartis funding. MIT licensed content accordingly with the contracts. Publish and maintain the www.opendsu.org site.
-
PharmaLedger Project: Review, feedback, observations, new content, and corrections MIT licensed accordingly with the consortium agreements.
- PrivateSky Research Project: MIT licensed content accordingly with the contracts. https://profs.info.uaic.ro/~ads/PrivateSky/
Annex 1. Contributors
Current Editors | |
---|---|
Sînică Alboaie | sinica.alboaie@axiologic.net |
Rafael Mastaleru | raf@rms.ro |
Nicoleta Mihalache | nicoleta@axiologic.net |
Teodor Lupu | teodor@axiologic.net |
Contributors Axiologic Research | |
Adrian Ganga | adrian@axiologic.net |
Andi-Gabriel Țan | andi@axiologic.net |
Cosmin Ursache | cosmin@axiologic.net |
Daniel Sava | daniel@axiologic.net |
Nicoleta Mihalache | nicoleta@axiologic.net |
Teodor Lupu | teodor@axiologic.net |
PrivateSky Contributors | |
Alex Sofronie | alsofronie@gmail.com (DPO) |
Cosmin Ursache | cos.ursache@gmail.com (UAIC) |
Daniel Sava | sava.dumitru.daniel@gmail.com (HVS, AQS) |
Daniel Visoiu | visoiu.daniel.g@gmail.com (SGiant) |
Lenuța Alboaie | lalboaie@gmail.com (UAIC) |
Rafael Mastaleru | rafael@rms.ro (RMS) |
Sînică Alboaie | salboaie@gmail.com (UAIC) |
Vlad Balmos | vlad.balmos@gmail.com (Code932) |
PharmaLedger Contributors | |
Ana Balan | bam@rms.ro (RMS) |
Bogdan Mastahac | mab@rms.ro (RMS) |
Cosmin Ursache | cos@rms.ro (RMS) |
Rafael Mastaleru | raf@rms.ro (RMS) |