{"id":1384,"date":"2018-08-08T08:22:30","date_gmt":"2018-08-08T08:22:30","guid":{"rendered":"http:\/\/dbtut.com\/?p=1384"},"modified":"2018-11-09T13:43:24","modified_gmt":"2018-11-09T13:43:24","slug":"teradata-and-json-monetizing-the-internet-of-things-iot","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/","title":{"rendered":"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT)"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>The prevalent influence of technology has resulted in a widespread use of a variety of devices such as cell phones, sensors, web API\u2019s and browsers. These devices generate huge volume of data and exchange it over the internet using IoT methodology. The generated data, however, is unstructured or in JSON format, making it difficult to store it in a database. This data is believed to have huge benefit for businesses as they can use it to better understand their customers. Therefore, the need of the hour is to find a way to collect this unstructured data and put it into a structured database to be queried and analyzed. The blog post highlights how Teradata can be an ideal database management system to store the non-SQL data generated by devices into an SQL database.<\/p>\n<p>&nbsp;<\/p>\n<h1>The IoT Opportunities: JSON Data Sources<\/h1>\n<p>&nbsp;<\/p>\n<figure id=\"attachment_1513\" aria-describedby=\"caption-attachment-1513\" style=\"width: 636px\" class=\"wp-caption alignleft\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1513 size-full\" src=\"https:\/\/techblog.xavient.com\/wp-content\/uploads\/2018\/06\/1.png\" alt=\"\" width=\"636\" height=\"310\" \/><figcaption id=\"caption-attachment-1513\" class=\"wp-caption-text\">Teradata IOT dataflow<\/figcaption><\/figure>\n<p>&nbsp;<\/p>\n<h2><\/h2>\n<h2><\/h2>\n<h2><\/h2>\n<h2><\/h2>\n<h2><\/h2>\n<h2><\/h2>\n<h2>Database Management Systems Supporting JSON<\/h2>\n<ul>\n<li><strong>MongoDB<\/strong>\u00a0\u2013 it is a NoSQL DBMS and stores the JSON documents in a binary-encoded format called BSON.<\/li>\n<li><strong>Apache CouchDB<\/strong>\u00a0\u2013 it is a document oriented open source database management system.<\/li>\n<li><strong>Azure DocumentDB\u00a0<\/strong>\u2013 it is a Microsoft\u2019s multi-tenant distributed database service managing JSON documents at Internet scale.<\/li>\n<li><strong>OrientDB<\/strong>\u00a0\u2013 it is an open source NoSQL DBMS written in Java and natively supports JSON.<\/li>\n<li><strong>Elasticsearch<\/strong>\u00a0\u2013 it is a search engine based on Lucene, schema-free JSON documents.<\/li>\n<li><strong>MySQL<\/strong>\u00a0\u2013 it is the world\u2019s most popular open source DBMS.\u00a0It has native\u00a0JSONdata types\u00a0that enable efficient access to data in JSON, automatic validation of JSON documents stored in\u00a0JSON\u00a0columns.<\/li>\n<li><strong>Oracle Database<\/strong>\u00a0\u2013 it is an object-relational DBMS by Oracle Corporation supporting JSON natively with relational database features.<\/li>\n<li><strong>PostgreSQL<\/strong>\u00a0\u2013 it is an ORDBMS with a number of JSON functions and operators that can be used with its two\u00a0<a href=\"https:\/\/www.postgresql.org\/docs\/9.6\/static\/datatype-json.html\">JSON data types<\/a>(JSON, and JSONB).<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>JSON Support for Teradata<\/h2>\n<p><strong><em>If You Can\u2019t Join Them, JSON Them<\/em><\/strong><\/p>\n<p>Teradata Database 15 has added JSON to its data warehouse. This means users can now define analytical queries across various systems, integrate and consume JSON data, and write &amp; run non-SQL languages in-database. With Teradata Database 15, the supplier has aimed to fill out the logical data warehouse with a range of an organization\u2019s data sources. The support for JSON is directed at IoT capability \u2013 the world of sensors and embedded microprocessors. Thus, Teradata Database 15 is capable of delivering on the unified data architecture promise of enabling users to gain access to data for new, powerful insights.<\/p>\n<p>&nbsp;<\/p>\n<h1>Multi-structured Data &gt;&gt; Data Warehouse<\/h1>\n<figure id=\"attachment_1515\" aria-describedby=\"caption-attachment-1515\" style=\"width: 610px\" class=\"wp-caption alignleft\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1515 \" src=\"https:\/\/techblog.xavient.com\/wp-content\/uploads\/2018\/06\/2.png\" alt=\"\" width=\"610\" height=\"425\" \/><figcaption id=\"caption-attachment-1515\" class=\"wp-caption-text\">Teradata datawarehouse xml json integration<\/figcaption><\/figure>\n<h1><\/h1>\n<h1><\/h1>\n<h1><\/h1>\n<h1><\/h1>\n<h1><\/h1>\n<h1><\/h1>\n<h1><\/h1>\n<h1><\/h1>\n<h1>Teradata Database 15: JSON INTEGRATION<\/h1>\n<p>JSON (Javascript Object Notation) is a way to store information in an organized and accessible manner. It is a data interchange format, often used to transmit data in web applications. JSON is easier to read and write for humans and easier to parse and generate for machines than XML. The new Teradata Database version can store and process JSON records as JSON documents or in relational format. Teradata Database extends the following support for JSON data:<\/p>\n<ul>\n<li><strong>JSON data type<\/strong><strong>:<\/strong>\u00a0allows storing of JSON data in text and binary (BSON, UBJSON) formats.<\/li>\n<li><strong>Shredding<\/strong><strong>:<\/strong>\u00a0provides shredding functionality to extract values from JSON documents (which are about 16MB in size) and store this data in relational format.<\/li>\n<li><strong>Publishing<\/strong><strong>:<\/strong>\u00a0allows publishing the results of SQL queries in JSON format.<\/li>\n<li><strong>Schema on read, late binding:<\/strong>\u00a0supports schema-less or dynamic schema to add new attributes without changing the schema. The data stored with the new attributes is immediately available for querying, while the rows without the new attributes are filtered out.<\/li>\n<li><strong>Geospatial conversion<\/strong><strong>:<\/strong>\u00a0provides functionality to convert ST_Geometry object into a GeoJSON value and vice-versa.<\/li>\n<li><strong>Compression:<\/strong>\u00a0allows compression of JSON data of varying lengths.<\/li>\n<li><strong>Statistics, JIs for performance:<\/strong>\u00a0collects statistics on extracted portions of the JSON data type.<\/li>\n<li><strong>SQL Queries via JSONPath .dot notation:<\/strong>\u00a0JSONPath support to provide simple traversal and regular expressions with wildcards to filter and navigate complex JSON documents.<\/li>\n<li>There are methods, functions, and stored procedures for parsing and validation that operate on the JSON data type.<\/li>\n<li>Uses the existing join indexing structures on extracted portions of the JSON data type.<\/li>\n<li>Apply advanced analytics to JSON data.<\/li>\n<li>Use standard SQL to query JSON data.<br \/>\n<h2>Teradata Client Application Support for JSON<\/h2>\n<ul>\n<li><strong>CLI:<\/strong>\u00a0Full native DBS support.<\/li>\n<li><strong>ODBC:<\/strong>\u00a0The ODBC driver supports LOB Input, Output and InputOutput parameters. Therefore, it can load JSON data. Also, the its Catalog (Data Dictionary) functions support JSON.<\/li>\n<li><strong>JDBC:<\/strong>\u00a0VARCHAR or CLOB values can be inserted into JSON destination columns.<\/li>\n<li><strong>.NET Data Provider:<\/strong>\u00a0No support.<\/li>\n<li><strong>Teradata Parallel Transporter (TPT):<\/strong>\u00a0JSON columns are treated like CLOB columns and are subjected to the same limitations. JSON columns are limited to 16 MB in size. Full support to import and export.<\/li>\n<li><strong>BTEQ:<\/strong>\u00a0Cannot use the JSON keyword in the USING data statement; therefore, JSON values must be referred either as CLOB or VARCHAR, with the value not exceeding 64 KB.<\/li>\n<li><strong>Standalone Utilities:<\/strong>\u00a0No support.<\/li>\n<\/ul>\n<h2>Benefits of JSON Support in Teradata Database<\/h2>\n<ul>\n<li>JSON is the most widely accepted and used text-based data interchange format<\/li>\n<li>It is independent of any programming languages<\/li>\n<li>Nested structure of key-value or name-value pairs<\/li>\n<li>Self-defining, easily manipulated data structure<\/li>\n<li>New data dimension enables richer analytical insight<\/li>\n<li>JSON integration joins existing XML integration<\/li>\n<li>Accessed by developer friendly SQL extension<\/li>\n<li>Optimizer, performance and availability feature integration<\/li>\n<li>Late binding schema on read flexibility adds agility and avoids data warehouse changes<\/li>\n<\/ul>\n<h2>Teradata Terminology for JSON<\/h2>\n<ul>\n<li>A JSON document is a string conforming to the JSON format. At the time of discussing JSON values in SQL context, JSON documents are referred to as an instance of the JSON data type.<\/li>\n<li>When a JSON document structured is treated as an object it is written inside curly braces {}, while a JSON document structured when treated as an array it is written inside square bracket []. However, both are treated as JSON data type instances when taken in SQL context.<\/li>\n<li>The serialized form is called JSON document and the structure of the JSON document is described as \u201ca JSON document structured as an array or object\u201d or JSON array and JSON object.<\/li>\n<\/ul>\n<p>The following is an example of a JSON document.<\/p>\n<h2>Examples of Teradata JSON Statements<\/h2>\n<p><strong>**Select statement<\/strong><\/p>\n<pre class=\"lang:default decode:true \">SELECT NEW JSON(\u2018{\u201cname\u201d:\u201dAl\u201d,\u201dname\u201d:\u201dPankajDBA\u201d}\u2019).name;\r\n\r\nNEW JSON(\u2018{\u201cname\u201d:\u201dAl\u201d,\u201dname\u201d:\u201dPankajDBA\u201d}\u2019, LATIN).name\r\n\r\nSELECT NEW JSON(\u2018{\u201cname\u201d:\u201dAl\u201d,\u201dname\u201d:\u201dPankajDBA\u201d}\u2019).JSONExtract(\u2018$.name\u2019);\r\n\r\nNEW JSON(\u2018{\u201cname\u201d:\u201dAl\u201d,\u201dname\u201d:\u201dPankajDBA\u201d}\u2019, LATIN).JSONEXTRACT(\u2018$.name\u2019)<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Create table statement<\/strong><\/p>\n<pre class=\"lang:default decode:true \">CREATE TABLE DBA_table_test (eno INTEGER, edata JSON(100));<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Insert into\u00a0 statement<\/strong><\/p>\n<pre class=\"lang:default decode:true \">INSERT INTO DBA_table_test VALUES(2,\r\n\r\n\u2018{\u201cname\u201d : \u201cDeepak\u201d, \u201cage\u201d : 24}\u2019);<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Insert into JSON column<\/strong><\/p>\n<pre class=\"lang:default decode:true \">INSERT INTO DBA_table_test VALUES(3,\r\n\r\n\u2018{\u201cname\u201d : \u201cDeepak\u201d\u2018);<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Create table Statement with encoding<\/strong><\/p>\n<pre class=\"lang:default decode:true \">CREATE TABLE json_table(id INTEGER, json_j1 JSON CHARACTER SET UNICODE);<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Create table Statement with JSON columns<\/strong><\/p>\n<pre class=\"lang:default decode:true \">CREATE TABLE employee ( id INTEGER, json1 JSON(20), json2 JSON(25), json3 JSON(30), json4 JSON(1000), json5 JSON(5000));<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Update and Set Statement<\/strong><\/p>\n<pre class=\"lang:default decode:true \">UPDATE DBA_table_test SET edata = NEW JSON(\u2018{\u201cname\u201d : \u201chimanshu\u201d}\u2019) WHERE edata.JSONExtractValue(\u2018$.name\u2019) = \u2018Deepak\u2019;<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Update column value Statement<\/strong><\/p>\n<pre class=\"lang:default decode:true \">UPDATE DBA_table_test SET edata = \u2018{\u201cname\u201d : \u201cvarun\u201d}\u2019;<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>**Delete Statement<\/strong><\/p>\n<pre class=\"lang:default decode:true \">DELETE DBA_table_test WHERE CAST (edata.JSONExtractValue(\u2018$.age\u2019) AS INTEGER) = 24;<\/pre>\n<p>&nbsp;<\/p>\n<h2>Loading JSON Data<\/h2>\n<ul>\n<li>Load utility support\n<ul>\n<li>Supported like LOB data \u2013 only in SQL protocol, not bulk loading<\/li>\n<li>Choice of TPT script, SQL Assistant (SQLA), ODBC, JDBC, and ARC (backup)<\/li>\n<li>Not currently supported: BTEQ, TPT API (which only supports bulk loading protocols)<\/li>\n<\/ul>\n<\/li>\n<li>Many ETL tools support JSON data sources<\/li>\n<\/ul>\n<h2>Enable JSON Support in Teradata<\/h2>\n<p>To enable JSON support in Teradata Database, the DBS Control field EnableJSON must be set to TRUE.<\/p>\n<h2>Rules for JSON Data<\/h2>\n<p>There are certain rules to use Unicode characters in JSON data types, including specifying maximum limits and exponential numbers in JSON instances, along with removing white space inside or outside the root of the JSON object or array.<\/p>\n<ul>\n<li>JSON allows inserting Unicode characters to the hexadecimal formats in a character string using \u2018\\u\u2019 string as an escape sequence. Although it is allowed within the JSON type, the \u2018\\u\u2019 hex Unicode character is not interpreted; but is merely stored as it is.<\/li>\n<li>The white space characters inside the root of the JSON object or array are regarded significant, thus, are not removed. Similarly, the white space outside the root of the JSON object or array is trimmed, and not removed, for all instances of the JSON type.<\/li>\n<li>The range of nesting imposed on a JSON instance is between 512 and 32000. It is set using the JSON_MaxDepth DBS Control Field. A nested object or array are not counted in this limit.<\/li>\n<li>Teradata Database supports storing exponential numbers using scientific notation in JSON documents. Numbers can have a value between -1e308 and 1e308, non-inclusive, while the range of exponents is between -308 and 308, non-inclusive. Any exponent or number specified outside of the valid range will result in an error.<\/li>\n<\/ul>\n<p>The new version of Teradata Database with support for JSON for IoT capabilities have added another feather to the range of benefits of the database management system. Teradata\u2019s ability to store the non-SQL data generated by devices into an SQL database will help companies gain more information and insights about their customers\u2019 needs and purchasing patterns.<\/p>\n<p>That is all from us for this time. Let us know in comments how you perceive the new opportunities that open up with this amendment to Teradata and what the future holds for the database management system.<\/p>\n<p>Until next time!<\/li>\n<\/ul>\n<p><strong>Credits:\u00a0<\/strong><\/p>\n<p><a href=\"http:\/\/dbtut.com\">http:\/\/dbtut.com<\/a><\/p>\n<p><strong>Technical team:<\/strong><\/p>\n<p><a href=\"https:\/\/in.linkedin.com\/in\/pxavient\">Pankaj Chahar<\/a><strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/strong><\/p>\n<p>References:<\/p>\n<p><a href=\"https:\/\/en.wikipedia.org\/\">https:\/\/en.wikipedia.org<\/a><\/p>\n<p><a href=\"https:\/\/www.teradata.com\/Press-Releases\/2015\/Teradata-Accelerates-JSON-Data-Query-Performa\">https:\/\/www.teradata.com\/Press-Releases\/2015\/Teradata-Accelerates-JSON-Data-Query-Performa<\/a><\/p>\n<p><a href=\"https:\/\/info.teradata.com\/htmlpubs\/DB_TTU_16_00\/index.html#page\/Teradata_Data_Types\/B035-1150-160K\/seb1472240527441.html\">https:\/\/info.teradata.com\/htmlpubs\/DB_TTU_16_00\/index.html#page\/Teradata_Data_Types\/B035-1150-160K\/seb1472240527441.html<\/a><\/p>\n<p><a href=\"http:\/\/www.teradatawiki.net\/2014\/12\/Teradata-15-features.html\">http:\/\/www.teradatawiki.net\/2014\/12\/Teradata-15-features.html<\/a><\/p>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1384\" class=\"pvc_stats all  \" data-element-id=\"1384\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; The prevalent influence of technology has resulted in a widespread use of a variety of devices such as cell phones, sensors, web API\u2019s and browsers. These devices generate huge volume of data and exchange it over the internet using IoT methodology. The generated data, however, is unstructured or in JSON format, making it difficult &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_1384\" class=\"pvc_stats all  \" data-element-id=\"1384\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":72,"featured_media":1395,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1307],"tags":[1352,1353,1355,1354],"class_list":["post-1384","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-teradata","tag-iot","tag-json","tag-nosql","tag-teradata"],"aioseo_notices":[],"a3_pvc":{"activated":true,"total_views":501,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Teradata and JSON \u2013 Monetizing the Internet of Things (IoT) - Database Tutorials<\/title>\n<meta name=\"description\" content=\"If You Can\u2019t Join Them, JSON ThemTeradata Database 15 has added JSON to its data warehouse. This means users can now define analytical queries across various systems, integrate and consume JSON data, and write &amp; run non-SQL languages in-database. With Teradata Database 15, the supplier has aimed to fill out the logical data warehouse with a range of an organization\u2019s data sources. The support for JSON is directed at IoT capability \u2013 the world of sensors and embedded microprocessors. Thus, Teradata Database 15 is capable of delivering on the unified data architecture promise of enabling users to gain access to data for new, powerful insights.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT) - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"If You Can\u2019t Join Them, JSON ThemTeradata Database 15 has added JSON to its data warehouse. This means users can now define analytical queries across various systems, integrate and consume JSON data, and write &amp; run non-SQL languages in-database. With Teradata Database 15, the supplier has aimed to fill out the logical data warehouse with a range of an organization\u2019s data sources. The support for JSON is directed at IoT capability \u2013 the world of sensors and embedded microprocessors. Thus, Teradata Database 15 is capable of delivering on the unified data architecture promise of enabling users to gain access to data for new, powerful insights.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-08T08:22:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-09T13:43:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"89\" \/>\n\t<meta property=\"og:image:height\" content=\"23\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Pankaj Chahar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pankaj Chahar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/\"},\"author\":{\"name\":\"Pankaj Chahar\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/e8489438a2fab8a7d16e910b4edcfdb7\"},\"headline\":\"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT)\",\"datePublished\":\"2018-08-08T08:22:30+00:00\",\"dateModified\":\"2018-11-09T13:43:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/\"},\"wordCount\":1513,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png\",\"keywords\":[\"IOT\",\"JSON\",\"NoSQL\",\"Teradata\"],\"articleSection\":[\"TERADATA\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/\",\"name\":\"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT) - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png\",\"datePublished\":\"2018-08-08T08:22:30+00:00\",\"dateModified\":\"2018-11-09T13:43:24+00:00\",\"description\":\"If You Can\u2019t Join Them, JSON ThemTeradata Database 15 has added JSON to its data warehouse. This means users can now define analytical queries across various systems, integrate and consume JSON data, and write & run non-SQL languages in-database. With Teradata Database 15, the supplier has aimed to fill out the logical data warehouse with a range of an organization\u2019s data sources. The support for JSON is directed at IoT capability \u2013 the world of sensors and embedded microprocessors. Thus, Teradata Database 15 is capable of delivering on the unified data architecture promise of enabling users to gain access to data for new, powerful insights.\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png\",\"width\":89,\"height\":23},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/e8489438a2fab8a7d16e910b4edcfdb7\",\"name\":\"Pankaj Chahar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/41a12e5f6ca3afb247a6085b3ed6c1aceec4d42276c392ae5ce8be25038533ea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/41a12e5f6ca3afb247a6085b3ed6c1aceec4d42276c392ae5ce8be25038533ea?s=96&d=mm&r=g\",\"caption\":\"Pankaj Chahar\"},\"description\":\"I'm an IT Professional from India, active Blogger. Have written many blogs for my previous firms,LinkedIn and own my blog. Professional Skills Primary : Teradata, Netezza, Unix Secondary : AWS Redshift ,PostgreSQL, MongoDB, Cassandra and other AWS services, EC2,S3,Cloudwatch,datapipeline and etc. You may reach me at pankajchahar052@gmail.com\/ +91-8802350184\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/pchahar\/\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/pankajchahar\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT) - Database Tutorials","description":"If You Can\u2019t Join Them, JSON ThemTeradata Database 15 has added JSON to its data warehouse. This means users can now define analytical queries across various systems, integrate and consume JSON data, and write & run non-SQL languages in-database. With Teradata Database 15, the supplier has aimed to fill out the logical data warehouse with a range of an organization\u2019s data sources. The support for JSON is directed at IoT capability \u2013 the world of sensors and embedded microprocessors. Thus, Teradata Database 15 is capable of delivering on the unified data architecture promise of enabling users to gain access to data for new, powerful insights.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/","og_locale":"en_US","og_type":"article","og_title":"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT) - Database Tutorials","og_description":"If You Can\u2019t Join Them, JSON ThemTeradata Database 15 has added JSON to its data warehouse. This means users can now define analytical queries across various systems, integrate and consume JSON data, and write & run non-SQL languages in-database. With Teradata Database 15, the supplier has aimed to fill out the logical data warehouse with a range of an organization\u2019s data sources. The support for JSON is directed at IoT capability \u2013 the world of sensors and embedded microprocessors. Thus, Teradata Database 15 is capable of delivering on the unified data architecture promise of enabling users to gain access to data for new, powerful insights.","og_url":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/","og_site_name":"Database Tutorials","article_published_time":"2018-08-08T08:22:30+00:00","article_modified_time":"2018-11-09T13:43:24+00:00","og_image":[{"width":89,"height":23,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png","type":"image\/png"}],"author":"Pankaj Chahar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pankaj Chahar","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/"},"author":{"name":"Pankaj Chahar","@id":"https:\/\/dbtut.com\/#\/schema\/person\/e8489438a2fab8a7d16e910b4edcfdb7"},"headline":"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT)","datePublished":"2018-08-08T08:22:30+00:00","dateModified":"2018-11-09T13:43:24+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/"},"wordCount":1513,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png","keywords":["IOT","JSON","NoSQL","Teradata"],"articleSection":["TERADATA"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/","url":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/","name":"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT) - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png","datePublished":"2018-08-08T08:22:30+00:00","dateModified":"2018-11-09T13:43:24+00:00","description":"If You Can\u2019t Join Them, JSON ThemTeradata Database 15 has added JSON to its data warehouse. This means users can now define analytical queries across various systems, integrate and consume JSON data, and write & run non-SQL languages in-database. With Teradata Database 15, the supplier has aimed to fill out the logical data warehouse with a range of an organization\u2019s data sources. The support for JSON is directed at IoT capability \u2013 the world of sensors and embedded microprocessors. Thus, Teradata Database 15 is capable of delivering on the unified data architecture promise of enabling users to gain access to data for new, powerful insights.","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/08\/download2.png","width":89,"height":23},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/08\/08\/teradata-and-json-monetizing-the-internet-of-things-iot\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"Teradata and JSON \u2013 Monetizing the Internet of Things (IoT)"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/e8489438a2fab8a7d16e910b4edcfdb7","name":"Pankaj Chahar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/41a12e5f6ca3afb247a6085b3ed6c1aceec4d42276c392ae5ce8be25038533ea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/41a12e5f6ca3afb247a6085b3ed6c1aceec4d42276c392ae5ce8be25038533ea?s=96&d=mm&r=g","caption":"Pankaj Chahar"},"description":"I'm an IT Professional from India, active Blogger. Have written many blogs for my previous firms,LinkedIn and own my blog. Professional Skills Primary : Teradata, Netezza, Unix Secondary : AWS Redshift ,PostgreSQL, MongoDB, Cassandra and other AWS services, EC2,S3,Cloudwatch,datapipeline and etc. You may reach me at pankajchahar052@gmail.com\/ +91-8802350184","sameAs":["https:\/\/www.linkedin.com\/in\/pchahar\/"],"url":"https:\/\/dbtut.com\/index.php\/author\/pankajchahar\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/72"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=1384"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/1384\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/1395"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=1384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=1384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=1384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}