2 Replies Latest reply on Apr 17, 2015 2:04 AM by d.orlov

    Whats benefits from using teiid?

    d.orlov

      Hi.

      What benefits will I get from using teiid compared with a simple application with JNDI?


      Sorry if I ask what the obvious

        • 1. Re: Whats benefits from using teiid?
          rareddy

          Two entirely different things.

           

          JNDI is naming service, where you can access a service in a container with given name. Once you have the access, you can utilize that service.

           

          Teiid is a Data Virtulaization system, where you can integrate data from multiple heterogeneous sources. Say for example you have some data in a file and some data in Oracle database, you want to integrate both the sources and provide single view of the data, then Teiid is tool you want to use. There is leanty of meterial you can read on http://teiid.org and lots of quick start examples if you are interested in learning.

           

          HTH

           

          Ramesh..

          • 2. Re: Whats benefits from using teiid?
            d.orlov

            Sorry I'm a little misunderstood functionality of teiid. Thanks