Application data storage, conventions?

Hey folks :wave:

I was thinking of using IPFS as a facility for application-data storage.

The idea is:

  • Use the MFS to store the encrypted application data.
  • Data can be retrieved using /api/v0/files/read?arg=PATH

My question is, what would the PATH ideally be?
Is there some kind of convention that determines this?
How do I make sure the path isn’t used by a different application?

I was thinking of something along the lines of /.config/application_name, like people do on Mac.