Is /etc an appropriate place to store custom data?
Hi,
In our project we have many sites on CQ. Each site might have some data associated with it, that is generated using a background job once a day.
The data is actually a pre-generated XML file that is later gonna be served when accessed via a URL. The reason why we pre-generate it rather than dynamically generate it in response to requests is that it is CPU heavy and could take quite a while to be generated.
For a site that its content is stored at /content/project/site I am thinking to create a similar hierarchy under /etc/project/site and store the file there.
The question is, is /etc a good place for storing such data?
Thanks in advance.