Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save hash with postage stamp in json file #486

Open
n00b21337 opened this issue Dec 15, 2023 · 0 comments
Open

Save hash with postage stamp in json file #486

n00b21337 opened this issue Dec 15, 2023 · 0 comments
Assignees
Labels

Comments

@n00b21337
Copy link

Currently, when we upload new data there is no record of our data and how it connects to stamp.

Would be nice if there is a simple JSON file that saves this when we upload.

So it would be JSON with stamp hash as the main key and under it, we should nest all the IDs of hashes that are connected with this stamp and ideally its some kind of Label:Hash pair so something like this should be our solution.

{
    "hashID_12345": {
        "Label1": "DataHash_A",
        "Label2": "DataHash_B",
        "Label3": "DataHash_C"
    },
    "hashID_67890": {
        "Label1": "DataHash_D",
        "Label2": "DataHash_E",
        "Label3": "DataHash_F"
    },
    "hashID_24680": {
        "Label1": "DataHash_G",
        "Label2": "DataHash_H",
        "Label3": "DataHash_I"
    }
}
@bee-runner bee-runner bot added the issue label Dec 15, 2023
@Cafe137 Cafe137 self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants