{"id":4172,"date":"2016-07-06T09:00:29","date_gmt":"2016-07-06T09:00:29","guid":{"rendered":"http:\/\/www.odbms.org\/blog\/?p=4172"},"modified":"2016-07-06T09:09:14","modified_gmt":"2016-07-06T09:09:14","slug":"on-the-challenges-and-opportunities-of-iot-interview-with-steve-graves","status":"publish","type":"post","link":"https:\/\/www.odbms.org\/blog\/2016\/07\/on-the-challenges-and-opportunities-of-iot-interview-with-steve-graves\/","title":{"rendered":"On the Challenges and Opportunities of IoT. Interview with Steve Graves"},"content":{"rendered":"<blockquote><p><strong>&#8220;Assembling a team with the wide range of skills needed for a successful IoT project presents an entirely different set of challenges. The skills needed to build a \u2018thing\u2019 are markedly different than the skills needed to implement the data analytics in the cloud.&#8221;&#8211;Steve Graves.<\/strong><\/p><\/blockquote>\n<p>I have interviewed, <strong><a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/about\/contributors\/graves\/');\"  href=\"http:\/\/www.odbms.org\/about\/contributors\/graves\/\" target=\"_blank\">Steve Graves<\/a><\/strong>, co-founder and CEO of <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.mcobject.com');\"  href=\"http:\/\/www.mcobject.com\" target=\"_blank\">McObject<\/a>.\u00a0Main topic of the interview is\u00a0the Internet of Things and how it relates to databases.<\/p>\n<p>RVZ<\/p>\n<p><strong>Q1. What are in your opinion the main Challenges and Opportunities of the Internet of Things (IoT) seen from the perspective of a database vendor?<\/strong><\/p>\n<p><strong>Steve Graves: <\/strong>Let\u2019s start with the opportunities.<\/p>\n<p>When we started McObject in 2001, we chose \u201c<em>eXtremeDB, the embedded database for intelligent, connected devices<\/em>\u201d as our tagline. <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.mcobject.com\/extremedbfamily.shtml');\"  href=\"http:\/\/www.mcobject.com\/extremedbfamily.shtml\" target=\"_blank\">eXtremeDB<\/a> was designed from the get-go to live in the \u201cthings\u201d comprising what the industry now calls the <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Internet_of_things');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Internet_of_things\" target=\"_blank\">Internet of Things<\/a>. The popularization of this term has created a lot of visibility and, more importantly, excitement and buzz for what was previously viewed as the relatively boring \u201cembedded systems.\u201d And that creates a lot of opportunities.<\/p>\n<p>A lot of really smart, creative people are thinking of innovative ways to improve our health, our workplace, our environment, our infrastructure, and more. That means new opportunities for vendors of every component of the technology stack.<br \/>\nThe challenges are manifold, and I can\u2019t begin to address all of them. The media is largely fixated on <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Internet_security');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Internet_security\" target=\"_blank\">security<\/a>, which itself is multi-dimensional.<br \/>\nWe can talk about <em>protecting <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Smart,_connected_products');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Smart,_connected_products\" target=\"_blank\">IoT-enabled devices<\/a><\/em> (e.g. your car) from being hacked. We can talk about <em>protecting the privacy of your <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Data_at_rest');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Data_at_rest\" target=\"_blank\">data at rest<\/a><\/em>. And we can talk about <em>protecting the privacy of <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Data_in_use');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Data_in_use\" target=\"_blank\">data in motion<\/a><\/em>.<br \/>\nEvery vendor needs recognize the importance of security. But, it isn\u2019t enough for a vendor, like McObject, to provide the features to secure the target system; the developer that assembles the stack along with their own proprietary technology to create an IoT solution needs to use available security features, and use them correctly.<\/p>\n<p>After security, <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Scalability');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Scalability\" target=\"_blank\">scaling<\/a> IoT systems is the next big challenge. It\u2019s easy enough to prototype something.<br \/>\nBut careful planning is needed to leap from prototype to full-blown deployment. Obvious decisions have to be made about connectivity and necessary bandwidth, how many things per gateway, one tier of gateways or more, and how much compute capacity is needed in the cloud. Beyond that, there are less obvious decisions to be made that will affect scalability, like making sure the DBMS used on devices and\/or gateways is able to handle the workload (e.g. that the gateway DBMS can scale from 10 input streams to 100 input streams); determining how to divide the analytics workload between gateways and the cloud; and ensuring that the gateway, its DBMS and its communication stack can stream data to the cloud while simultaneously processing its own input streams and analytics.<br \/>\nAssembling a team with the wide range of skills needed for a successful IoT project presents an entirely different set of challenges. The skills needed to build a \u2018thing\u2019 are markedly different than the skills needed to implement the data analytics in the cloud. In fact, \u2018things\u2019 are usually very much like good ol\u2019 embedded systems, and system engineers that know their way around real-time\/embedded operating systems, JTAG debuggers, and so on, have always been at a premium.<\/p>\n<p><strong>Q2. Data management for the IoT: What are the main differences between data management in field-deployed devices and at aggregation points?<\/strong><\/p>\n<p><strong>Steve Graves: <\/strong>Quite simply: scale. A <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Internet_of_things');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Internet_of_things\" target=\"_blank\">field-deployed device<\/a> (or a <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Machine_to_machine');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Machine_to_machine\" target=\"_blank\">gateway to field-deployed devices<\/a> that do not, themselves, have any data management need or capability) has to manage a modest amount of data. But an aggregation point (the <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Cloud_computing');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Cloud_computing\" target=\"_blank\">cloud<\/a> being the most obvious example) has to manage many times more data \u2013 possibly orders of magnitude more.<br \/>\nAt the same time, I have to say that they might not be all that different. Some IoT systems are going to be <em>closed<\/em>, meaning the nature of the things making up the system is known, and these won\u2019t require much scaling. For example, a building automation system for a small- to mid-size building would have perhaps 100s of <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Sensor');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Sensor\" target=\"_blank\">sensors<\/a> and 10s of <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Gateway_(telecommunications)');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Gateway_(telecommunications)\" target=\"_blank\">gateways<\/a>, and may (or may not) push data up to a central aggregation point. If there are just 10s of gateways, we can create a <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/User_interface');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/User_interface\" target=\"_blank\">UI<\/a> that connects to the database on each gateway where each database is one shard of a single logical database, and execute analytics against that logical database without any need of a central aggregation point. We can extend this hypothetical case to a campus of buildings, or to a landlord with many buildings in a metropolitan area, and then a central aggregation point makes sense.<\/p>\n<p>But the database system would not necessarily be different, only the organization of the physical and logical databases.<br \/>\nThe gateways of each building would stream to a database server in the cloud. In the case of 10 buildings, we could have 10 database servers in the cloud that represent 10 shards of that logical database in the cloud. This architecture allows for great scalability. The landlord acquires another building? Great, stand up another database server and the UI connects to 11 shards instead of 10. In this scenario, database servers are software, not hardware. For the numbers we\u2019re talking about (10 or 11 buildings), it could easily be handled by a single hardware server of modest ability.<\/p>\n<p>At the other end of the scale (pun intended) are IoT systems that are <em>wide open<\/em>. By that, I mean the creators are not able to anticipate the universe of \u201cthings\u201d that could be connected, or their quantity. In the first case, the database system should be able to ingest data that was heretofore unknown. This argues for a <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/NoSQL');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/NoSQL\" target=\"_blank\">NoSQL<\/a> database system, i.e. a database system that is schema-less. In this scenario, the database system on field-deployed devices is probably radically different from the database system in the cloud. Field-deployed devices are purpose-specific, so A) they don\u2019t need and wouldn\u2019t benefit from a NoSQL database system, and B) most NoSQL database systems are too resource-hungry to reside on embedded device nodes.<\/p>\n<p><strong>Q3. If we look at the characteristics of a database system for managing device-based data in the IoT, how do they differ from the characteristics of a database system (typically deployed on a server) for analyzing the &#8220;big data&#8221; generated by myriad devices?<\/strong><\/p>\n<p><strong>Steve Graves:\u00a0<\/strong>Again, let\u2019s recognize that field-deployed devices in the IoT are classic <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Embedded_system');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Embedded_system\" target=\"_blank\">embedded systems<\/a>. In practical terms, that means relatively modest hardware like an <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/ARM_architecture');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/ARM_architecture\" target=\"_blank\">ARM<\/a>, <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/MIPS_instruction_set');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/MIPS_instruction_set\" target=\"_blank\">MIPS<\/a>, <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/PowerPC');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/PowerPC\" target=\"_blank\">PowerPC<\/a> or <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Intel_Atom');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Intel_Atom\" target=\"_blank\">Atom processor<\/a> running at 100s of megahertz, or perhaps 1 ghz if we\u2019re lucky, and with only enough memory to perform its function. Further, it may require a real-time operating system, or at least an embedded operating system that is less resource hungry than a full-on Linux distro. So, for a database system to run in this environment, it will need to have been designed to run in this environment. It isn\u2019t practical to try to shoehorn in a database system that was written on the assumption that CPU cycles and memory are abundant. It may also be the case that the device has little-to-no persistent storage, which mandates an in-memory database.<\/p>\n<p>So a database system for a field-deployed device is going to<br \/>\n1. have a small code size<br \/>\n2. use little stack<br \/>\n3. preferably, allocate no heap memory<br \/>\n4. have no, or minimal, external dependencies (e.g. not link in an extra 1 MB of code from the C run-time library)<br \/>\n5. have built-in ability to replicate data (to a gateway or directly to the cloud)<br \/>\na. Replication should be \u201copen\u201d, meaning be able to replicate to a different database system<br \/>\n6. Have built-in security features<\/p>\n<p>7. Nice to have:<br \/>\na. built-in analytics to aggregate data prior to replicating it<br \/>\nb. ability to define the schema<br \/>\nc. ability to operate entirely in memory<\/p>\n<p>A database system for the cloud might benefit from being schema-less, as described previously. It should certainly have pretty <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Elasticity_(cloud_computing)');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Elasticity_(cloud_computing)\" target=\"_blank\">elastic scalability<\/a>. Servers in the cloud are going to have ample resources and robust operating systems. So a database system for the cloud doesn\u2019t need to have a small code size, use a small amount of stack memory, or worry about external dependencies such as the <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Runtime_library');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Runtime_library\" target=\"_blank\">C run-time library<\/a>. On the contrary, a database system for the cloud is expected to do much more (handle data at scale, execute analytics, etc.) and will, therefore, need ample resources. In fact, this database system should be able to take maximum advantage of the resources available, including being able to scale horizontally (across cores, CPUs, and servers).<br \/>\nIn summary, the <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Edge_device');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Edge_device\" target=\"_blank\">edge<\/a> (device-based) DBMS needs to operate in a constrained environment. A <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Cloud_database');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Cloud_database\" target=\"_blank\">cloud DBMS<\/a> needs to be able to effectively and efficiently utilize the ample resources available to it.<\/p>\n<p><strong>Q4. Why is the ability to define a database schema important (versus a schema-less DBMS, aka NoSQL) for field-deployed devices?<\/strong><\/p>\n<p><strong>Steve Graves: <\/strong>Field-deployed devices will normally perform a few specific functions (sometimes, just one function). For example, a building automation system manages <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/HVAC');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/HVAC\" target=\"_blank\">HVAC<\/a>, lighting, etc. A livestock management system manages feed, output, and so on. In such systems, the data requirements are well known. The hallmark NoSQL advantage of being able to store data without predefining its structure is unwarranted. The other purported hallmark of NoSQL is <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Scalability');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Scalability\" target=\"_blank\">horizontal scalability<\/a>, but this is not a need for field-deployed devices.<br \/>\nWalking away from the relational database model (and its implicit use of a database schema) has serious implications.<br \/>\nA great deal of scientific knowledge has been amassed around the relational database model over the last few decades, and without it developers are completely on their own with respect to enforcing sound data management practices.<\/p>\n<p>In the NoSQL sphere, there is nothing comparable to the relational model (e.g. <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Edgar_F._Codd');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Edgar_F._Codd\" target=\"_blank\">E.F. Codd<\/a>\u2019s work) and the mathematical foundation (<a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Relational_calculus');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Relational_calculus\" target=\"_blank\">relational calculus<\/a>) underpinning it.<br \/>\nThere should be overwhelming justification for a decision to not use relational.<br \/>\nIn my experience, that justification is absent for data management of field-deployed devices.<br \/>\nA database system that \u201cknows\u201d the data design (via a schema) can more intelligently manage the data. For example, it can manage constraints, domain dependencies, events and much more. And some of the purported inflexibility imposed by a schema can be eliminated if the DBMS supports dynamic DDL (see more details on this in the answer to question Q6, below).<\/p>\n<p><strong>Q5. In your opinion, do IoT aggregation points resemble data lakes?<\/strong><\/p>\n<p><strong>Steve Graves: <\/strong>The term <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Data_lake');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Data_lake\" target=\"_blank\">data lake<\/a> was originally conceived in the context of <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Apache_Hadoop');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Apache_Hadoop\" target=\"_blank\">Hadoop <\/a>and <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/MapReduce');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/MapReduce\" target=\"_blank\">map-reduce<\/a> functionality. In more recent times, the meaning of the term has morphed to become synonymous with <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Big_data');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Big_data\" target=\"_blank\">big data<\/a>, and that is how I use the term. Insofar as a gateway can also be an aggregation point, I would not say \u2018aggregation points resemble data lakes\u2019 because gateway aggregation points, in all likelihood, will not manage Big Data.<\/p>\n<p><strong>Q6. What are the main technical challenges for database systems used to accommodate new and unforeseen data, for example when a new type of device begins streaming data?<\/strong><\/p>\n<p><strong>Steve Graves: <\/strong>The obvious challenges are<br \/>\n1. The ability to ingest new data that has a previously unknown structure<br \/>\n2. The ability to execute analytics on #1<br \/>\n3. The ability to integrate analytics on #1 with analytics on previously known data<\/p>\n<p>#1 is handled well by NoSQL DBMSs. But, it might also be handled well by an RDBMS via \u201cdynamic DDL\u201d (<a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Data_definition_language');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Data_definition_language\" target=\"_blank\">dynamic data definition language<\/a>), e.g. the ability to execute CREATE TABLE, ALTER TABLE, and\/or CREATE INDEX statements against an existing database.<br \/>\nTo efficiently execute analytics against any data, the structure of the data must eventually be understood.<br \/>\nRDBMS handle this through the <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Data_dictionary');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Data_dictionary\" target=\"_blank\">database dictionary<\/a> (the binary equivalent of the data definition language).<br \/>\nBut some NoSQL DBMSs handle this through different meta data. For example, the <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.marklogic.com');\"  href=\"http:\/\/www.marklogic.com\" target=\"_blank\">MarkLogic DBMS<\/a> uses <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/JSON');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\" target=\"_blank\">JSON<\/a> metadata to understand the structure of documents in its document store.<br \/>\nNoSQL DBMSs with no meta data whatsoever put the entire burden on the developers. In other words, since the data is opaque to the DBMS, the application code must read and interpret the content.<\/p>\n<p><strong>Q7. Client\/server DBMS architecture vs. in-process DBMSs: which one is more suitable for IoT?<\/strong><\/p>\n<p><strong>Steve Graves: <\/strong>For edge DBMSs (on constrained devices), an <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Process_architecture');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Process_architecture\" target=\"_blank\">in-process architecture<\/a> will be more suitable. It requires fewer resources than <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/en.wikipedia.org\/wiki\/Client\u2013server_model');\"  href=\"https:\/\/en.wikipedia.org\/wiki\/Client\u2013server_model\" target=\"_blank\">client\/server<\/a> architecture, and imposes less latency through elimination of inter-process communication.\u00a0For cloud DBMSs, a client\/server architecture will be more suitable. In the cloud environment, resources are not scarce, and the the advantage of being able to scale horizontally will outweigh the added latency associated with client\/server.<\/p>\n<p><strong>Qx Anything else you wish to add?<\/strong><\/p>\n<p><strong>Steve Graves: <\/strong>We feel that eXtremeDB is uniquely positioned for the Internet of Things. Not only have devices and gateways been in eXtremeDB\u2019s wheelhouse for 15 years with over 25 million real world deployments, but the scalability, time series data management, and analytics built into the eXtremeDB server (big data) offering make it an attractive cloud database solution as well. Being able to leverage a single DBMS across devices, gateways and the cloud has obvious synergistic advantages.<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n<strong>Steve Graves<\/strong> <em>is co-founder and CEO of McObject, a company specializing in embedded Database Management System (DBMS) software. Prior to McObject, Steve was president and chairman of Centura Solutions Corporation and vice president of worldwide consulting for Centura Software Corporation.<\/em><\/p>\n<p><strong>Resources<\/strong><\/p>\n<p class=\"clear\"><a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/2015\/04\/big-data-analytics-and-the-internet-of-things\/');\"  href=\"http:\/\/www.odbms.org\/2015\/04\/big-data-analytics-and-the-internet-of-things\/\" target=\"_blank\">Big Data, Analytics, and the Internet of Things<\/a>, by Mohak Shah,\u00a0<em>analytics leader and research scientist at Bosch Research, USA.<\/em>ODBMS.org\u00a0APRIL 6, 2015<\/p>\n<p class=\"clear\">\u00a0<a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/2015\/01\/privacy-considerations-responsibilities-era-big-data-internet\/');\"  href=\"http:\/\/www.odbms.org\/2015\/01\/privacy-considerations-responsibilities-era-big-data-internet\/\" target=\"_blank\">Privacy considerations &amp; responsibilities in the era of Big Data &amp; Internet of Things<\/a>, by\u00a0Ramkumar Ravichandran,\u00a0<em>Director, Analytics, Visa Inc. <\/em>ODBMS.org January 8, 2015.<\/p>\n<p class=\"clear\">\u00a0<a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/2016\/03\/securing-your-largest-usb-connected-device-your-car\/');\"  href=\"http:\/\/www.odbms.org\/2016\/03\/securing-your-largest-usb-connected-device-your-car\/\" target=\"_blank\">Securing Your Largest USB-Connected Device: Your Car<\/a>,BY\u00a0Shomit Ghose,<em>\u00a0General Partner,\u00a0ONSET Ventures, <\/em>ODBMs.org\u00a0MARCH 31, 2016.<\/p>\n<p class=\"clear\">\u00a0<a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/2016\/07\/extremedb-financial-edition-dbms-sweeps-records-in-big-data-benchmark\/');\"  href=\"http:\/\/www.odbms.org\/2016\/07\/extremedb-financial-edition-dbms-sweeps-records-in-big-data-benchmark\/\" target=\"_blank\"><em>e<\/em>X<em>treme<\/em>DB Financial Edition DBMS Sweeps Records in Big Data Benchmark<\/a>,ODBMS.org\u00a0JULY 2, 2016<\/p>\n<p class=\"clear\">\u00a0<a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/2016\/07\/extremedb-in-memory-database\/');\"  href=\"http:\/\/www.odbms.org\/2016\/07\/extremedb-in-memory-database\/\" target=\"_blank\">eXtremeDB in-memory database<\/a><\/p>\n<p class=\"clear\">\u00a0<a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/2015\/11\/user-experience-design-for-the-internet-of-things\/');\" title=\"User Experience Design for the Internet of Things\"  href=\"http:\/\/www.odbms.org\/2015\/11\/user-experience-design-for-the-internet-of-things\/\" rel=\"bookmark\">User Experience Design for the Internet of Things<\/a><\/p>\n<p><strong>Related Posts<\/strong><\/p>\n<p><a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/blog\/2016\/03\/on-the-internet-of-things-interview-with-colin-mahony\/');\"  href=\"http:\/\/www.odbms.org\/blog\/2016\/03\/on-the-internet-of-things-interview-with-colin-mahony\/\" target=\"_blank\" rel=\"nofollow\">On the Internet of Things. Interview with Colin Mahony<\/a>,\u00a0<span class=\"feed-source\">ODBMS Industry Watch,\u00a0<\/span><span class=\"feed-date\">Published on 2016-03-14<\/span><\/p>\n<p><a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/blog\/2016\/02\/a-grand-tour-of-big-data-interview-with-alan-morrison\/');\"  href=\"http:\/\/www.odbms.org\/blog\/2016\/02\/a-grand-tour-of-big-data-interview-with-alan-morrison\/\" target=\"_blank\" rel=\"nofollow\">A Grand Tour of Big Data. Interview with Alan Morrison<\/a>,\u00a0<span class=\"feed-source\">ODBMS Industry Watch,\u00a0<\/span><span class=\"feed-date\">Published on 2016-02-25<\/span><\/p>\n<p><a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/www.odbms.org\/blog\/2016\/01\/on-the-industrial-internet-of-things-interview-with-leon-guzenda\/');\"  href=\"http:\/\/www.odbms.org\/blog\/2016\/01\/on-the-industrial-internet-of-things-interview-with-leon-guzenda\/\" target=\"_blank\">On the Industrial Internet of Things. Interview with Leon Guzenda<\/a>, ODBMS Industry Watch,\u00a0\u00a0January 28, 2016<\/p>\n<blockquote><p><strong>Follow us on Twitter: <a onclick=\"javascript:pageTracker._trackPageview('\/outgoing\/mobile.twitter.com\/odbmsorg');\"  href=\"https:\/\/mobile.twitter.com\/odbmsorg\" target=\"_blank\">@odbmsorg<\/a><\/strong><\/p><\/blockquote>\n<p>##<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>&#8220;Assembling a team with the wide range of skills needed for a successful IoT project presents an entirely different set of challenges. The skills needed to build a \u2018thing\u2019 are markedly different than the skills needed to implement the data analytics in the cloud.&#8221;&#8211;Steve Graves. I have interviewed, Steve Graves, co-founder and CEO of McObject.\u00a0Main [&hellip;]<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[35,66,97,102,966,139,965,192,239,286,772,355,358,370,412,499,964,855,556],"_links":{"self":[{"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/posts\/4172"}],"collection":[{"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/comments?post=4172"}],"version-history":[{"count":7,"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/posts\/4172\/revisions"}],"predecessor-version":[{"id":4179,"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/posts\/4172\/revisions\/4179"}],"wp:attachment":[{"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/media?parent=4172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/categories?post=4172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.odbms.org\/blog\/wp-json\/wp\/v2\/tags?post=4172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}