How to store items globally for other accounts?

Hello Everyone,
So I’m trying to create an open video-sharing peer-to-peer platform and I have very less knowledge about blockchain and how it will work here.
Is it possible to store every item transaction in a database so that when we log in with another account, all the transaction made would be visible as well as interactable?

Hello! Sorry for the delay in getting back to you!

Currently I think your use case would be difficult to build on ethereum. We’re adding a new database support into DappHero natively, but I’m not sure if that will work for what you’re trying to do.

You don’t need to store it in a database, you could build a smart contract that emits events, and shares this information publically.

For more information: check out this tutorial