6 Replies Latest reply on Mar 12, 2014 10:51 AM by rareddy

    trying to connect kairosdb with webservice addapter and odata translater

    anantha_gottipati

      Hi,

       

               I am trying to connect kairosdb with webservice addapter and odata translater.

      In this process i added rosurce addapter with endpoint(http:/host:8080) and created xxx-vdb.xml like this

      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

      <vdb name="kairosvdb1" version="1">

      <property name="importer.schemaNamespace" value="System.Data.Objects"/>

      <property name="importer.schemaPattern" value="NetflixCatalog"/>

          <model name="kairosdb">

              <property name="importer.importKeys" value="true"/>

              <property name="importer.importProcedures" value="true">

               <source connection-jndi-name="java:/wsDS" name="kairos-connector" translator-name="odata"/>

          </model>

          <translator name="odata-override" type="odata">

      <property name="SupportsOdataFilter" value="false"/>

      </translator>

      </vdb>

       

      It is deployed successfully.

       

      can any one help me on this questions:

       

      1.This odata translater will support kairosdb or not?

      2.How to check vdb created successfully or not?

      3.How to execute querry on this, because kairosdb will take the query in json format and the result in json. How to do this now?

       

      Thanks in advance .