SlideShare a Scribd company logo
#TOSMAC
Toronto SMAC Meetup – Welcome!
Rapidly Developing Internet of Things (IoT) Applications - Part 2
#TOSMAC
IoT using Node-RED
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
Túlio Pascoal - tuliopascoal@gmail.com
Igor Leão - igorvpcleao@gmail.com
#TOSMAC
Winter in
Toronto...
#TOSMAC
Let’s go to
Mexico!
#TOSMAC
Meanwhile ...
#TOSMAC
Meanwhile ...
What
happened?
#TOSMAC
But how can we
help preventing
this?
#TOSMAC
#TOSMAC
Let’s explore it
better...
#TOSMAC
IoT using Node-RED
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
#TOSMAC
#TOSMAC
#TOSMAC
#TOSMAC
#TOSMAC
What about TI Sensor Tag CC2541?
#TOSMAC
What about BeagleBone Black?
#TOSMAC
IBM Internet of Things
Cloud Beta
#TOSMAC
Fire Alarm App
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Use Case - Fire Alarm App Devices
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
USB adapter
Wireless adapter
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Use Case - Fire Alarm App Devices
USB adapter
Wireless adapter
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Use Case - Fire Alarm App Devices
USB adapter
Wireless adapter
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
#TOSMAC
Use Case - Fire Alarm App Steps
1. Connect the USB Hub (with Wireless adapter + Bluetooth adapter) to
the BeagleBone Black.
1. Connect the BeagleBone Black to the computer.
1. Make sure to have a WiFi connection (my cellphone is hotspotting).
1. Set up the BeagleBone Black.
#TOSMAC
Setting up the BeagleBone Black
#TOSMAC
Use Case - Fire Alarm App Devices
USB adapter
Wireless adapter
BeagleBone Black
USB Hub
TI Sensor Tag
Cellphone
Computer
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Sequence
TI Sensor Tag
BeagleBone
Black
Internet of
Things
#TOSMAC
Use Case - Fire Alarm App Node-RED flow
#TOSMAC
Cloudant Node - Under development
#TOSMAC
Definitely relax...
#TOSMAC
Vibration Recorder
and Analyzer
| © 2014 IBM Corporation35
Vinícius Guzman – viniciusguzman@gmail.com
Thiago Domingues – thiagoald@gmail.com
Lucas Lima – lucas.lsl.lima@gmail.com
#TOSMAC
The problem
Overhead transmission lines are often vibrating due to the action of winds.
As a consequence:
• Cables experience alternate stresses due to wind-induced vibration
• Alternate stresses may lead them to fatigue failure
April 21, 2014| © 2014 IBM Corporation
Cable vibrating Cable/clamp assembly Cable failure due to fatigue
#TOSMAC
Vibration recorders and the project idea
Devices which measure cables vibration and predicting its remaining
life based on these measurements. This manner this project will try to
solve this problems using:
April 21, 2014| © 2014 IBM Corporation
• Solar panel
• Cloud computing
Prototype design Vibration recorder
#TOSMAC
System Architecture
April 21, 2014| © 2014 IBM Corporation
Vibration Recorders
BlueMix Cloud
#TOSMAC
Arduino
Open-source platform
Single-board microcontroller
#TOSMAC
Freakduino
Based on Arduino
Long range wireless
• Few km
Low power
• 0.2 W (average)
• 2.5 W (max)
#TOSMAC
Ethernet Shield
Wired internet connection
for the Freakduino
Sends collected data using
HTTP requests
#TOSMAC
Accelerometer
3 axis acceleration information
Use cases:
• Object falling
• Cable movement
#TOSMAC
The prototype
Towers
Freakduino + Accelerometer
Last Device
Freakduino + Ethernet Shield
#TOSMAC
Web Application
| © 2014 IBM Corporation44
BlueMixRuby on Rails
#TOSMAC
Manipulating the data sent by devices
| © 2014 IBM Corporation45
DATA
Collect Store Analyze Show
HTTP SQL
Database
Service
RUBY Google
CHARTS
#TOSMAC
Demo
#TOSMAC
Arduino and sensors:
Bus simulation and Parking lot Simulator
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
Wilton Cesar Leite Pelicari
Brayan Crispiano Ksenhuck
Thiago de Aguiar Leal Domingues
Cesar Henrique Bernabe
#TOSMAC
| © 2014 IBM Corporation48
Client-sideServer-side
Technologies used
Bluemix
#TOSMAC
Projects
| © 2014 IBM Corporation*
#TOSMAC
Arduino
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation50
#TOSMAC
Arduino (Setup)
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation51
#TOSMAC
Arduino (Setup)
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation52
#TOSMAC
Arduino + BlueMix
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation53
Bluemix
#TOSMAC
| © 2014 IBM Corporation*
#TOSMAC
Arduino + BlueMix
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation55
#TOSMAC
| © 2014 IBM Corporation56
Back-end Settings
Socket.IO
 Used to receive data from Arduino
 Update the client browser in real time
Cradle
 Used to connect with Cloudant
 Store passenger history for future evaluation
Node.js modules
#TOSMAC
| © 2014 IBM Corporation57
Socket.IO – APP.js
Node.js modules
var socket = require('socket.io');
var server = app.listen(3000);
var io = socket(server);
io.on('connection', function(socket){
console.log('A user is connected');
});
app.post('/refresh', function(req, res){
var buses = String2Array(req.body.data);
saveCloudant(buses);
io.emit('refresh', {data: buses});
res.send('Data Received');
});
#TOSMAC
| © 2014 IBM Corporation58
Socket.IO – js/controller.js
Node.js modules
var socket = io();
var ids = [];
socket.emit('connection', {});
socket.on('refresh', function(buses){
buses.forEach(function(bus){
update(bus[0], bus[1], bus[2]);
});
});
function update(id, passengers, lotation){
$('#' + id + " span").html(passengers + " of " + lotation + " passengers");
changeColor(id, passengers, lotation);
}
#TOSMAC
| © 2014 IBM Corporation59
Cradle – APP.js
Node.js modules
#TOSMAC
| © 2014 IBM Corporation60
Cradle – APP.js
Node.js modules
var cradle = require('cradle');
var env = JSON.parse(process.env.VCAP_SERVICES);
var credentials = env["cloudantNoSQLDB"][0].credentials;
var cloudant = new(cradle.Connection)(credentials.url, credentials.port, {
cache: true,
secure: true,
raw: false,
auth: {
username: credentials.username,
password: credentials.password
}
});
var passengers = cloudant.database('passengers');
#TOSMAC
| © 2014 IBM Corporation61
Cradle – APP.js
Node.js modules
var saveCloudant = function(buses){
buses.forEach(function(bus){
passengers.save(bus[0], {
date: new Date().getTime(),
passengers: bus[1],
lotation: bus[2]
}, function(err, res){
err ? console.log('err: ', err) : console.log('res: ', res);
});
});
}
#TOSMAC
| © 2014 IBM Corporation*
Front-end Settings
Open Data Collection
● Retrieving information from Toronto Transit Comission's Open Data Service
using Ajax
Node.js modules
#TOSMAC
| © 2014 IBM Corporation
#TOSMAC
| © 2014 IBM Corporation
#TOSMAC
| © 2014 IBM Corporation
URL Parameters
Routes:
"http://webservices.nextbus.com/service/publicXMLFeed?command=routeList&a="
+ agencyTag
Stops:
"http://webservices.nextbus.com/service/publicXMLFeed?command=routeC
onfig&a=" + agencyTag + "&r=" + routeTag + "&terse"
Predictions:
http://webservices.nextbus.com/service/publicXMLFeed?command=predicti
ons&a=" + agencyTag + "&r=" + routeTag + "&s=" + stopTag
#TOSMAC
| © 2014 IBM Corporation
Live Demos
http://parkingproject.mybluemix.net
/
http://busproject.mybluemix.ne
t/
Parking Lot
Bus Project
#TOSMAC
Final
Considerations
| © 2014 IBM Corporation67
#TOSMAC
Virtual Reality based learning
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation*
#TOSMAC
Virtual Reality Geography Game
Info & Demonstration
| © 2014 IBM Corporation*
#TOSMAC
Integrating VR game with Bluemix
The Architecture behind it
| © 2014 IBM Corporation*
Web application
Game Application
Running locally
Internet
HTTP
#TOSMAC
Professor scenario
Environment
Historical facts
Population and economy
#TOSMAC
Cloudant to game
Facts and curiosities
Web application
#TOSMAC
Combining first and
second phase
#TOSMAC
Future enhancements
● Log in
● Create classroom
● Rank
#TOSMAC
Thank you!
Questions?
| © 2014 IBM Corporation*
#TOSMAC
Beacons: Tracking customer patterns at a
retail store with indoor mapping
Rapidly Developing Internet of Things (IoT) Applications – Part 2
| © 2014 IBM Corporation76
Danilo Augusto Silva
Yuka Kyushima Solano
Pargles Wenz Dall'Oglio
#TOSMAC
Agenda
| © 2014 IBM Corporation
1. What is an iBeacon?
2. Indoor Mapping Motivation
3. Solution Using Beacons
4. Demonstration
5. Android Application
6. Web Application
7. Analytics with R
8. Questions
2
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
- Apple trademark for location and proximity detection
technology.
3
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
- Apple trademark for location and proximity detection
technology.
How it works?
4
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
- Unique ID (UUID).
- proximityUUID
- major
- minor
- RSSI (Received Signal Strength
Indicator).
#TOSMAC
What is an iBeacon
| © 2014 IBM Corporation
#TOSMAC
Contextual Applications
| © 2014 IBM Corporation5
#TOSMAC
Contextual Applications
| © 2014 IBM Corporation6
#TOSMAC
Indoor Mapping Motivation
| © 2014 IBM Corporation7
#TOSMAC
Indoor Mapping Motivation
| © 2014 IBM Corporation8
#TOSMAC
Indoor Mapping - Current Scenario
| © 2014 IBM Corporation9
- Global Positioning System (GPS).
- Wi-Fi SLAM (Simultaneous Localization and Mapping).
- Problems:
- Applicability.
• - Precision.
#TOSMAC
Indoor Mapping – The idea
| © 2014 IBM Corporation10
#TOSMAC
Indoor Mapping – Theory
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Theory
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Our approach
| © 2014 IBM Corporation9
#TOSMAC
Indoor Mapping – Final equation
| © 2014 IBM Corporation9
#TOSMAC
Demonstration
| © 2014 IBM Corporation12
#TOSMAC
Android Application – What you need to know
| © 2014 IBM Corporation9
- Estimote Android SDK (https://github.com/Estimote/Android-SDK)
- Bluemix Account (http://www.bluemix.net)
#TOSMAC
Android Application – Estimote SDK for Android
| © 2014 IBM Corporation9
#TOSMAC
Android Application – Estimote SDK for Android
| © 2014 IBM Corporation9
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
#TOSMAC
Mobile Data
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
Name, d1, d2, d3
#TOSMAC
Web Application
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
Name, d1, d2, d3
x = f(d1,d2,d3)
y = f(d1,d2,d3)
#TOSMAC
Analytics Warehouse
#TOSMAC
Web Application System
Web ApplicationMobile Data
Analytics
Warehouse
Name, d1, d2, d3 Name, x, y, date
x = f(d1,d2,d3)
y = f(d1,d2,d3)
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Create a Mobile App on Bluemix
#TOSMAC
Get data via Node.js
Initialization
app.js file
#TOSMAC
Get data via Node.js
Server Side
Client Side
#TOSMAC
Website
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Add Analytics Warehouse Service
#TOSMAC
Send data via Node.js
Server Side
#TOSMAC
Send data via Node.js
Client Side
#TOSMAC
Launch Analytics Warehouse
#TOSMAC
Launch Analytics Warehouse
#TOSMAC
Launch Analytics Warehouse
#TOSMAC
Work with tables
#TOSMAC
Work with tables
#TOSMAC
Work with tables
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Analyze data with R
#TOSMAC
Questions?
| © 2014 IBM Corporation
#TOSMAC
DIY Home Surveillance System
Rapidly Developing Internet of Things (IoT) Applications - Part 2
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Scenario
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Scenario
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - What we had?
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System
Rapidly Developing Internet of Things (IoT) Applications
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - What’s New?
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Architecture
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Raspberry Pi
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System - Bluemix
| © 2014 IBM Corporation*
#TOSMAC
Live Demo
http://homeguard.mybluemix.net
| © 2014 IBM Corporation*
#TOSMAC
DIY Home Surveillance System
Future developments
| © 2014 IBM Corporation*
● Motion detection;
● Video recording and upload to cloudant;
● Android interface;
#TOSMAC
Questions?
| © 2014 IBM Corporation*
#TOSMAC
Thank you!
Let’s network!
| © 2014 IBM Corporation*

More Related Content

PPT
Smart Wireless Surveillance Monitoring using RASPBERRY PI
PDF
Video Surveillance Using Raspberry Pi Architecture
ODP
The Deck by Phil Polstra GrrCON2012
PDF
Cyberhijacking Airplanes Truth or Fiction
ODP
Thotcon2013
ODP
Raspberry Pi and Amateur Radio
PPSX
Low Cost HD Surveillance Camera using Raspberry PI
PDF
Polstra 44con2012
Smart Wireless Surveillance Monitoring using RASPBERRY PI
Video Surveillance Using Raspberry Pi Architecture
The Deck by Phil Polstra GrrCON2012
Cyberhijacking Airplanes Truth or Fiction
Thotcon2013
Raspberry Pi and Amateur Radio
Low Cost HD Surveillance Camera using Raspberry PI
Polstra 44con2012

What's hot (20)

PPTX
Up and running with Raspberry Pi
PPTX
Exploring the abc's of raspberry pi and python(day 2)
PDF
My presentation raspberry pi
PPTX
Exploring the ABC's of Raspberry Pi with Python
PDF
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
ODP
Philip polstra
PPTX
Raspberry pi : how to get started
PPTX
Introduction to raspberry pi
PPTX
Beagle board
PDF
Raspberry Pi and Amateur Radio - 2020 update
PPTX
Getting Started with Raspberry Pi and Arduino
PDF
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
PDF
PiFlash: Linux utility to flash SD cards for Raspberry Pi computers
PDF
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
PPTX
Introduction To The Beagleboard
ODP
DigiPinguïns: demo Raspberry Pi (Koen De Smet)
PPTX
Java Device I/O at Raspberry PI to Build a Candy Vending Machine
PDF
IoT: Internet of Things with Python
PDF
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
ODP
Debian & the BeagleBone Black
Up and running with Raspberry Pi
Exploring the abc's of raspberry pi and python(day 2)
My presentation raspberry pi
Exploring the ABC's of Raspberry Pi with Python
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Philip polstra
Raspberry pi : how to get started
Introduction to raspberry pi
Beagle board
Raspberry Pi and Amateur Radio - 2020 update
Getting Started with Raspberry Pi and Arduino
Taking the BeagleBone Cookbook recipes beyond BeagleBone Black
PiFlash: Linux utility to flash SD cards for Raspberry Pi computers
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Introduction To The Beagleboard
DigiPinguïns: demo Raspberry Pi (Koen De Smet)
Java Device I/O at Raspberry PI to Build a Candy Vending Machine
IoT: Internet of Things with Python
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Debian & the BeagleBone Black
Ad

Viewers also liked (9)

PPTX
Beacons, Raspberry Pi & Node.js
PPTX
Home automation using android phones-Project 2nd phase ppt
PDF
Everything about Elite Fire.
PPTX
Fundamentals of Fire Alarm System
PPT
Voice Control Home Automation
PDF
MQTT - A practical protocol for the Internet of Things
PPTX
Introduction to Bluetooth Low Energy
PPT
Raspberry pi
PPT
fire detection and alarm system
Beacons, Raspberry Pi & Node.js
Home automation using android phones-Project 2nd phase ppt
Everything about Elite Fire.
Fundamentals of Fire Alarm System
Voice Control Home Automation
MQTT - A practical protocol for the Internet of Things
Introduction to Bluetooth Low Energy
Raspberry pi
fire detection and alarm system
Ad

Similar to Rapidly developing IoT (Internet of Things) applications - Part 2: Arduino, Beacons, Oculus Rift, Raspberry Pi, Beaglebone, Sensors (20)

PDF
SMAC projects - The best summer internship experience I ever had!
PDF
0626 2014 01_toronto-smac meetup_io_t
PDF
IoThings you don't even need to hack
PDF
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
PDF
Developing wearable technology apps quickly
PDF
CONFidence2015: The (Io)Things you don't even need to hack. Should we worry? ...
PDF
DIY Technology for the Internet of Things
PDF
IDTEX IoT & WSN conf - Connecting People & Things - Joe Speed
PDF
The (Io)Things you don't even need to hack. Should we worry?
PDF
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
PPTX
Turn your smartphone into a sensor.pptx
PDF
IoT Use Cases with MapR
PPTX
Smart Community Informatics
PDF
Codemotion Milano 2014 - IBM Internet of Things - Giulio Santoli
PPTX
Bluemix iot demo
PPTX
Arpan pal roboticsensing_sw2015
PDF
Machbase_Edge_Edition_v2.pdf
PDF
Watson IoT @Ryerson University - IEEE Chapter
PPT
SenseBox
ODP
Devoxx 2014 presentation
SMAC projects - The best summer internship experience I ever had!
0626 2014 01_toronto-smac meetup_io_t
IoThings you don't even need to hack
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
Developing wearable technology apps quickly
CONFidence2015: The (Io)Things you don't even need to hack. Should we worry? ...
DIY Technology for the Internet of Things
IDTEX IoT & WSN conf - Connecting People & Things - Joe Speed
The (Io)Things you don't even need to hack. Should we worry?
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
Turn your smartphone into a sensor.pptx
IoT Use Cases with MapR
Smart Community Informatics
Codemotion Milano 2014 - IBM Internet of Things - Giulio Santoli
Bluemix iot demo
Arpan pal roboticsensing_sw2015
Machbase_Edge_Edition_v2.pdf
Watson IoT @Ryerson University - IEEE Chapter
SenseBox
Devoxx 2014 presentation

More from Raul Chong (14)

PPT
Managing & Processing Big Data for Cancer Genomics, an insight of Bioinformatics
PPT
Design thinking
PDF
Risk and financial portfolio analytics - A technical Introduction
PDF
Introducing Bluemix
PDF
Business Analytics and Optimization Introduction (part 2)
PDF
Business Analytics and Optimization Introduction
PDF
What has IBM Watson been up to since the Jeopardy! challenge?
PDF
Starting your education in big data - Sneak peek to the new Big Data University
PDF
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
PDF
Mobile solutions for iOS (and other platforms) - Cloudant
PDF
Mobile solutions for iOS (and other platforms) - Worklight
PDF
An Intro to Text Analytics on Big Data with a use case
PDF
02 a holistic approach to big data
PDF
0430 toronto smac_meetup_worklight_intro_final
Managing & Processing Big Data for Cancer Genomics, an insight of Bioinformatics
Design thinking
Risk and financial portfolio analytics - A technical Introduction
Introducing Bluemix
Business Analytics and Optimization Introduction (part 2)
Business Analytics and Optimization Introduction
What has IBM Watson been up to since the Jeopardy! challenge?
Starting your education in big data - Sneak peek to the new Big Data University
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
Mobile solutions for iOS (and other platforms) - Cloudant
Mobile solutions for iOS (and other platforms) - Worklight
An Intro to Text Analytics on Big Data with a use case
02 a holistic approach to big data
0430 toronto smac_meetup_worklight_intro_final

Recently uploaded (20)

PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Sensors and Actuators in IoT Systems using pdf
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Advanced Soft Computing BINUS July 2025.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
PDF
Advanced IT Governance
PPTX
Big Data Technologies - Introduction.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Electronic commerce courselecture one. Pdf
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Sensors and Actuators in IoT Systems using pdf
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Advanced Soft Computing BINUS July 2025.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Spectral efficient network and resource selection model in 5G networks
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
cuic standard and advanced reporting.pdf
Chapter 3 Spatial Domain Image Processing.pdf
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
Advanced IT Governance
Big Data Technologies - Introduction.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Electronic commerce courselecture one. Pdf
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf

Rapidly developing IoT (Internet of Things) applications - Part 2: Arduino, Beacons, Oculus Rift, Raspberry Pi, Beaglebone, Sensors