<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to make ThingWorx data available for external analytics tools in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622923#M38384</link>
    <description>&lt;P&gt;Thanks rjanardan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This seems like an interesting approach, unfortunately corporate guidelines determined that the persistence provider MUST be MSSQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not the best idea as far as I am concerned.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 08:43:31 GMT</pubDate>
    <dc:creator>Do1</dc:creator>
    <dc:date>2019-08-20T08:43:31Z</dc:date>
    <item>
      <title>How to make ThingWorx data available for external analytics tools</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622578#M38307</link>
      <description>&lt;P&gt;The ThingWorx persistence provider may be a SQL database, but it is most certainly not a good idea to try and access the time series data with a DB tool to run analytics on it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What would be the best mechanism to make data available for external analytics tools to analyse data acquired by ThingWorx?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 20:24:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622578#M38307</guid>
      <dc:creator>Do1</dc:creator>
      <dc:date>2019-08-15T20:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make ThingWorx data available for external analytics tools</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622624#M38316</link>
      <description>&lt;P&gt;If it is large amounts, I would create a service that pulls the data and saves it as a CSV in a file repository which can then be downloaded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you want, you could even do things like that on the persistence provider side as well, however the data is all stored as JSON so you'd have to create some transformation somewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it isn't too much data, your service can just return that data as an infotable and be called using a rest api call, or use the data export widget in a mashup&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 11:43:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622624#M38316</guid>
      <dc:creator>PaiChung</dc:creator>
      <dc:date>2019-08-16T11:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to make ThingWorx data available for external analytics tools</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622901#M38380</link>
      <description>&lt;P&gt;Not a great solution, but I guess it is better than nothing..&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 06:55:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622901#M38380</guid>
      <dc:creator>Do1</dc:creator>
      <dc:date>2019-08-20T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make ThingWorx data available for external analytics tools</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622911#M38382</link>
      <description>&lt;P&gt;Since you have mentioned time series data. I just wanted to add some more information. ThingWorx also supports&lt;A href="https://community.ptc.com/t5/IoT-Tech-Tips/15-FAQs-on-ThingWorx-with-InfluxDB/m-p/596217" target="_self"&gt; InfluxDB as a persistence provider&lt;/A&gt; for storing time series data.&amp;nbsp;It can&amp;nbsp;&lt;SPAN&gt;handle high write and query loads. Currently only the high&amp;nbsp;read and write throughput of InfluxDB is being exploited directly in ThingWorx.&amp;nbsp; Implementing more features is in pipeline.&amp;nbsp;&lt;BR /&gt;However, if you are fine with directly interacting with DB, then you could use&amp;nbsp;&amp;nbsp;&lt;A href="https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.influxdata.com%2Finfluxdb%2Fv1.7%2Ftools%2Fapi%2F%23query-http-endpoint&amp;amp;data=02%7C01%7Crjanardan%40ptc.com%7Cf9bfa70b20704fef1e0008d710f3e25f%7Cb9921086ff774d0d828acb3381f678e2%7C0%7C0%7C636996511987254270&amp;amp;sdata=iyc8Cb29ioN%2BOYZslQz5J94lTmnE2ytce%2B5%2BkkTxE2M%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;InfluxDB API /query HTTP endpoint&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;to take advantage of its other advanced features specific to time series data. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;As long as you are careful not to corrupt data, it should be possible to visualize this data using &lt;A href="https://www.influxdata.com/time-series-platform/chronograf/" target="_self"&gt;Chronograf&lt;/A&gt; or &lt;A href="https://grafana.com/docs/features/datasources/influxdb/" target="_self"&gt;Grafana&lt;/A&gt; and even analyse it using &lt;A href="https://www.influxdata.com/time-series-platform/kapacitor/" target="_self"&gt;Kapacitor&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 08:01:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622911#M38382</guid>
      <dc:creator>rjanardan</dc:creator>
      <dc:date>2019-08-20T08:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make ThingWorx data available for external analytics tools</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622923#M38384</link>
      <description>&lt;P&gt;Thanks rjanardan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This seems like an interesting approach, unfortunately corporate guidelines determined that the persistence provider MUST be MSSQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not the best idea as far as I am concerned.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 08:43:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-make-ThingWorx-data-available-for-external-analytics/m-p/622923#M38384</guid>
      <dc:creator>Do1</dc:creator>
      <dc:date>2019-08-20T08:43:31Z</dc:date>
    </item>
  </channel>
</rss>

