SlideShare uma empresa Scribd logo
1 de 45
Baixar para ler offline
Informative Workspace with
®
Raspberry Pi
Chris Hansen, New Relic - @cxhansen
Jonathan Thurman, New Relic - @jthurman42
https://github.com/newrelic/empanada
Raspberry Pi is a trademark of the Raspberry Pi Foundation
Tuesday, October 15, 13
Informative Workspaces
Tuesday, October 15, 13
Culture of Hacking
Hacking the Culture

Tuesday, October 15, 13
Empanada Project
•Simple, open, hackable, dashboard software
•Raspberry Pi setup instructions
•Instructions for adding devices to Raspberry Pi
•Budget-conscious

Tuesday, October 15, 13
Dashboard Software

http://techcrunch.com/2012/03/22/leftronic-relaunch/

Tuesday, October 15, 13
https://ducksboard.com/landing/compete/

Tuesday, October 15, 13

http://www.smartinsights.com/goal-setting-evaluation/performance-management/real-time-businessdashboards/
What’s Important to Us

•Heads-up to when something breaks
•Heads-up to current team activity
•Window into tech community news

Tuesday, October 15, 13
Empanada Goals
•Good support for metrics and news
•No service fee
•Simple to hack
•Generic event service for integration
•Deployable anywhere
•Accessible from anywhere
Tuesday, October 15, 13
Empanada Dependencies
•AngularJS
•Google Feed API
•Masonry
•D3
•Jetty
•Java
Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>

index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}

TechCrunch
New Relic
Spring
...

dashboard.js (Dashboard App)

Company Network

News Feeds
Tuesday, October 15, 13

Google
Feed API

Internet
Web APIs

Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>
<div
ng-controller="GitHubCtl">

index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}
function GitHubCtl(…) {
...
}

Google
Feed API
Proxy
auth
config

dashboard.war
(Java App)
Proxy Service

dashboard.js (Dashboard App)

Company Network

Protected Web APIs
Tuesday, October 15, 13

TechCrunch
New Relic
Spring
...

Protected
Web APIs
GitHub
New Relic
HipChat
...

Internet
Proxy Service
• Allows our Angular app to get results from protected web APIs
• Restricted to GETs
• For a given external Web API, the proxy service must know:
• URL prefix path to forward (otherwise 401 status)
• Where to fetch the access token
• token insertion strategy (usually HTTP header)

Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>
<div
ng-controller="GitHubCtl">
<div
ng-controller="BuildCtl">
index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}
function GitHubCtl(…) {
...
}
function BuildCtl(…) {
...
}
dashboard.js (Dashboard App)

Company Network

Events
Tuesday, October 15, 13

Google
Feed API
Proxy
auth
config

dashboard.war
(Java App)
Proxy Service

Event Service

TechCrunch
New Relic
Spring
...

Protected
Web APIs
GitHub
New Relic
HipChat
...

Internet
Event Service

Jenkins

POST /events?channel=build

Event
Service

GET /events?channel=build

Subscriber

Tuesday, October 15, 13

{

{{
"id" : 102,
"id" : : 102,
102,
"id"
"channel" : "build",
"channel" : : "build",
"build",
"channel"
"attrs" : {
"attrs" : : {
{
"attrs"
"success" : 0,
"success" : : 0,
0,
"success"
"BUILD_NUMBER" : 939,
"BUILD_NUMBER" : : 939,
939,
…"BUILD_NUMBER"
…
} …
}}
}
}}
Build Event
Build Event
Build Event
Tuesday, October 15, 13
Information Radiator

•Devices that display the Dashboard
•Various sizes based on need
•Cost can vary significanly

Tuesday, October 15, 13
Individuals
http://www.flickr.com/photos/doggie52/3920392034/
Tuesday, October 15, 13
Large Teams
Tuesday, October 15, 13
The World
http://www.flickr.com/photos/nicolas_vollmer_photo/8912698659/
Tuesday, October 15, 13
http://www.amazon.com/dp/B008A3KFB8/
ref=pe_385040_30332190_pe_175190_21431760_M3T1_ST1_dp_i1

http://www.paritynews.com/wp-content/uploads/2013/08/raspberry-pi-800x600.jpg

Just Right!
Tuesday, October 15, 13
Why Raspberry Pi?

•Full Linux stack
•HDMI output
•Cheap and Hackable!

http://www.raspberrypi.org/wp-content/uploads/2011/07/RaspiModelB.png
Tuesday, October 15, 13
Caveats
•CPU / Memory constraints
•Need to customize HDMI settings
•Overclocking issues
•New Out Of Box Software

Tuesday, October 15, 13
Extreme Feedback Devices

•Devices that manipulate your environment
•Force you to take notice
•People lose interest over time, remind them!

Tuesday, October 15, 13
Input and
Output Pins

Raspberry Pi
http://www.flickr.com/photos/tkramm/8222207452/
Tuesday, October 15, 13
Audible
http://www.flickr.com/photos/39213183@N02/6853977807/
Tuesday, October 15, 13
Tactile
http://www.flickr.com/photos/spirosk/127848247/
Tuesday, October 15, 13
Visual
http://www.flickr.com/photos/thisisbossi/7812046824/
Tuesday, October 15, 13
Aggressive
http://www.flickr.com/photos/krisbeltran/3554484948/
Tuesday, October 15, 13
Visual Wins!

•Simple, yet elegant
•Widely understood without training
•Just the right amount of Annoying

Tuesday, October 15, 13
Talkin’ GPIO

•Very simplistic endpoint
•Polls custom event status
•Quickly customizable

Tuesday, October 15, 13
Get Interactive
Tuesday, October 15, 13
Interactive Workspace

•We get information beamed at us
•What can we send back?
•Turns out we have the I in GPIO!

Tuesday, October 15, 13
Observe
http://www.flickr.com/photos/avbild/6735334913/
Tuesday, October 15, 13
Respond
http://www.flickr.com/photos/jblmpao/6077242957/
Tuesday, October 15, 13
Acknowledge
http://www.flickr.com/photos/marcusborg/2840411331/
Tuesday, October 15, 13
Overview
Tuesday, October 15, 13
Don’t move
Tuesday, October 15, 13
#fail
Tuesday, October 15, 13
Keep the dream alive!
Tuesday, October 15, 13
Motion
Sensor

Snooze
Button

Connected
Tuesday, October 15, 13
Next Steps

•Buy some hardware
•Get out our soldering iron
•Share your awesome hacks
•Check out Empanada - Soon!

Tuesday, October 15, 13
Empanada Project
•Raspberry Pi setup instructions
•Instructions for wiring the devices
•Software described here (by end of October)
•https://github.com/newrelic/empanada

Tuesday, October 15, 13
Tuesday, October 15, 13
JOIN THE TEAM

NewRelic.com/jobs

Tuesday, October 15, 13

Mais conteúdo relacionado

Destaque

Analysis facebook fanpage [wemakeprice] kimsejin
Analysis facebook fanpage [wemakeprice]   kimsejinAnalysis facebook fanpage [wemakeprice]   kimsejin
Analysis facebook fanpage [wemakeprice] kimsejin
세진 김
 
Cellulite Reduction Cream
Cellulite Reduction CreamCellulite Reduction Cream
Cellulite Reduction Cream
newcomerube
 
Research on magazines! media
Research on magazines! mediaResearch on magazines! media
Research on magazines! media
HollySheldon
 
Alana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoAlana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & Indiegogo
Ben Niculescu
 
Digital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading RoomDigital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading Room
mkmiddleton
 
La creatiVIDAd
La creatiVIDAdLa creatiVIDAd
La creatiVIDAd
Suma9
 
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Arvydas Zilinskas
 

Destaque (20)

Fondi Europei e Impresa Sociale
Fondi Europei e Impresa SocialeFondi Europei e Impresa Sociale
Fondi Europei e Impresa Sociale
 
Analysis facebook fanpage [wemakeprice] kimsejin
Analysis facebook fanpage [wemakeprice]   kimsejinAnalysis facebook fanpage [wemakeprice]   kimsejin
Analysis facebook fanpage [wemakeprice] kimsejin
 
We Care The Animals...
We Care The Animals...We Care The Animals...
We Care The Animals...
 
Power Point de la F1
Power Point de la F1Power Point de la F1
Power Point de la F1
 
DIV_Technical
DIV_TechnicalDIV_Technical
DIV_Technical
 
Cellulite Reduction Cream
Cellulite Reduction CreamCellulite Reduction Cream
Cellulite Reduction Cream
 
Duhul adevărului
Duhul adevăruluiDuhul adevărului
Duhul adevărului
 
Yoga si medicina
Yoga si medicinaYoga si medicina
Yoga si medicina
 
Research on magazines! media
Research on magazines! mediaResearch on magazines! media
Research on magazines! media
 
Alana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoAlana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & Indiegogo
 
Progetto Coop up in
Progetto Coop up in Progetto Coop up in
Progetto Coop up in
 
Brochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English VersionBrochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English Version
 
Unit 2 our body
Unit 2 our bodyUnit 2 our body
Unit 2 our body
 
Digital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading RoomDigital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading Room
 
Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)
 
La creatiVIDAd
La creatiVIDAdLa creatiVIDAd
La creatiVIDAd
 
Vocabulario ingles
Vocabulario inglesVocabulario ingles
Vocabulario ingles
 
Splash_mobile
Splash_mobileSplash_mobile
Splash_mobile
 
flitto Overview
flitto Overviewflitto Overview
flitto Overview
 
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
 

Semelhante a Informative Workspace with Raspberry Pi

Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)
Prasan Samtani
 
Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13
kevintcoughlin
 
An Introduction to DevOps with Chef
An Introduction to DevOps with ChefAn Introduction to DevOps with Chef
An Introduction to DevOps with Chef
Julian Dunn
 
Internship dotCloud
Internship dotCloudInternship dotCloud
Internship dotCloud
Jill Mee
 
ONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong Qu
Hong Qu
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part
Nuxeo
 

Semelhante a Informative Workspace with Raspberry Pi (20)

Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)
 
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
 
Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13
 
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalMaking the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
 
Chef - Configuration Management for the Cloud
Chef - Configuration Management for the CloudChef - Configuration Management for the Cloud
Chef - Configuration Management for the Cloud
 
An Introduction to DevOps with Chef
An Introduction to DevOps with ChefAn Introduction to DevOps with Chef
An Introduction to DevOps with Chef
 
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
 
Internship dotCloud
Internship dotCloudInternship dotCloud
Internship dotCloud
 
RIA security based on OWASP Top 10
RIA security based on OWASP Top 10RIA security based on OWASP Top 10
RIA security based on OWASP Top 10
 
Building a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and SaltBuilding a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and Salt
 
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
 
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
 
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
 
Making the gov data more open
Making the gov data more openMaking the gov data more open
Making the gov data more open
 
Programming the Real World: Javascript for Makers
Programming the Real World: Javascript for MakersProgramming the Real World: Javascript for Makers
Programming the Real World: Javascript for Makers
 
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at OoyalaCassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
 
ONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong Qu
 
Unit 28 Week 1
Unit 28 Week 1Unit 28 Week 1
Unit 28 Week 1
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part
 
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

Informative Workspace with Raspberry Pi