It's all about the answers!

Ask a question

How does RRDI relate to the RTC Reportable REST APIs


0
1
Michael Taylor (8865764) | asked Jun 20 '13, 12:05 p.m.
retagged Jun 20 '13, 5:40 p.m. by Amy Laird (16514)

RRDI: https://jazz.net/library/article/1269

RTC Reportable REST APIs: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#workItem_type_com_ibm_team_worki

 

How does RRDI relate to the RTC Reportable REST APIs?  Is RRDI the same thing but with a query design interface or is RRDI different than the Reportable REST API?  Does one extend the other?  Should I consider RRDI for what I am trying to do (see below)?   If I want to construct or run an existing work item query in my project, will either do the trick?

   For more background and context of what I am trying to do, please refer to this question: https://jazz.net/forum/questions/116952/use-reportable-rest-api-to-obtain-child-work-item-attributes-based-on-parent-and-child-attributes

Accepted answer


permanent link
Geoffrey Clemm (30.1k33035) | answered Jun 20 '13, 2:49 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The REST API's access the CCM database directly.   So any time you are using the REST API's, you are putting load on the CCM server.   The REST API's are used by the "ETL" (extract/transform/load) jobs, that periodically query the CCM database to extract information from it, and then insert it into the RRDI database.  One advantage of using the RRDI database for information gathering is that it does not put load on the CCM database.
Michael Taylor selected this answer as the correct answer

Comments
Michael Taylor commented Jun 20 '13, 3:32 p.m.

Thank you.  Your answer did help me understand the two a little better.  Although I still can't identify which would be better for my need based on the functionality each offers and the maintenance involved, you have told me enough to indicate that the RRDI is a separate database and that it is not real time.  Based on that alone, I think I need to use the REST APIs for my need as I believe I need live data.

One other answer



permanent link
Kot T. (1.5k11219) | answered Jun 20 '13, 12:49 p.m.
JAZZ DEVELOPER
Hi Michael,

The following links provide some details about RRDI and Reportable REST APIs:

http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.rational.reporting.overview.doc%2Ftopics%2Fc_ovr_arch_rrdi.html

http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.rational.reporting.overview.doc%2Ftopics%2Fc_ovr_arch_clmapps.html

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.