phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Investigate mechanism to autoload new events from either directory or supplied via server

Open EdwardMoyse opened this issue 4 years ago • 1 comments

We would like to be able to have Phoenix running, and autoloading new events as pushed or published to a directory.

EdwardMoyse avatar Feb 18 '21 16:02 EdwardMoyse

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.

9inpachi avatar Feb 18 '21 19:02 9inpachi