내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Best Approach to get all the pages and their metadata, page properties information into a DB

Avatar

Level 4

Hi All,

        We have a requirement to fetch all the page urls and their metadata,page properties present in CQ author instance and store them in to a DB. What is the best approach to do this in CQ?

 

Regards

Nivas

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Can't you do the reporting inside AEM? Exporting all the stuff and doing then some reporting doesn't sound right to me.

Jörg

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 6

Is this for analysis tool like Coremetrix?

The best approach, IMHO, would be to create a workflow that is triggerd on modify (create, update and delete) of a node, check if the change is on a node of the type Page and then write it to the database according to specification. Of course, you need to have a second workflow or service that sends all the pages to the workflow initially as a workflow payload.

The question I instantly have to ask is "what is a page"? Is "A page node in AEM" or is it "A URL on the site"?. The first one is easy to do, the second one demands a lot more.

 

/Ove

Avatar

Level 4

Hi, 

 Basically we need this information ( page url, metadata, page properties) for reporting and searching purpose. So we need an approach to get the complete information under /content folder into db along with their meta data and page properites. 

Avatar

정확한 답변 작성자:
Employee Advisor

Can't you do the reporting inside AEM? Exporting all the stuff and doing then some reporting doesn't sound right to me.

Jörg