I’m looking for an elegant solution to my particular situation.
I will have users uploading files to the server. These will be short video clips, short audio clips, images and text. I will be having them upload the files to unique discrete locations. I will know the users identifying information (userID, name, etc).
Since I have access to a list of users and identifying metadata, I can create a separate “pseudo-server” app that downloads the assets and arranges them as I see fit. However, I would like to explore a solution to obtain these assets directly from the Coronium Core server. I have yet to encounter a listing or compendium of commands that can be run against the Coronium Core server, to obtain a listing of the assets that have been uploaded.
I assume I could go through the process of interacting with the MongoDB, but that road (at least so far) has been obtuse and cumbersome. I’m not a dba so I’m unsure of my path there; ideally, I can find a way to engage the solution through SSHing to the server.
Let me know if any of that is unclear and I can provide additional information. Thanks for reading!