ipfs - How to design Bigchaindb data store(schema)? -


i’m building poc bdb, , i’m not sure if bdb me,

i’m looking @ building users upload set of docs, 1 transaction = 1 file, , transaction viewed user’s followers , collaborate on file i.e comment on or perform other operations on it. i’m aware first upload of file 1 create transaction, signed user(say x)’s private key.

the other user(user y) viewing file, , have added comment on it. adding of comment should create operation , transfer operation user x’s file? —> i’m not aware if right way.

one file should have operations performed on via metadata in transaction.

how achieve this? helpful.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -