Hello, I'm planning to write a schedular in AEM that calls an 3rd party
api, then saves the data everyday at 2am. The data is then used to
render pages. My Question, where in the JCR would I save these these
nodes, what would the best practice JCR structure look like?Is the /etc
folder a good place to keep these nodes... as they are always being
updated everyday at 2am?The 200OK response JSON structure looks like
this:[ { "Name":"chevrolet chevelle malibu", "Miles_per_Gallon":18,
"Cylinders":8, ...