SlideShare uma empresa Scribd logo
1 de 40
©2015 Apigee Corp. All Rights Reserved.
IoTCraft – Chennai - ZettaJS
Apigee
©2015 Apigee Corp. All Rights Reserved.
Your Host
©2015 Apigee Corp. All Rights Reserved. 3
IoTCraft - Bangalore
©2015 Apigee Corp. All Rights Reserved. 4
Hands On ….
©2015 Apigee Corp. All Rights Reserved. 5
Hackathon Too ….
©2015 Apigee Corp. All Rights Reserved. 6
Connected Security System ..
©2015 Apigee Corp. All Rights Reserved.
IoTCraft Swags… Send 5 Tweets
@Apigee
@zettajs
@IoTCraft
©2015 Apigee Corp. All Rights Reserved.
An Introduction to IoT
©2015 Apigee Corp. All Rights Reserved.
Billions of Things…
©2015 Apigee Corp. All Rights Reserved.
Connecting things….
©2015 Apigee Corp. All Rights Reserved.
Fusion of Things…
©2015 Apigee Corp. All Rights Reserved.
We are just Getting Started 
©2015 Apigee Corp. All Rights Reserved.
Promise – Everything is connected
©2015 Apigee Corp. All Rights Reserved.
The Reality – Something Different
©2015 Apigee Corp. All Rights Reserved.
Multiple Dev’s…
©2015 Apigee Corp. All Rights Reserved.
Multiple Experiences..
©2015 Apigee Corp. All Rights Reserved.
Product – Remote Controls
©2015 Apigee Corp. All Rights Reserved.
Build Eco Systems
©2015 Apigee Corp. All Rights Reserved.
Tomorrow
app app app appapp app app
One experience
One big app
(Powered by APIs)
©2015 Apigee Corp. All Rights Reserved.
An Introduction to Node.JS
©2015 Apigee Corp. All Rights Reserved.
What is NodeJS and who uses it?
• Cross-platform runtime environment for developing server-side
Web applications
• Built on Google Chrome's JavaScript V8 Engine
• Open source, completely free
• Event driven architecture and asynchronous I/O
• Operates on a single thread, using non-blocking I/O calls
• Package manager - npm
• Used by LinkedIn, IBM, Paypal, Netflix
©2015 Apigee Corp. All Rights Reserved.
Node.JS First Class HTTP Server
• No need of maintaining separate threads for each open connection
• Create REST APIs very easily
• Asynchronous I/O
©2015 Apigee Corp. All Rights Reserved.
Realtime apps and Async. Programming
Real time applications need non blocking I/O. This can be achieved by
Asynchronous programming which is commonly used in event based systems.
Async. Programming involves :
● Callbacks
● Promises
● Generators / yeilds (ES6)
● Async/ await (ES7)
©2015 Apigee Corp. All Rights Reserved.
Example
//Synchronous
var result = database.query("SELECT * FROM hugetable");
console.log("query finished");
console.log("Next line");
//Asynchronous
database.query("SELECT * FROM hugetable", function(result) {
console.log("query finished");
});
console.log("Next line");
©2015 Apigee Corp. All Rights Reserved.
Introducing....
25
©2015 Apigee Corp. All Rights Reserved.
Zetta Combines..
• Reactive Programming
• Web Sockets
• Rest APIs
26
27
Zetta Architecture…
©2015 Apigee Corp. All Rights Reserved.
Zetta Server
• Highest Level Of Abstraction in Zetta
• Runs on Hardware such as Intel Edison, Raspberry PI etc..
• Generates APIs
• Coordinates Interaction
28
©2015 Apigee Corp. All Rights Reserved.
Zetta Drivers..
• State Machine Representation of Devices
• Models Devices & Facilitates Interaction
• Device Models - APIs
29
Off On
turn-off
turn-on
©2015 Apigee Corp. All Rights Reserved.
Zetta Scouts..
30
• Discovery Mechanism
• Search for Devices
• Report Backs
©2015 Apigee Corp. All Rights Reserved.
Zetta Apps
31
• Written in Javascript
• Interact with Multiple Devices
• Interaction based on Sensor Streams
©2015 Apigee Corp. All Rights Reserved.
Zetta Server Extensions
32
• Pluggable Models
• Node Modules
• For Example
– Adding Additional APIs
– Adding Security to APIs
©2015 Apigee Corp. All Rights Reserved.
Zetta Registry
33
• Small Database
• Information about Devices
• Information about Server Itself
©2015 Apigee Corp. All Rights Reserved.
Zetta Deployment
34
©2015 Apigee Corp. All Rights Reserved.
Zetta Linking..
35
Linking establishes a secure connection between two
Zetta servers. It uses the Z2Z protocol to efficiently proxy
API requests, and streaming data between servers.
Z1Z2
F
i
r
e
w
a
l
l
HTTP Proxy
©2015 Apigee Corp. All Rights Reserved.
Zetta APIs
36
• Query Devices
• Sensor Data Streams
• Interact with Devices
• Links between Servers
©2015 Apigee Corp. All Rights Reserved.
References
37
http://www.zettajs.org/
©2015 Apigee Corp. All Rights Reserved. 38
Connected Car …
©2015 Apigee Corp. All Rights Reserved.
Interested to drive IoTCraft – Chennai ?
39
Send a message – Meetup Group
Thank you

Mais conteúdo relacionado

Mais procurados

How Cisco Provides World-Class Technology Conference Experiences Using Automa...
How Cisco Provides World-Class Technology Conference Experiences Using Automa...How Cisco Provides World-Class Technology Conference Experiences Using Automa...
How Cisco Provides World-Class Technology Conference Experiences Using Automa...
InfluxData
 

Mais procurados (20)

Understanding IoT Data Protocol - PyCon ID 2018
Understanding IoT Data Protocol - PyCon ID 2018Understanding IoT Data Protocol - PyCon ID 2018
Understanding IoT Data Protocol - PyCon ID 2018
 
Running Resilient Workloads on Istio
Running Resilient Workloads on IstioRunning Resilient Workloads on Istio
Running Resilient Workloads on Istio
 
ATT&CK Updates- ATT&CK's Open Source
ATT&CK Updates- ATT&CK's Open SourceATT&CK Updates- ATT&CK's Open Source
ATT&CK Updates- ATT&CK's Open Source
 
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
 
OpenStack Summit 2016 - First Take Day #1 Keynote
OpenStack Summit 2016 - First Take Day #1 KeynoteOpenStack Summit 2016 - First Take Day #1 Keynote
OpenStack Summit 2016 - First Take Day #1 Keynote
 
Autoscaling event driven apps
Autoscaling event driven appsAutoscaling event driven apps
Autoscaling event driven apps
 
ScanNet Linux
ScanNet LinuxScanNet Linux
ScanNet Linux
 
Take Your Reports to Any Screen with Telerik Reporting
Take Your Reports to Any Screen with Telerik ReportingTake Your Reports to Any Screen with Telerik Reporting
Take Your Reports to Any Screen with Telerik Reporting
 
Meetup slide api_design_custom_poicies_in_mule4
Meetup slide api_design_custom_poicies_in_mule4Meetup slide api_design_custom_poicies_in_mule4
Meetup slide api_design_custom_poicies_in_mule4
 
Mulesoft Meetups - Salesforce & Mulesoft Integrations, Anypoint Security Poli...
Mulesoft Meetups - Salesforce & Mulesoft Integrations, Anypoint Security Poli...Mulesoft Meetups - Salesforce & Mulesoft Integrations, Anypoint Security Poli...
Mulesoft Meetups - Salesforce & Mulesoft Integrations, Anypoint Security Poli...
 
Api functional monitoring -9th October 2021
Api functional monitoring -9th October 2021Api functional monitoring -9th October 2021
Api functional monitoring -9th October 2021
 
10th Manila MuleSoft Meetup Aug 2021
10th Manila MuleSoft Meetup Aug 202110th Manila MuleSoft Meetup Aug 2021
10th Manila MuleSoft Meetup Aug 2021
 
How Cisco Provides World-Class Technology Conference Experiences Using Automa...
How Cisco Provides World-Class Technology Conference Experiences Using Automa...How Cisco Provides World-Class Technology Conference Experiences Using Automa...
How Cisco Provides World-Class Technology Conference Experiences Using Automa...
 
Mob324 Windows IoT Core Dave Glover Microsoft Australia
Mob324 Windows IoT Core Dave Glover Microsoft AustraliaMob324 Windows IoT Core Dave Glover Microsoft Australia
Mob324 Windows IoT Core Dave Glover Microsoft Australia
 
Toronto Virtual Meetup #5 - API Security and Threats
Toronto Virtual Meetup #5 - API Security and ThreatsToronto Virtual Meetup #5 - API Security and Threats
Toronto Virtual Meetup #5 - API Security and Threats
 
SplunkLive! Utrecht 2017 - Coolblue Customer Presentation
SplunkLive! Utrecht 2017 - Coolblue Customer PresentationSplunkLive! Utrecht 2017 - Coolblue Customer Presentation
SplunkLive! Utrecht 2017 - Coolblue Customer Presentation
 
Anypoint new features_coimbatore_mule_meetup
Anypoint new features_coimbatore_mule_meetupAnypoint new features_coimbatore_mule_meetup
Anypoint new features_coimbatore_mule_meetup
 
Bevywise - IoT / IIoT Portfolio
Bevywise - IoT / IIoT  PortfolioBevywise - IoT / IIoT  Portfolio
Bevywise - IoT / IIoT Portfolio
 
Presentation meetup ElasticSearch Paris #10
Presentation meetup ElasticSearch Paris #10Presentation meetup ElasticSearch Paris #10
Presentation meetup ElasticSearch Paris #10
 
WebRTC is READY. What's Next?
WebRTC is READY. What's Next?WebRTC is READY. What's Next?
WebRTC is READY. What's Next?
 

Semelhante a IoTCraft - Chennai - meetup - ZettaJS - IoT Intro

Zetta: An API First Platform
Zetta: An API First PlatformZetta: An API First Platform
Zetta: An API First Platform
API Meetup
 
I Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and SwaggerI Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
Apigee | Google Cloud
 

Semelhante a IoTCraft - Chennai - meetup - ZettaJS - IoT Intro (20)

Webcast: Deep-Dive Apigee Edge Microgateway
Webcast: Deep-Dive Apigee Edge MicrogatewayWebcast: Deep-Dive Apigee Edge Microgateway
Webcast: Deep-Dive Apigee Edge Microgateway
 
Adapt or Die: Serverless Microservices
Adapt or Die: Serverless MicroservicesAdapt or Die: Serverless Microservices
Adapt or Die: Serverless Microservices
 
I Love APIs 2015: Apigee and Node.js Building Mock Backends Fast
I Love APIs 2015: Apigee and Node.js Building Mock Backends FastI Love APIs 2015: Apigee and Node.js Building Mock Backends Fast
I Love APIs 2015: Apigee and Node.js Building Mock Backends Fast
 
Bringing API Management to AWS Powered Backends
Bringing API Management to AWS Powered BackendsBringing API Management to AWS Powered Backends
Bringing API Management to AWS Powered Backends
 
Is Microservices SOA Done Right?
Is Microservices SOA Done Right?Is Microservices SOA Done Right?
Is Microservices SOA Done Right?
 
Using containerization to enable your microservice architecture
Using containerization to enable your microservice architecture Using containerization to enable your microservice architecture
Using containerization to enable your microservice architecture
 
Design-first API Development using Swagger and Node
Design-first API Development using Swagger and NodeDesign-first API Development using Swagger and Node
Design-first API Development using Swagger and Node
 
Zetta: An API First Platform
Zetta: An API First PlatformZetta: An API First Platform
Zetta: An API First Platform
 
2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetup2016-Mar-03 Leppitsch in Auckland meetup
2016-Mar-03 Leppitsch in Auckland meetup
 
I Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and SwaggerI Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
 
The impact of IOT - exchange cala - 2015
The impact of IOT - exchange cala - 2015The impact of IOT - exchange cala - 2015
The impact of IOT - exchange cala - 2015
 
Cloud Native Application Framework
Cloud Native Application FrameworkCloud Native Application Framework
Cloud Native Application Framework
 
London Adapt or Die: Securing your APIs the Right Way!
London Adapt or Die: Securing your APIs the Right Way!London Adapt or Die: Securing your APIs the Right Way!
London Adapt or Die: Securing your APIs the Right Way!
 
Pivotal microservices spring_pcf_skillsmatter.pptx
Pivotal microservices spring_pcf_skillsmatter.pptxPivotal microservices spring_pcf_skillsmatter.pptx
Pivotal microservices spring_pcf_skillsmatter.pptx
 
Pivotal + Apigee Workshop (June 4th, 2019)
Pivotal + Apigee Workshop (June 4th, 2019)Pivotal + Apigee Workshop (June 4th, 2019)
Pivotal + Apigee Workshop (June 4th, 2019)
 
Are Your Microservices Naked and Afraid?
Are Your Microservices Naked and Afraid?  Are Your Microservices Naked and Afraid?
Are Your Microservices Naked and Afraid?
 
Managing APIs with MuleSoft
Managing APIs with MuleSoftManaging APIs with MuleSoft
Managing APIs with MuleSoft
 
Bringing Partners, Teams & Systems Together through APIs
Bringing Partners, Teams & Systems Together through APIsBringing Partners, Teams & Systems Together through APIs
Bringing Partners, Teams & Systems Together through APIs
 
Cloud native pitch-younjin-20150925-v2
Cloud native pitch-younjin-20150925-v2Cloud native pitch-younjin-20150925-v2
Cloud native pitch-younjin-20150925-v2
 
I Love APIs 2015 : Zero to Thousands TPS Private Cloud Operations Workshop
I Love APIs 2015 : Zero to Thousands TPS Private Cloud Operations WorkshopI Love APIs 2015 : Zero to Thousands TPS Private Cloud Operations Workshop
I Love APIs 2015 : Zero to Thousands TPS Private Cloud Operations Workshop
 

Último

一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
pxcywzqs
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
ayvbos
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
ydyuyu
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
JOHNBEBONYAP1
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Monica Sydney
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Monica Sydney
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
ydyuyu
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 

Último (20)

Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac RoomVip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
 
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime NagercoilNagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
 
Call girls Service in Ajman 0505086370 Ajman call girls
Call girls Service in Ajman 0505086370 Ajman call girlsCall girls Service in Ajman 0505086370 Ajman call girls
Call girls Service in Ajman 0505086370 Ajman call girls
 
Local Call Girls in Seoni 9332606886 HOT & SEXY Models beautiful and charmin...
Local Call Girls in Seoni  9332606886 HOT & SEXY Models beautiful and charmin...Local Call Girls in Seoni  9332606886 HOT & SEXY Models beautiful and charmin...
Local Call Girls in Seoni 9332606886 HOT & SEXY Models beautiful and charmin...
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
Tadepalligudem Escorts Service Girl ^ 9332606886, WhatsApp Anytime Tadepallig...
Tadepalligudem Escorts Service Girl ^ 9332606886, WhatsApp Anytime Tadepallig...Tadepalligudem Escorts Service Girl ^ 9332606886, WhatsApp Anytime Tadepallig...
Tadepalligudem Escorts Service Girl ^ 9332606886, WhatsApp Anytime Tadepallig...
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.
 
Ballia Escorts Service Girl ^ 9332606886, WhatsApp Anytime Ballia
Ballia Escorts Service Girl ^ 9332606886, WhatsApp Anytime BalliaBallia Escorts Service Girl ^ 9332606886, WhatsApp Anytime Ballia
Ballia Escorts Service Girl ^ 9332606886, WhatsApp Anytime Ballia
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
 

IoTCraft - Chennai - meetup - ZettaJS - IoT Intro

  • 1. ©2015 Apigee Corp. All Rights Reserved. IoTCraft – Chennai - ZettaJS Apigee
  • 2. ©2015 Apigee Corp. All Rights Reserved. Your Host
  • 3. ©2015 Apigee Corp. All Rights Reserved. 3 IoTCraft - Bangalore
  • 4. ©2015 Apigee Corp. All Rights Reserved. 4 Hands On ….
  • 5. ©2015 Apigee Corp. All Rights Reserved. 5 Hackathon Too ….
  • 6. ©2015 Apigee Corp. All Rights Reserved. 6 Connected Security System ..
  • 7. ©2015 Apigee Corp. All Rights Reserved. IoTCraft Swags… Send 5 Tweets @Apigee @zettajs @IoTCraft
  • 8. ©2015 Apigee Corp. All Rights Reserved. An Introduction to IoT
  • 9. ©2015 Apigee Corp. All Rights Reserved. Billions of Things…
  • 10. ©2015 Apigee Corp. All Rights Reserved. Connecting things….
  • 11. ©2015 Apigee Corp. All Rights Reserved. Fusion of Things…
  • 12. ©2015 Apigee Corp. All Rights Reserved. We are just Getting Started 
  • 13. ©2015 Apigee Corp. All Rights Reserved. Promise – Everything is connected
  • 14. ©2015 Apigee Corp. All Rights Reserved. The Reality – Something Different
  • 15. ©2015 Apigee Corp. All Rights Reserved. Multiple Dev’s…
  • 16. ©2015 Apigee Corp. All Rights Reserved. Multiple Experiences..
  • 17. ©2015 Apigee Corp. All Rights Reserved. Product – Remote Controls
  • 18. ©2015 Apigee Corp. All Rights Reserved. Build Eco Systems
  • 19. ©2015 Apigee Corp. All Rights Reserved. Tomorrow app app app appapp app app One experience One big app (Powered by APIs)
  • 20. ©2015 Apigee Corp. All Rights Reserved. An Introduction to Node.JS
  • 21. ©2015 Apigee Corp. All Rights Reserved. What is NodeJS and who uses it? • Cross-platform runtime environment for developing server-side Web applications • Built on Google Chrome's JavaScript V8 Engine • Open source, completely free • Event driven architecture and asynchronous I/O • Operates on a single thread, using non-blocking I/O calls • Package manager - npm • Used by LinkedIn, IBM, Paypal, Netflix
  • 22. ©2015 Apigee Corp. All Rights Reserved. Node.JS First Class HTTP Server • No need of maintaining separate threads for each open connection • Create REST APIs very easily • Asynchronous I/O
  • 23. ©2015 Apigee Corp. All Rights Reserved. Realtime apps and Async. Programming Real time applications need non blocking I/O. This can be achieved by Asynchronous programming which is commonly used in event based systems. Async. Programming involves : ● Callbacks ● Promises ● Generators / yeilds (ES6) ● Async/ await (ES7)
  • 24. ©2015 Apigee Corp. All Rights Reserved. Example //Synchronous var result = database.query("SELECT * FROM hugetable"); console.log("query finished"); console.log("Next line"); //Asynchronous database.query("SELECT * FROM hugetable", function(result) { console.log("query finished"); }); console.log("Next line");
  • 25. ©2015 Apigee Corp. All Rights Reserved. Introducing.... 25
  • 26. ©2015 Apigee Corp. All Rights Reserved. Zetta Combines.. • Reactive Programming • Web Sockets • Rest APIs 26
  • 28. ©2015 Apigee Corp. All Rights Reserved. Zetta Server • Highest Level Of Abstraction in Zetta • Runs on Hardware such as Intel Edison, Raspberry PI etc.. • Generates APIs • Coordinates Interaction 28
  • 29. ©2015 Apigee Corp. All Rights Reserved. Zetta Drivers.. • State Machine Representation of Devices • Models Devices & Facilitates Interaction • Device Models - APIs 29 Off On turn-off turn-on
  • 30. ©2015 Apigee Corp. All Rights Reserved. Zetta Scouts.. 30 • Discovery Mechanism • Search for Devices • Report Backs
  • 31. ©2015 Apigee Corp. All Rights Reserved. Zetta Apps 31 • Written in Javascript • Interact with Multiple Devices • Interaction based on Sensor Streams
  • 32. ©2015 Apigee Corp. All Rights Reserved. Zetta Server Extensions 32 • Pluggable Models • Node Modules • For Example – Adding Additional APIs – Adding Security to APIs
  • 33. ©2015 Apigee Corp. All Rights Reserved. Zetta Registry 33 • Small Database • Information about Devices • Information about Server Itself
  • 34. ©2015 Apigee Corp. All Rights Reserved. Zetta Deployment 34
  • 35. ©2015 Apigee Corp. All Rights Reserved. Zetta Linking.. 35 Linking establishes a secure connection between two Zetta servers. It uses the Z2Z protocol to efficiently proxy API requests, and streaming data between servers. Z1Z2 F i r e w a l l HTTP Proxy
  • 36. ©2015 Apigee Corp. All Rights Reserved. Zetta APIs 36 • Query Devices • Sensor Data Streams • Interact with Devices • Links between Servers
  • 37. ©2015 Apigee Corp. All Rights Reserved. References 37 http://www.zettajs.org/
  • 38. ©2015 Apigee Corp. All Rights Reserved. 38 Connected Car …
  • 39. ©2015 Apigee Corp. All Rights Reserved. Interested to drive IoTCraft – Chennai ? 39 Send a message – Meetup Group

Notas do Editor

  1. V8 - V8 compiles JavaScript to native machine code Single thread - Can’t scale vertically without using an additional module (use cluster, pm2 or strongloop pm)