3 Replies Latest reply on Nov 16, 2012 2:00 PM by rareddy

    Teiid Web Console data exposed through translator?

    markaddleman

      We're not on Teiid 8.2 yet but I'm intrigued by the Web Console (http://teiid.blogspot.com/2012/11/introducing-teiid-admin-web-console.html )

       

      Are there any thoughts about exposing the runtime data through a translator?

        • 1. Re: Teiid Web Console data exposed through translator?
          rareddy

          Mark,

          We're not on Teiid 8.2 yet but I'm intrigued by the Web Console (http://teiid.blogspot.com/2012/11/introducing-teiid-admin-web-console.html )

          There are few api changes I needed to do for 8.2, but it may work with 8.1 too, if you want to give it a try. It is based on JBoss AS 7.1.1. Would very much like any feedback.

           

          Are there any thoughts about exposing the runtime data through a translator?

          Please explain? Teiid already has feature where you can see the schema exposed by the translator. Web-Console uses this.

           

          Ramesh..

          • 2. Re: Teiid Web Console data exposed through translator?
            markaddleman

            Please explain? Teiid already has feature where you can see the schema exposed by the translator. Web-Console uses this.

            Reading through the blog entry, I got the impression the web-console provided information about in-flight queries such as their plan.  Is this information available through the SYS tables?  Maybe I misunderstand the data available in Web-Console.

             

            We're tracking down a possible connection leak problem now where this kind of runtime information would be useful so we might try Web-Console in 8.1 soon.

            • 3. Re: Teiid Web Console data exposed through translator?
              rareddy

              Query plan can be retrieved using your jdbc connection, and also using the JBoss DMR/CLI a.k.a Admin port given the request id.   Teiid Console is strictly a web based client side UI too for management/configuration of AS and Teiid.

               

              Ramesh..