phoenix
phoenix copied to clipboard
Investigate mechanism to autoload new events from either directory or supplied via server
We would like to be able to have Phoenix running, and autoloading new events as pushed or published to a directory.
Interesting. I think we will need to have a Node.js based backend API to read data from the directory upon request to an endpoint. We will also need some service to host this backend server. Or may be we can create an AWS lambda.
Alternatively, I think it should be possible to access files from Apache like the JSROOT list here - https://root.cern.ch/js/files/.
I will look into it once I finish preparing the docs.