SlideShare une entreprise Scribd logo
1  sur  53
http://www.fiware.org
http://lab.fiware.org
Follow @FIWARE on Twitter!
FIWARE: From Open Data to Open APIs
Sergio Garcia Gomez
Telefonica I+D. FIWARE Data/Context Chapter and Smart Cities Architect
sergio.garciagomez@telefonica.com, @ggsergio (twitter)
Agenda
FIWARE overview
Open Data
Introduction to Context Management
Smart City examples
Open & Agile Smart Cities
1
Cities are where daily life and businesses
actually happen …
2
Smart Cities are not simply about more efficient
municipality services but transforming Cities into
ICT platform enabling innovation local economy
growth and well-being
But … How can the Smart Cities ultimately enable local
economy growth and well-being?
3
ecosystem
open globalsustainable
Build
an
Ecosystem and platform: two tied concepts
4
Open Standard
Platform
ecosystem
open globalsustainable
A successful ecosystem is that one which creates the right
incentives to all stakeholders
5
Entrepreneurs, Developers
• Develop once for a large market
• Easily meet potential customers
• Marketing, promotion
• Ability to test with real data and
end users
• Simple yet powerful APIs that
accelerate product development
The Smart City
• Connect to entrepreneurs
• Put their data at work
• Bring new innovative services to
end users
• Be more efficient
• Social Reputation
Platform technology Providers
• Ability to “coopete”
• Connect to entrepreneurs: jointly
exploit the opportunities
ecosystem
open globalsustainable
Sonny Abesamis
6
An open smat city
Kai SchreiberJason Kuffer
Open Standards
and Specifications
to avoid vendor
lock-in
Modular and non-
intrusive platform to
build a smart city
Enablement of
solutions
interoperability in the
city and portability
among cities
Entertainment
Industry
Tourism
Mobility
Agriculture
7
Software
Platform
Innovation
Experimentation
Nodes
deployment and
management
Startups
funding
Global
footprint
Strategy: Build an ecosystem that will work as catalyst for capturing the
opportunities, engaging data providers and entrepreneurs
The FIWARE Public Private Partnership
eHealth
Smart
Grids
Public
Administration Smart
Cities
Goal:
capture opportunities
derived from the new wave of
digitalization of life and businesses that is coming
FIWARE PPP: main figures
8
… Had a single Company made an
investment like this alone?
24
9
countries
partners
122 = 85 + 37 M€
FIWARE budget (phases 1-2 + phase 3)
99 = 76 + 23 M€
FIWARE funding (phases 1-2 + phase 3)
80 + 20 M€
for startups/SMEs
1300
Startups/SMEs
21
Innovation Hubs
6,5 M€
marketing
450 K€
sponsorships
next 2 years
16+
Cities
95/66 M€
budget/funding of
Vertical Use
Cases
18 = 17 + 1
FIWARE Lab nodes
FIWARE major differential features
9
• Federation of infrastructures (private/public regions)
• Automated GE deployment
Cloud
• Complete Context Management Platform
• Integration of Data and Media Content
Data/Media
Context Mgmt
• Easy plug&play of devices using multiple protocols
• Automated Measurements/Action Context updates
IoT Services
Enablement
• Visualization of data (operation dashboards)
• Publication of data sets/services
Data/Services
Delivery
• Easy incorporation of advanced 3D and AR features
• Visual representation of context information
Advanced
Web UI
• Security Monitoring
• Built-in Identity/Access/Privacy Management
Security
• Advanced networking (SDN) and middleware
• Interface to robots
I2ND
Reference Architecture
10
Presentation Layer & APIs
Content/Data Storage, Management, Processing & Analysis
IoT Backend Acquisition/Actuation Layer
Data
• Data is the fuel that enables,
inspires and boosts
entrepreneurs, remarkably in
Smart Cities.
Lab
• FIWARE Lab offers the
environment where all the
stakeholders meet together
around innovation.
FIWARE
• FIWARE provides the
technology to build the
entrepreneurs and
developers ecosystem.
Ingredients to connect an Smart City
11
Open Data/Content approaches
12
Datasets
Existing Datasets
(census,
geographical,
tourism,...)
Historic Data
(from sensors,
events...)
Real Time
Vertical Systems
(mobility,
events...)
Internet of Things
(sensors, Smart
meters...)
Media
Video streams
(traffic,
surveillance..)
Audio
(microphones),
speaches...
Applications
NGSICKAN WEBRTC
KURENTO
Open Data/Content approaches
13
Datasets
Existing Datasets
(census,
geographical,
tourism,...)
Historic Data
(from sensors,
events...)
Real Time
Vertical Systems
(mobility,
events...)
Internet of Things
(sensors, Smart
meters...)
Media
Video streams
(traffic,
surveillance..)
Audio
(microphones),
speaches...
Applications
CKAN
Open Data Platform
De facto standard platform for open data in Europe and
beyond.
Search & Discover Data:
•Search by keywords
•Browse by facets
•Explore data with previews & visualization
•REST/JSON APIs to access data and metadata
Data Management for publishers
•Easy store & update of metadata and data
Plenty of extensions: harvesting, geographical
information, data visualization….
14
Publishing and Managing Data
15
Search and discovery
16
Metadata
17
Open Data/Content approaches
18
Datasets
Existing Datasets
(census,
geographical,
tourism,...)
Historic Data
(from sensors,
events...)
Real Time
Vertical Systems
(mobility,
events...)
Internet of Things
(sensors, Smart
meters...)
Media
Video streams
(traffic,
surveillance..)
Audio
(microphones),
speaches...
Applications
NGSI
Being “Smart” requires first being “Aware”
 Implementing a Smart City requires gathering and managing context
information describing the current and historic “state” of the city
 Context information refers to the values of attributes characterizing
entities relevant to city services, governance and third-party apps
19
Bus
• Location
• No. passengers
• Driver
• Licence plate
Citizen
• Name-Surname
• Birthday
• Preferences
• Location
• ToDo list
Shop
• Location
• Business name
• Franchise
• offerings
Context Information
City Governance System
City Services Third-party Apps
Context Management in FIWARE
 The FIWARE Context Broker GE implements the OMA NGSI-9/10 API:
a simple yet powerful standard API for managing Context information
 The FIWARE NGSI API is Restful: any web/backend programmer gets
quickly used to it
20
Application/Service
Bus
• Location
• No. passengers
• Driver
• Licence plate
Citizen
• Name-Surname
• Birthday
• Preferences
• Location
• ToDo list
Shop
• Location
• Business name
• Franchise
• offerings
Context Broker
NGSI API
FIWARE NGSI: Context from different sources
 Context information may come from many sources:
• Existing systems
• Users, through mobile apps
• Sensor networks
 Source of info related to a given entity may vary over time
21
Place = “X”, temperature = 30º
What’s the current temperature in place “X”?
NGSI API
A sensor in a
pedestrian street
The Public Bus Transport
Management systemA person from his smartphone
It’s too hot!
FIWARE NGSI: Basic interaction
 Context Producers publish context information by invoking the
updateContext operation on a Context Broker.
 Context Consumers can retrieve context information by invoking the
queryContext operation on a Context Broker
22
Bus = “X”, location = (x, y)
updateContext
Context Broker
Context Producer
Context Consumer
queryContext
FIWARE NGSI: Subscription to notifications
 Context Consumers can be subscribed to reception of context information
complying with certain conditions, using the subscribeContext operation a
ContextBroker exports. Such subscriptions may have a duration.
 The Context Broker notifies updates on context information to subscribed
Context Consumers by invoking the notifyContext operation they export
23
Bus = “X”, next_stop = “A”, arrived = “Yes”
updateContext (context_info)
Context Broker
Context Producer
Context Consumer
(consumer1)
notifyContext (id, context_info)
Id = subscribeContext (consumer1,
condition, duration
)
FIWARE NGSI: Context Providers
 Context Providers can be registered to the Context Broker as “holders” of
certain context information.
 A Context Broker will invoke the queryContext or updateContext operations
exported by Context Providers whenever they are queried for, or asked to
update, context information they hold
24
Bus = “X”, location = (x, y)
queryContext / updateContext
Context Broker
Context Provider
(provider-x)
Context Consumer
queryContext / updateContext
registerContext (provider-x,
registration_data, duration, id)
)
Integration with existing systems
 Context adapters will be developed to interface with existing systems (e.g.,
municipal services management systems in a smart city) acting as Context
Providers, Context Producers, or both
 Some attributes from a given entity may be linked to a Context Provider while
other attributes may be linked to Context Producers
25
queryContext (e1,
attr1, attr2)
Context Provider
queryContext (e1,
attr1)
Context Consumer
updateContext (e1,
attr2)
Application
Context Broker
System B
(e.g. Transport
system)
System A
(e.g. GIS, POIs)
FIWARE NGSI: “The SNMP for IoT”
 Capturing data from, or Acting upon, IoT devices becomes as easy as
to read/change the value of attributes linked to context entities using
a Context Broker
26
Context Broker
NGSI APINGSI API
GET <Oauth token>
/V1/contextEntities/lamp1/attributes/presenceSensor
PUT <Oauth token>
/V1/contextEntities/lamp1/attributes/status
“light on”
Setting up the value of attribute
“status” to “light on” triggers
execution of a function in the IoT
device that switches the lamp on
Issuing a get operation on the
“presenceSensor” attribute
enables the application to get
info about presence of people
near the lamp
Integration with sensor networks
 The backend IoT Device Management GE enables creation and configuration
of NGSI IoT Agents that connect to sensor networks
 Each NGSI IoT Agent can behave as Context Consumers or Context
Providers, or both
27
FIWARE Context Broker
IoT
Agent-1
IoT
Agent-2
IoT
Agent-n
IoT Agent
Manager
create/monitor
FIWARE Backend IoT
Device Management
OMA NGSI API (northbound interface)
(southbound interfaces)
MQTTETSI M2M IETF CoAP
NGSI resource
visualization
NGSI resources
visualization
Open data publication
Once context information is gathered, a lot of useful
complementary FIWARE enablers can be used
30
Context Broker
Advanced Web-based UI (AR,
3D)
Data/Apps visualization
Big Data AnalysisComplex Event
Processing
Multimedia processing
Target Smart City platform
 Smart city platform as
a Data/Knowledge Hub
 Non-intrusive, open to
third parties
CKAN
Big Data
Context Broker
Accounting&Payment&Billing
IDM&Auth
Short-term
historic
data
BigData
Processing
Data
Quering/Action,
Publish/Subscr
Open Data
publishing
Real-time
processing
BI
ETL
RULES
DEFINITION
TOOL
OPERATIONA
L
DASHBOARD
KPI GOVERNANCE OPEN DATA PORTALS
Service
orchestrator
Context
Adapters
CEP
31
IoT Backend
Device Management
measures /
commands
IoT Broker & Config
Management
(from sensors to things)
IoT/Sens
or
Open Dataactuators
Media
streams
Real Time
Media
Stream
Processing
City
Services
GIS
Inventory
Specific Enablers
Generic Enablers
Cities in FIWARE Lab
32
City (Country) IoT Open Data NGSI Prototype or details
Amsterdam (NL) x x CitySDK-LD
Barcelona (Spain) X API implementation to municipal portal
Espoo (Finland) x Energy consumption dashboard
Helsinki (Finland) x Participation dashboard (CitySDK-Open311)
Las Palmas (Spain) x x Port management dashboard
Lisbon (Portugal) x Mobility and social networks
Lleida (Spain) x x Public transport and accessibility
Logroño (Spain) x x Smart watering, City App
Malaga (Spain) x x x Citizen as a sensor
Rome (Italy) x Data dashboard
Santander (Spain) x x Big Data / Open Data publication of IoT
Sevilla (Spain) x x x Fountains water management, Crowds detection
Torino (Italy) x Security & participation
Trento (Italy) x SmartCampus” Open Service platform
Valencia (Spain) x x Smart Taxi
Vigo (Spain) x x City dashboard
IoT infrastructure from Smart Santander
Description: Integration of the IoT SmartSantander facility on
top of the FIWARE platform
• Devices registration
• Observations generation
• Definition of new dictionaries to support sensor
measurements as well as citizens observations (mainly
social related events).
• Guidelines to access SmartSantander data (both historical
and live data) by using Generic Enablers
Used GEs: Backend Device Management, Cosmos, IdM,
Context Broker, CKAN
Partners: University of Cantabria
BackendDevice Management [IDAS]
SmartSantander
Core Network
Service StorerResource Configurator
Device Gateway
(SensorML, Lightweight SensorML)
ContextBroker [ORION] Big Data [COSMOS]
IdM [KeyRock]
PEP-Proxy [Wilma]
FIWARE Architecture
Token Request
Context
Request
Historical
Request
Malaga Citizen as a Sensor
Description: The Malaga CitySense project aims to innovate in
data generation for Smart City through the citizen cooperation
using use of their Smartphone and his sensors.
App that generates data (temperature, light, humidity, pressure,
etc.), shows relevant open data from the city, detects iBeacons
deployed to track tourism visits.
Web application shows data and statistics.
Used GEs: Context Broker, Wirecloud, CKAN
Partners: Soidemer/TopDigital
Helsinki Open311 (issue reporting)
Description: The main objective of the pilot was to prepare a
working prototype software to a) integrate Helsinki Open311
issue reporting API to FIWARE platform b) store Helsinki issue
reports (based on Open311 standard) to FIWARE Orion
Context Broker c) display Helsinki issue reporting API data on
FIWARE Wirecloud environment. For this purpose a dedicated
Orion Context Broker instance was setup using FIWARE Cloud
environment. In addition to this Helsinki Service registry API
was used to receive additional information to be displayed in
mashup environment.
Used GEs: Context Broker, Wirecloud
Partners: Forum Virium
Streets video based crowds detection
Description: This system captures video stream from city video surveillance cameras and uses complex
computational vision algorithms for detecting when a crowd of people is being formed, that is a group of
people moving very slowly or not moving at all. The system detects different levels of crowdness and
published them into the FIWARE Context Broker (Orion), so that applications can subscribe to them and
execute specific actions based on thresholds or other mechanism. A Wirecloud widget allows to define areas
for cloud detection in the canvas.
Used GEs: Kurento, Orion, Wirecloud
Partners: URJC,Naevatec, UPM
Kurento
Media
Server
FI-LAB
Orion
Context
Broker
Applica on
Server
h" p://&
Video
Stream
Video
Stream
Context
Events
Media
Events
WWW
traffic
City streets
WWW Browser
Alarms
Other
applica ons
37
Telefonica,
Orange,
Engineering &
ATOS to build
and support
standards for
smart cities
through FIWARE
Open Source
Community
31 cities all over Europe & Brazil joins
Open and Agile Smart Cities initiative
38
39
Open & Agile Smart cities initiative
Implementation
Driven
(FIWARE Lab &
Acceleration,
Organicity,
Code4Europe)
Common
APIs
(NGSI)
City
Models
(CitySDK,
etc)
Open Data
Platform
(CKAN)
Helsinki, Espoo, Vantaa, Tampere, Oulu
and Turku in Finland; Copenhagen,
Aarhus and Aalborg in Denmark;
Brussels, Ghent and Antwerp in
Belgium; Porto, Lisbon, Fundão,
Palmela, Penela and Águeda in
Portugal; Milan, Palermo and Lecce in
Italy; Valencia, Santander, Málaga and
Sevilla in Spain; and Olinda (Recife),
Anapólis (Goiás), Porto Alegre (Rio
Grande do Sul), Vitória (Espírito Santo),
Colinas de Tocantins (Tocantins) and
Taquaritinga (São Paulo) in Brazil
http://fiware.org
http://lab.fiware.org
Follow @Fiware on Twitter !
Check latest videos at www.youtube.com/user/FIWARE
Join us!
40
Why FIWARE
Driver What is needed? What does FIWARE bring?
Technology Open, driven by implementation, specs (open
source reference implemenation)
Sustainable investment over time
Open specifications backed by open source
reference implementations (see [1], [2])
100+ M€ of investment (2011-2016)
Experimental
environment
Ability to experiment with real data coming from
cities (not just open historic datasets but real-time
dat).
Free Cloud capacity enabling entrepreneurs to test
and host a permanent showcase of their
applications.
15 cities (7 in Spain) already working on setting
up a connection to FIWARE Lab [3]
3000+ cores, 16Tb RAM and 750+ Tb HD will be
the free computing capacity provided by the
FIWARE Lab Cloud across 16 nodes distributed in
Europe
Incentives for
creating the
ecosystem
Engagement of technology providers,
entrepreneurs, data providers, customers
Funding for first entrepreneurs joining the
ecosystem.
Invesment in promotion and dissemination activities
52 partners, 13 countries (just FIWARE)
100 M€ devoted to fund entrepreneurs in 2014-
2016. Additional opportunities in Horizon 2020.
6,2+ M€ devoted to dissemination
Global footprint Helping entrepreneurs and technology providers to
create opportunities not just in Europe but other
regions (Latam, Asia and, why not, USA)
FIWARE Lab nodes in Mexico and Brazil.
Conversations between EC and public authorities
in Mexico and Brazil to explore collaboration
opportunities
[1] – http://wiki.fi-ware.org/Summary_of_FIWARE_Open_Specifications
[2] – http://catalogue.fi-ware.org
[3] – http://lab.fi-ware.org
41
FIWARE = advanced OpenStack-based Cloud capabilities
+ library of APIs that ease development of applications
42
Sustainability
ensured
Driven by
implementation
The FIWARE Accelerator Program
43
How can standard Smart City data models easing
common solutions be defined? The problem
 Smart City apps can be ported from one Smart City to
another once their platforms provide the same set of
APIs, that’s why FIWARE brings a rather high value
 Without standard data models, Smart City apps would
need to come with adapters that transform data made
available by the city so that it complies with the data
model handled by the app but that has proven to be
easy with OMA NGSI (overall if NGSI is at both ends)
 Creation of standard Smart City data models would
allow to avoid performing this kind of adaptation and
make portability of Smart City apps across Smart City
platforms a pretty straightforward task
 How creation of these standard Smart City data
models can be fostered?
44
How can standard Smart City data models easing
common solutions be defined? The solution
 A “design by committee” approach would not be
the best approach:
• Such kind of approach has proven to be wrong in many
other standardization efforts in the past
• Who grants that the defined model is suitable for what apps
need and developers want to have?
 we need a “driven by implementation” approach:
• Identify real applications that solves a real problem and
cities would like to see running in their cities
• Check what data model they have been designed to work
with and take it as input
• Carry out a “data curation” process targeted to extract
commonalities and polish the data model
 You will end with a set of standard data models and
soon a portfolio of killer Smart City apps working!
45
How can standard Smart City data models easing
common solutions be defined? FIWARE
 The FIWARE Accelerator program enables to identify
killer Smart City apps developed by entrepreneurs
• These applications can as basis for definition of a standard
set of Smart City data models
• FIWARE resources would be devoted to help coordinating
the data curation process
• Involvement in this process becomes also an incentive for
the entrepreneurs to join the program (“I want to influence
the standard so that my app can easily align with it”, “I want
to provide one of the first example applications”)
• There are 80 M€ for entrepreneurs that can be put at work!
 Cities connected to FIWARE Lab will play a key role:
• Their data models will be contrasted/analyzed against those
coming from the apps and other cities
• They would get involved in the data curation process
46
FIWARE Generic Enablers (GEs)
 A FIWARE Generic Enabler (GE):
 set of general-purpose platform functions available through APIs
 Building with other GEs a FIWARE Reference Architecture
 FIWARE GE Specifications are open (public and royalty-free)
 FIWARE GE implementation (FIWARE GEi):
 Platform product that implements a given GE Open Spec
 There might be multiple compliant GEis of each GE Open Spec
 One open source reference implementation of each
FIWARE GE (FIWARE GEri):
• Well-known open source license
• Publicly available Technical Roadmap updated in every release
 Available FIWARE GEis, GEris and incubated enablers are
published on the FIWARE Catalogue
47
FIWARE Instances
 Future Internet Applications run on top of “FIWARE Instances” that are
built by “FIWARE Instance Providers” upon:
• selection of FIWARE GEis (products) from the FIWARE Catalogue.
• assembly of selected FIWARE GEis with added-value components.
FIWARE Catalogue
FIWARE GE implementations
FIWARE Instance
48
Future Internet App
assemble…
added-value components
Domain-specific platforms = FIWARE + specific
enablers
FIWARE
49
GEs
SMART City
Apps
SMART Factory
Apps
SMART
Agrifood Apps
Domain
specific
enablers
FIWARE Ops: suite of tools for FIWARE providers
Deployment
Deployment of basic Cloud Hosting GEs and Monitoring Adapters in a FIWARE node
Federation Management
Federate a new FIWARE node within a given FIWARE instance (e.g., the FIWARE Lab)
Connectivity Management
Manage connectivity of services across FIWARE nodes of a FIWARE instance
Service Offer Management
Registration and deployment of additional Generic Enablers, Specific Enablers and
complementary Future Internet Facilities
Building the FIWARE ecosystem: the vision
FIWARE Catalogue
creation of dedicated
GE instances
Use of Global shared
GE instance
FIWARE provider A
51
Applications
FIWARE provider B
Applications
 ff
 4,2 M€ promotion campaign
• Campus Party events
• Startup Weekend events
• Chambers of Commerce
• 870 K€ in prizes
 100 M€ of funding devoted
to entrepreneurs in phase 3
of the FIWARE program
• 12 nodes in Europe
providing up to 3000+
cores, 16TB+ Ram,
750TB+ HD
• Creation of nodes in
Mexico (1000+ cores)
and Brazil
• Level 1 and Level 2
support for the nodes
• Showcases for
developers,
infrastructures, smart
businesses
FIWARE Lab: A working instance of FIWARE working as
“the meeting point” where innovation takes place

Contenu connexe

Tendances

FIWARE Overview (University Cairo 20Aug2017)
FIWARE Overview (University Cairo 20Aug2017)FIWARE Overview (University Cairo 20Aug2017)
FIWARE Overview (University Cairo 20Aug2017)FIWARE
 
Welcome to the 1st FIWARE Summit
Welcome to the 1st FIWARE SummitWelcome to the 1st FIWARE Summit
Welcome to the 1st FIWARE SummitFIWARE
 
FiWARE: transforming smart cities into engines of growth
FiWARE: transforming smart cities into engines of growthFiWARE: transforming smart cities into engines of growth
FiWARE: transforming smart cities into engines of growthJuanjo Hierro
 
Introducction to FIWARE TMF Open Hack
Introducction to FIWARE TMF Open HackIntroducction to FIWARE TMF Open Hack
Introducction to FIWARE TMF Open HackFrancisco de la Vega
 
OASC Session ICT 2015
OASC Session ICT 2015OASC Session ICT 2015
OASC Session ICT 2015FIWARE
 
FIWARE: Transforming Smart Cities into engines of growth
FIWARE: Transforming Smart Cities into engines of growthFIWARE: Transforming Smart Cities into engines of growth
FIWARE: Transforming Smart Cities into engines of growthJuanjo Hierro
 
Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...
Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...
Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...OW2
 
The Open and Agile Smart Cities (OASC) initiative: from vision to execution
The Open and Agile Smart Cities (OASC) initiative: from vision to executionThe Open and Agile Smart Cities (OASC) initiative: from vision to execution
The Open and Agile Smart Cities (OASC) initiative: from vision to executionJuanjo Hierro
 
FIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE OverviewFIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE OverviewFIWARE
 
FIWARE and the Open and Agile Smart Cities (OASC) initiative
FIWARE and the Open and Agile Smart Cities (OASC) initiativeFIWARE and the Open and Agile Smart Cities (OASC) initiative
FIWARE and the Open and Agile Smart Cities (OASC) initiativeJuanjo Hierro
 
FIWARE Overview
FIWARE OverviewFIWARE Overview
FIWARE OverviewFIWARE
 
FIWARE: Enabling innovative business models and the economy of data in cities
FIWARE: Enabling innovative business models and the economy of data in citiesFIWARE: Enabling innovative business models and the economy of data in cities
FIWARE: Enabling innovative business models and the economy of data in citiesJuanjo Hierro
 
FIWARE Global Summit - Smart Parking for Electric Vehicles
FIWARE Global Summit - Smart Parking for Electric VehiclesFIWARE Global Summit - Smart Parking for Electric Vehicles
FIWARE Global Summit - Smart Parking for Electric VehiclesFIWARE
 
FIWARE - Can connected objects dream with Smart Cities, Smart places?
FIWARE - Can connected objects dream with Smart Cities, Smart places?FIWARE - Can connected objects dream with Smart Cities, Smart places?
FIWARE - Can connected objects dream with Smart Cities, Smart places?Juanjo Hierro
 
3° Fiware Overview-Chile- Track
3° Fiware Overview-Chile- Track3° Fiware Overview-Chile- Track
3° Fiware Overview-Chile- TrackTIDChile
 
FIWARE Global Summit - Next Steps
FIWARE Global Summit - Next StepsFIWARE Global Summit - Next Steps
FIWARE Global Summit - Next StepsFIWARE
 
FIWARE Global Summit - AUDP – the Atos Urban Data Platform
FIWARE Global Summit - AUDP – the Atos Urban Data Platform FIWARE Global Summit - AUDP – the Atos Urban Data Platform
FIWARE Global Summit - AUDP – the Atos Urban Data Platform FIWARE
 
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlowFIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlowFIWARE
 
FIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEsFIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEsFIWARE
 

Tendances (20)

FIWARE Overview (University Cairo 20Aug2017)
FIWARE Overview (University Cairo 20Aug2017)FIWARE Overview (University Cairo 20Aug2017)
FIWARE Overview (University Cairo 20Aug2017)
 
Welcome to the 1st FIWARE Summit
Welcome to the 1st FIWARE SummitWelcome to the 1st FIWARE Summit
Welcome to the 1st FIWARE Summit
 
FiWARE: transforming smart cities into engines of growth
FiWARE: transforming smart cities into engines of growthFiWARE: transforming smart cities into engines of growth
FiWARE: transforming smart cities into engines of growth
 
FIWARE: Open APIs for Open Cities
FIWARE: Open APIs for Open CitiesFIWARE: Open APIs for Open Cities
FIWARE: Open APIs for Open Cities
 
Introducction to FIWARE TMF Open Hack
Introducction to FIWARE TMF Open HackIntroducction to FIWARE TMF Open Hack
Introducction to FIWARE TMF Open Hack
 
OASC Session ICT 2015
OASC Session ICT 2015OASC Session ICT 2015
OASC Session ICT 2015
 
FIWARE: Transforming Smart Cities into engines of growth
FIWARE: Transforming Smart Cities into engines of growthFIWARE: Transforming Smart Cities into engines of growth
FIWARE: Transforming Smart Cities into engines of growth
 
Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...
Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...
Knowage & FIWARE: the new ecosystem for Smart Applications, Alessandro Portos...
 
The Open and Agile Smart Cities (OASC) initiative: from vision to execution
The Open and Agile Smart Cities (OASC) initiative: from vision to executionThe Open and Agile Smart Cities (OASC) initiative: from vision to execution
The Open and Agile Smart Cities (OASC) initiative: from vision to execution
 
FIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE OverviewFIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE Overview
 
FIWARE and the Open and Agile Smart Cities (OASC) initiative
FIWARE and the Open and Agile Smart Cities (OASC) initiativeFIWARE and the Open and Agile Smart Cities (OASC) initiative
FIWARE and the Open and Agile Smart Cities (OASC) initiative
 
FIWARE Overview
FIWARE OverviewFIWARE Overview
FIWARE Overview
 
FIWARE: Enabling innovative business models and the economy of data in cities
FIWARE: Enabling innovative business models and the economy of data in citiesFIWARE: Enabling innovative business models and the economy of data in cities
FIWARE: Enabling innovative business models and the economy of data in cities
 
FIWARE Global Summit - Smart Parking for Electric Vehicles
FIWARE Global Summit - Smart Parking for Electric VehiclesFIWARE Global Summit - Smart Parking for Electric Vehicles
FIWARE Global Summit - Smart Parking for Electric Vehicles
 
FIWARE - Can connected objects dream with Smart Cities, Smart places?
FIWARE - Can connected objects dream with Smart Cities, Smart places?FIWARE - Can connected objects dream with Smart Cities, Smart places?
FIWARE - Can connected objects dream with Smart Cities, Smart places?
 
3° Fiware Overview-Chile- Track
3° Fiware Overview-Chile- Track3° Fiware Overview-Chile- Track
3° Fiware Overview-Chile- Track
 
FIWARE Global Summit - Next Steps
FIWARE Global Summit - Next StepsFIWARE Global Summit - Next Steps
FIWARE Global Summit - Next Steps
 
FIWARE Global Summit - AUDP – the Atos Urban Data Platform
FIWARE Global Summit - AUDP – the Atos Urban Data Platform FIWARE Global Summit - AUDP – the Atos Urban Data Platform
FIWARE Global Summit - AUDP – the Atos Urban Data Platform
 
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlowFIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
FIWARE Global Summit - Factory Shop Floor Digitalization using FogFlow
 
FIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEsFIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEs
 

En vedette

NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)
NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)
NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)Toshihiko Yamakami
 
201410 1 fiware-overview
201410 1 fiware-overview201410 1 fiware-overview
201410 1 fiware-overviewFIWARE
 
Code for Japan自治体担当者向け勉強会
Code for Japan自治体担当者向け勉強会Code for Japan自治体担当者向け勉強会
Code for Japan自治体担当者向け勉強会Toshihide Sato
 
「PUSH 大阪」の紹介
「PUSH 大阪」の紹介「PUSH 大阪」の紹介
「PUSH 大阪」の紹介Kouji Kozaki
 
オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例
オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例
オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例Tsutomu Chikuba
 
「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想
「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想
「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想Masahiko Shoji
 
FIWARE Complex Event Processing
FIWARE Complex Event ProcessingFIWARE Complex Event Processing
FIWARE Complex Event ProcessingMiguel González
 
FIWARE NGSI: Managing Context Information at Large Scale
FIWARE NGSI: Managing Context Information at Large ScaleFIWARE NGSI: Managing Context Information at Large Scale
FIWARE NGSI: Managing Context Information at Large ScaleFIWARE
 
Orion Context Broker Webminar
Orion Context Broker WebminarOrion Context Broker Webminar
Orion Context Broker WebminarFIWARE
 
Adding Identity Management and Access Control to your Application, Account Ma...
Adding Identity Management and Access Control to your Application, Account Ma...Adding Identity Management and Access Control to your Application, Account Ma...
Adding Identity Management and Access Control to your Application, Account Ma...Fernando Lopez Aguilar
 
FI-WARE Basic Guide
FI-WARE Basic GuideFI-WARE Basic Guide
FI-WARE Basic GuideFIWARE
 
オープンデータの本質と活用事例
オープンデータの本質と活用事例オープンデータの本質と活用事例
オープンデータの本質と活用事例Masahiko Shoji
 

En vedette (20)

NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)
NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)
NGSIを利用するプラットフォームFIWAREとは何か?(in Japanese)
 
201410 1 fiware-overview
201410 1 fiware-overview201410 1 fiware-overview
201410 1 fiware-overview
 
Code for Japan自治体担当者向け勉強会
Code for Japan自治体担当者向け勉強会Code for Japan自治体担当者向け勉強会
Code for Japan自治体担当者向け勉強会
 
「PUSH 大阪」の紹介
「PUSH 大阪」の紹介「PUSH 大阪」の紹介
「PUSH 大阪」の紹介
 
オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例
オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例
オープンデータ利活用への道のり@未来型不動産サービス「IESHIL(イエシル)」の事例
 
FIWARE ID Management
FIWARE ID ManagementFIWARE ID Management
FIWARE ID Management
 
FIWARE Lab
FIWARE LabFIWARE Lab
FIWARE Lab
 
FIWARE Technology
FIWARE TechnologyFIWARE Technology
FIWARE Technology
 
「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想
「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想
「オープンデータ1.0」の評価とオープンデータ活用推進基本法の構想
 
FINODEX introduces FIWARE
FINODEX introduces FIWAREFINODEX introduces FIWARE
FINODEX introduces FIWARE
 
FIWARE Generic Enablers introduction
FIWARE Generic Enablers introductionFIWARE Generic Enablers introduction
FIWARE Generic Enablers introduction
 
FIWARE Context Broker
FIWARE Context BrokerFIWARE Context Broker
FIWARE Context Broker
 
FIWARE Complex Event Processing
FIWARE Complex Event ProcessingFIWARE Complex Event Processing
FIWARE Complex Event Processing
 
FIWARE Internet of Things
FIWARE Internet of ThingsFIWARE Internet of Things
FIWARE Internet of Things
 
FINODEX summary. Year 1
FINODEX summary. Year 1FINODEX summary. Year 1
FINODEX summary. Year 1
 
FIWARE NGSI: Managing Context Information at Large Scale
FIWARE NGSI: Managing Context Information at Large ScaleFIWARE NGSI: Managing Context Information at Large Scale
FIWARE NGSI: Managing Context Information at Large Scale
 
Orion Context Broker Webminar
Orion Context Broker WebminarOrion Context Broker Webminar
Orion Context Broker Webminar
 
Adding Identity Management and Access Control to your Application, Account Ma...
Adding Identity Management and Access Control to your Application, Account Ma...Adding Identity Management and Access Control to your Application, Account Ma...
Adding Identity Management and Access Control to your Application, Account Ma...
 
FI-WARE Basic Guide
FI-WARE Basic GuideFI-WARE Basic Guide
FI-WARE Basic Guide
 
オープンデータの本質と活用事例
オープンデータの本質と活用事例オープンデータの本質と活用事例
オープンデータの本質と活用事例
 

Similaire à FIWARE From Open Data to Open APIs

FI Workshop Sesión Inaugural TID Chile
FI Workshop Sesión Inaugural TID ChileFI Workshop Sesión Inaugural TID Chile
FI Workshop Sesión Inaugural TID ChileTIDChile
 
Building the Smart City Platform on FIWARE Lab
Building the Smart City Platform on FIWARE LabBuilding the Smart City Platform on FIWARE Lab
Building the Smart City Platform on FIWARE LabFernando Lopez Aguilar
 
FIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE OverviewFIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE OverviewFIWARE
 
FIWARE Wednesday Webinars - FIWARE Vision and Value Proposition
FIWARE Wednesday Webinars - FIWARE Vision and Value PropositionFIWARE Wednesday Webinars - FIWARE Vision and Value Proposition
FIWARE Wednesday Webinars - FIWARE Vision and Value PropositionFIWARE
 
Iot presentation JustPeople-ago2015
Iot presentation JustPeople-ago2015Iot presentation JustPeople-ago2015
Iot presentation JustPeople-ago2015TIDChile
 
Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...
Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...
Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...OW2
 
Valencia Smart City project powered by Telefonica and Red Hat IoT solutions
Valencia Smart City project powered by Telefonica and Red Hat IoT solutionsValencia Smart City project powered by Telefonica and Red Hat IoT solutions
Valencia Smart City project powered by Telefonica and Red Hat IoT solutionsDavid Bericat
 
#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...
#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...
#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...Paris Open Source Summit
 
TMForum Open Hack Opening Session - FIWARE
TMForum Open Hack Opening Session - FIWARETMForum Open Hack Opening Session - FIWARE
TMForum Open Hack Opening Session - FIWAREAitor Magán García
 
20181012 fiware at_construction_conference
20181012 fiware at_construction_conference20181012 fiware at_construction_conference
20181012 fiware at_construction_conferencestefano de panfilis
 
FIWARE Global Summit - FIWARE Today and Tomorrow
FIWARE Global Summit - FIWARE Today and TomorrowFIWARE Global Summit - FIWARE Today and Tomorrow
FIWARE Global Summit - FIWARE Today and TomorrowFIWARE
 
20171213 Future Internet: The forgotten Enabler for SmartCities
20171213 Future Internet: The forgotten Enabler for SmartCities20171213 Future Internet: The forgotten Enabler for SmartCities
20171213 Future Internet: The forgotten Enabler for SmartCitiesstefano de panfilis
 
Publishing Context Information as Open Data
Publishing Context Information as Open DataPublishing Context Information as Open Data
Publishing Context Information as Open DataFrancisco de la Vega
 
FIWARE Wednesday Webinars - FIWARE Building the Future
FIWARE Wednesday Webinars - FIWARE Building the FutureFIWARE Wednesday Webinars - FIWARE Building the Future
FIWARE Wednesday Webinars - FIWARE Building the FutureFIWARE
 

Similaire à FIWARE From Open Data to Open APIs (20)

Fiware overview3
Fiware overview3Fiware overview3
Fiware overview3
 
FI Workshop Sesión Inaugural TID Chile
FI Workshop Sesión Inaugural TID ChileFI Workshop Sesión Inaugural TID Chile
FI Workshop Sesión Inaugural TID Chile
 
Building the Smart City Platform on FIWARE Lab
Building the Smart City Platform on FIWARE LabBuilding the Smart City Platform on FIWARE Lab
Building the Smart City Platform on FIWARE Lab
 
Fiware overview
Fiware overviewFiware overview
Fiware overview
 
FIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE OverviewFIWARE Global Summit - FIWARE Overview
FIWARE Global Summit - FIWARE Overview
 
FIWARE Wednesday Webinars - FIWARE Vision and Value Proposition
FIWARE Wednesday Webinars - FIWARE Vision and Value PropositionFIWARE Wednesday Webinars - FIWARE Vision and Value Proposition
FIWARE Wednesday Webinars - FIWARE Vision and Value Proposition
 
20170820 FIWARE at CAMPIE
20170820 FIWARE at CAMPIE20170820 FIWARE at CAMPIE
20170820 FIWARE at CAMPIE
 
Iot presentation JustPeople-ago2015
Iot presentation JustPeople-ago2015Iot presentation JustPeople-ago2015
Iot presentation JustPeople-ago2015
 
Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...
Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...
Knowage & FIWARE: the new ecosystem for Smart Applications, Davide Zerbetto, ...
 
Valencia Smart City project powered by Telefonica and Red Hat IoT solutions
Valencia Smart City project powered by Telefonica and Red Hat IoT solutionsValencia Smart City project powered by Telefonica and Red Hat IoT solutions
Valencia Smart City project powered by Telefonica and Red Hat IoT solutions
 
#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...
#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...
#OSSPARIS17 - Knowage & FIWARE: the new ecosystem for Smart Applications, by ...
 
FIWARE Overview
FIWARE OverviewFIWARE Overview
FIWARE Overview
 
Fiware, the future internet
Fiware, the future internetFiware, the future internet
Fiware, the future internet
 
TMForum Open Hack Opening Session - FIWARE
TMForum Open Hack Opening Session - FIWARETMForum Open Hack Opening Session - FIWARE
TMForum Open Hack Opening Session - FIWARE
 
FIWARE - TM Forum collaboration
FIWARE  - TM Forum collaborationFIWARE  - TM Forum collaboration
FIWARE - TM Forum collaboration
 
20181012 fiware at_construction_conference
20181012 fiware at_construction_conference20181012 fiware at_construction_conference
20181012 fiware at_construction_conference
 
FIWARE Global Summit - FIWARE Today and Tomorrow
FIWARE Global Summit - FIWARE Today and TomorrowFIWARE Global Summit - FIWARE Today and Tomorrow
FIWARE Global Summit - FIWARE Today and Tomorrow
 
20171213 Future Internet: The forgotten Enabler for SmartCities
20171213 Future Internet: The forgotten Enabler for SmartCities20171213 Future Internet: The forgotten Enabler for SmartCities
20171213 Future Internet: The forgotten Enabler for SmartCities
 
Publishing Context Information as Open Data
Publishing Context Information as Open DataPublishing Context Information as Open Data
Publishing Context Information as Open Data
 
FIWARE Wednesday Webinars - FIWARE Building the Future
FIWARE Wednesday Webinars - FIWARE Building the FutureFIWARE Wednesday Webinars - FIWARE Building the Future
FIWARE Wednesday Webinars - FIWARE Building the Future
 

Dernier

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Dernier (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

FIWARE From Open Data to Open APIs

  • 1. http://www.fiware.org http://lab.fiware.org Follow @FIWARE on Twitter! FIWARE: From Open Data to Open APIs Sergio Garcia Gomez Telefonica I+D. FIWARE Data/Context Chapter and Smart Cities Architect sergio.garciagomez@telefonica.com, @ggsergio (twitter)
  • 2. Agenda FIWARE overview Open Data Introduction to Context Management Smart City examples Open & Agile Smart Cities 1
  • 3. Cities are where daily life and businesses actually happen … 2 Smart Cities are not simply about more efficient municipality services but transforming Cities into ICT platform enabling innovation local economy growth and well-being
  • 4. But … How can the Smart Cities ultimately enable local economy growth and well-being? 3 ecosystem open globalsustainable Build an
  • 5. Ecosystem and platform: two tied concepts 4 Open Standard Platform ecosystem open globalsustainable
  • 6. A successful ecosystem is that one which creates the right incentives to all stakeholders 5 Entrepreneurs, Developers • Develop once for a large market • Easily meet potential customers • Marketing, promotion • Ability to test with real data and end users • Simple yet powerful APIs that accelerate product development The Smart City • Connect to entrepreneurs • Put their data at work • Bring new innovative services to end users • Be more efficient • Social Reputation Platform technology Providers • Ability to “coopete” • Connect to entrepreneurs: jointly exploit the opportunities ecosystem open globalsustainable
  • 7. Sonny Abesamis 6 An open smat city Kai SchreiberJason Kuffer Open Standards and Specifications to avoid vendor lock-in Modular and non- intrusive platform to build a smart city Enablement of solutions interoperability in the city and portability among cities
  • 8. Entertainment Industry Tourism Mobility Agriculture 7 Software Platform Innovation Experimentation Nodes deployment and management Startups funding Global footprint Strategy: Build an ecosystem that will work as catalyst for capturing the opportunities, engaging data providers and entrepreneurs The FIWARE Public Private Partnership eHealth Smart Grids Public Administration Smart Cities Goal: capture opportunities derived from the new wave of digitalization of life and businesses that is coming
  • 9. FIWARE PPP: main figures 8 … Had a single Company made an investment like this alone? 24 9 countries partners 122 = 85 + 37 M€ FIWARE budget (phases 1-2 + phase 3) 99 = 76 + 23 M€ FIWARE funding (phases 1-2 + phase 3) 80 + 20 M€ for startups/SMEs 1300 Startups/SMEs 21 Innovation Hubs 6,5 M€ marketing 450 K€ sponsorships next 2 years 16+ Cities 95/66 M€ budget/funding of Vertical Use Cases 18 = 17 + 1 FIWARE Lab nodes
  • 10. FIWARE major differential features 9 • Federation of infrastructures (private/public regions) • Automated GE deployment Cloud • Complete Context Management Platform • Integration of Data and Media Content Data/Media Context Mgmt • Easy plug&play of devices using multiple protocols • Automated Measurements/Action Context updates IoT Services Enablement • Visualization of data (operation dashboards) • Publication of data sets/services Data/Services Delivery • Easy incorporation of advanced 3D and AR features • Visual representation of context information Advanced Web UI • Security Monitoring • Built-in Identity/Access/Privacy Management Security • Advanced networking (SDN) and middleware • Interface to robots I2ND
  • 11. Reference Architecture 10 Presentation Layer & APIs Content/Data Storage, Management, Processing & Analysis IoT Backend Acquisition/Actuation Layer
  • 12. Data • Data is the fuel that enables, inspires and boosts entrepreneurs, remarkably in Smart Cities. Lab • FIWARE Lab offers the environment where all the stakeholders meet together around innovation. FIWARE • FIWARE provides the technology to build the entrepreneurs and developers ecosystem. Ingredients to connect an Smart City 11
  • 13. Open Data/Content approaches 12 Datasets Existing Datasets (census, geographical, tourism,...) Historic Data (from sensors, events...) Real Time Vertical Systems (mobility, events...) Internet of Things (sensors, Smart meters...) Media Video streams (traffic, surveillance..) Audio (microphones), speaches... Applications NGSICKAN WEBRTC KURENTO
  • 14. Open Data/Content approaches 13 Datasets Existing Datasets (census, geographical, tourism,...) Historic Data (from sensors, events...) Real Time Vertical Systems (mobility, events...) Internet of Things (sensors, Smart meters...) Media Video streams (traffic, surveillance..) Audio (microphones), speaches... Applications CKAN
  • 15. Open Data Platform De facto standard platform for open data in Europe and beyond. Search & Discover Data: •Search by keywords •Browse by facets •Explore data with previews & visualization •REST/JSON APIs to access data and metadata Data Management for publishers •Easy store & update of metadata and data Plenty of extensions: harvesting, geographical information, data visualization…. 14
  • 19. Open Data/Content approaches 18 Datasets Existing Datasets (census, geographical, tourism,...) Historic Data (from sensors, events...) Real Time Vertical Systems (mobility, events...) Internet of Things (sensors, Smart meters...) Media Video streams (traffic, surveillance..) Audio (microphones), speaches... Applications NGSI
  • 20. Being “Smart” requires first being “Aware”  Implementing a Smart City requires gathering and managing context information describing the current and historic “state” of the city  Context information refers to the values of attributes characterizing entities relevant to city services, governance and third-party apps 19 Bus • Location • No. passengers • Driver • Licence plate Citizen • Name-Surname • Birthday • Preferences • Location • ToDo list Shop • Location • Business name • Franchise • offerings Context Information City Governance System City Services Third-party Apps
  • 21. Context Management in FIWARE  The FIWARE Context Broker GE implements the OMA NGSI-9/10 API: a simple yet powerful standard API for managing Context information  The FIWARE NGSI API is Restful: any web/backend programmer gets quickly used to it 20 Application/Service Bus • Location • No. passengers • Driver • Licence plate Citizen • Name-Surname • Birthday • Preferences • Location • ToDo list Shop • Location • Business name • Franchise • offerings Context Broker NGSI API
  • 22. FIWARE NGSI: Context from different sources  Context information may come from many sources: • Existing systems • Users, through mobile apps • Sensor networks  Source of info related to a given entity may vary over time 21 Place = “X”, temperature = 30º What’s the current temperature in place “X”? NGSI API A sensor in a pedestrian street The Public Bus Transport Management systemA person from his smartphone It’s too hot!
  • 23. FIWARE NGSI: Basic interaction  Context Producers publish context information by invoking the updateContext operation on a Context Broker.  Context Consumers can retrieve context information by invoking the queryContext operation on a Context Broker 22 Bus = “X”, location = (x, y) updateContext Context Broker Context Producer Context Consumer queryContext
  • 24. FIWARE NGSI: Subscription to notifications  Context Consumers can be subscribed to reception of context information complying with certain conditions, using the subscribeContext operation a ContextBroker exports. Such subscriptions may have a duration.  The Context Broker notifies updates on context information to subscribed Context Consumers by invoking the notifyContext operation they export 23 Bus = “X”, next_stop = “A”, arrived = “Yes” updateContext (context_info) Context Broker Context Producer Context Consumer (consumer1) notifyContext (id, context_info) Id = subscribeContext (consumer1, condition, duration )
  • 25. FIWARE NGSI: Context Providers  Context Providers can be registered to the Context Broker as “holders” of certain context information.  A Context Broker will invoke the queryContext or updateContext operations exported by Context Providers whenever they are queried for, or asked to update, context information they hold 24 Bus = “X”, location = (x, y) queryContext / updateContext Context Broker Context Provider (provider-x) Context Consumer queryContext / updateContext registerContext (provider-x, registration_data, duration, id) )
  • 26. Integration with existing systems  Context adapters will be developed to interface with existing systems (e.g., municipal services management systems in a smart city) acting as Context Providers, Context Producers, or both  Some attributes from a given entity may be linked to a Context Provider while other attributes may be linked to Context Producers 25 queryContext (e1, attr1, attr2) Context Provider queryContext (e1, attr1) Context Consumer updateContext (e1, attr2) Application Context Broker System B (e.g. Transport system) System A (e.g. GIS, POIs)
  • 27. FIWARE NGSI: “The SNMP for IoT”  Capturing data from, or Acting upon, IoT devices becomes as easy as to read/change the value of attributes linked to context entities using a Context Broker 26 Context Broker NGSI APINGSI API GET <Oauth token> /V1/contextEntities/lamp1/attributes/presenceSensor PUT <Oauth token> /V1/contextEntities/lamp1/attributes/status “light on” Setting up the value of attribute “status” to “light on” triggers execution of a function in the IoT device that switches the lamp on Issuing a get operation on the “presenceSensor” attribute enables the application to get info about presence of people near the lamp
  • 28. Integration with sensor networks  The backend IoT Device Management GE enables creation and configuration of NGSI IoT Agents that connect to sensor networks  Each NGSI IoT Agent can behave as Context Consumers or Context Providers, or both 27 FIWARE Context Broker IoT Agent-1 IoT Agent-2 IoT Agent-n IoT Agent Manager create/monitor FIWARE Backend IoT Device Management OMA NGSI API (northbound interface) (southbound interfaces) MQTTETSI M2M IETF CoAP
  • 31. Open data publication Once context information is gathered, a lot of useful complementary FIWARE enablers can be used 30 Context Broker Advanced Web-based UI (AR, 3D) Data/Apps visualization Big Data AnalysisComplex Event Processing Multimedia processing
  • 32. Target Smart City platform  Smart city platform as a Data/Knowledge Hub  Non-intrusive, open to third parties CKAN Big Data Context Broker Accounting&Payment&Billing IDM&Auth Short-term historic data BigData Processing Data Quering/Action, Publish/Subscr Open Data publishing Real-time processing BI ETL RULES DEFINITION TOOL OPERATIONA L DASHBOARD KPI GOVERNANCE OPEN DATA PORTALS Service orchestrator Context Adapters CEP 31 IoT Backend Device Management measures / commands IoT Broker & Config Management (from sensors to things) IoT/Sens or Open Dataactuators Media streams Real Time Media Stream Processing City Services GIS Inventory Specific Enablers Generic Enablers
  • 33. Cities in FIWARE Lab 32 City (Country) IoT Open Data NGSI Prototype or details Amsterdam (NL) x x CitySDK-LD Barcelona (Spain) X API implementation to municipal portal Espoo (Finland) x Energy consumption dashboard Helsinki (Finland) x Participation dashboard (CitySDK-Open311) Las Palmas (Spain) x x Port management dashboard Lisbon (Portugal) x Mobility and social networks Lleida (Spain) x x Public transport and accessibility Logroño (Spain) x x Smart watering, City App Malaga (Spain) x x x Citizen as a sensor Rome (Italy) x Data dashboard Santander (Spain) x x Big Data / Open Data publication of IoT Sevilla (Spain) x x x Fountains water management, Crowds detection Torino (Italy) x Security & participation Trento (Italy) x SmartCampus” Open Service platform Valencia (Spain) x x Smart Taxi Vigo (Spain) x x City dashboard
  • 34. IoT infrastructure from Smart Santander Description: Integration of the IoT SmartSantander facility on top of the FIWARE platform • Devices registration • Observations generation • Definition of new dictionaries to support sensor measurements as well as citizens observations (mainly social related events). • Guidelines to access SmartSantander data (both historical and live data) by using Generic Enablers Used GEs: Backend Device Management, Cosmos, IdM, Context Broker, CKAN Partners: University of Cantabria BackendDevice Management [IDAS] SmartSantander Core Network Service StorerResource Configurator Device Gateway (SensorML, Lightweight SensorML) ContextBroker [ORION] Big Data [COSMOS] IdM [KeyRock] PEP-Proxy [Wilma] FIWARE Architecture Token Request Context Request Historical Request
  • 35. Malaga Citizen as a Sensor Description: The Malaga CitySense project aims to innovate in data generation for Smart City through the citizen cooperation using use of their Smartphone and his sensors. App that generates data (temperature, light, humidity, pressure, etc.), shows relevant open data from the city, detects iBeacons deployed to track tourism visits. Web application shows data and statistics. Used GEs: Context Broker, Wirecloud, CKAN Partners: Soidemer/TopDigital
  • 36. Helsinki Open311 (issue reporting) Description: The main objective of the pilot was to prepare a working prototype software to a) integrate Helsinki Open311 issue reporting API to FIWARE platform b) store Helsinki issue reports (based on Open311 standard) to FIWARE Orion Context Broker c) display Helsinki issue reporting API data on FIWARE Wirecloud environment. For this purpose a dedicated Orion Context Broker instance was setup using FIWARE Cloud environment. In addition to this Helsinki Service registry API was used to receive additional information to be displayed in mashup environment. Used GEs: Context Broker, Wirecloud Partners: Forum Virium
  • 37. Streets video based crowds detection Description: This system captures video stream from city video surveillance cameras and uses complex computational vision algorithms for detecting when a crowd of people is being formed, that is a group of people moving very slowly or not moving at all. The system detects different levels of crowdness and published them into the FIWARE Context Broker (Orion), so that applications can subscribe to them and execute specific actions based on thresholds or other mechanism. A Wirecloud widget allows to define areas for cloud detection in the canvas. Used GEs: Kurento, Orion, Wirecloud Partners: URJC,Naevatec, UPM Kurento Media Server FI-LAB Orion Context Broker Applica on Server h" p://& Video Stream Video Stream Context Events Media Events WWW traffic City streets WWW Browser Alarms Other applica ons
  • 38. 37 Telefonica, Orange, Engineering & ATOS to build and support standards for smart cities through FIWARE Open Source Community
  • 39. 31 cities all over Europe & Brazil joins Open and Agile Smart Cities initiative 38
  • 40. 39 Open & Agile Smart cities initiative Implementation Driven (FIWARE Lab & Acceleration, Organicity, Code4Europe) Common APIs (NGSI) City Models (CitySDK, etc) Open Data Platform (CKAN) Helsinki, Espoo, Vantaa, Tampere, Oulu and Turku in Finland; Copenhagen, Aarhus and Aalborg in Denmark; Brussels, Ghent and Antwerp in Belgium; Porto, Lisbon, Fundão, Palmela, Penela and Águeda in Portugal; Milan, Palermo and Lecce in Italy; Valencia, Santander, Málaga and Sevilla in Spain; and Olinda (Recife), Anapólis (Goiás), Porto Alegre (Rio Grande do Sul), Vitória (Espírito Santo), Colinas de Tocantins (Tocantins) and Taquaritinga (São Paulo) in Brazil
  • 41. http://fiware.org http://lab.fiware.org Follow @Fiware on Twitter ! Check latest videos at www.youtube.com/user/FIWARE Join us! 40
  • 42. Why FIWARE Driver What is needed? What does FIWARE bring? Technology Open, driven by implementation, specs (open source reference implemenation) Sustainable investment over time Open specifications backed by open source reference implementations (see [1], [2]) 100+ M€ of investment (2011-2016) Experimental environment Ability to experiment with real data coming from cities (not just open historic datasets but real-time dat). Free Cloud capacity enabling entrepreneurs to test and host a permanent showcase of their applications. 15 cities (7 in Spain) already working on setting up a connection to FIWARE Lab [3] 3000+ cores, 16Tb RAM and 750+ Tb HD will be the free computing capacity provided by the FIWARE Lab Cloud across 16 nodes distributed in Europe Incentives for creating the ecosystem Engagement of technology providers, entrepreneurs, data providers, customers Funding for first entrepreneurs joining the ecosystem. Invesment in promotion and dissemination activities 52 partners, 13 countries (just FIWARE) 100 M€ devoted to fund entrepreneurs in 2014- 2016. Additional opportunities in Horizon 2020. 6,2+ M€ devoted to dissemination Global footprint Helping entrepreneurs and technology providers to create opportunities not just in Europe but other regions (Latam, Asia and, why not, USA) FIWARE Lab nodes in Mexico and Brazil. Conversations between EC and public authorities in Mexico and Brazil to explore collaboration opportunities [1] – http://wiki.fi-ware.org/Summary_of_FIWARE_Open_Specifications [2] – http://catalogue.fi-ware.org [3] – http://lab.fi-ware.org 41
  • 43. FIWARE = advanced OpenStack-based Cloud capabilities + library of APIs that ease development of applications 42 Sustainability ensured Driven by implementation
  • 45. How can standard Smart City data models easing common solutions be defined? The problem  Smart City apps can be ported from one Smart City to another once their platforms provide the same set of APIs, that’s why FIWARE brings a rather high value  Without standard data models, Smart City apps would need to come with adapters that transform data made available by the city so that it complies with the data model handled by the app but that has proven to be easy with OMA NGSI (overall if NGSI is at both ends)  Creation of standard Smart City data models would allow to avoid performing this kind of adaptation and make portability of Smart City apps across Smart City platforms a pretty straightforward task  How creation of these standard Smart City data models can be fostered? 44
  • 46. How can standard Smart City data models easing common solutions be defined? The solution  A “design by committee” approach would not be the best approach: • Such kind of approach has proven to be wrong in many other standardization efforts in the past • Who grants that the defined model is suitable for what apps need and developers want to have?  we need a “driven by implementation” approach: • Identify real applications that solves a real problem and cities would like to see running in their cities • Check what data model they have been designed to work with and take it as input • Carry out a “data curation” process targeted to extract commonalities and polish the data model  You will end with a set of standard data models and soon a portfolio of killer Smart City apps working! 45
  • 47. How can standard Smart City data models easing common solutions be defined? FIWARE  The FIWARE Accelerator program enables to identify killer Smart City apps developed by entrepreneurs • These applications can as basis for definition of a standard set of Smart City data models • FIWARE resources would be devoted to help coordinating the data curation process • Involvement in this process becomes also an incentive for the entrepreneurs to join the program (“I want to influence the standard so that my app can easily align with it”, “I want to provide one of the first example applications”) • There are 80 M€ for entrepreneurs that can be put at work!  Cities connected to FIWARE Lab will play a key role: • Their data models will be contrasted/analyzed against those coming from the apps and other cities • They would get involved in the data curation process 46
  • 48. FIWARE Generic Enablers (GEs)  A FIWARE Generic Enabler (GE):  set of general-purpose platform functions available through APIs  Building with other GEs a FIWARE Reference Architecture  FIWARE GE Specifications are open (public and royalty-free)  FIWARE GE implementation (FIWARE GEi):  Platform product that implements a given GE Open Spec  There might be multiple compliant GEis of each GE Open Spec  One open source reference implementation of each FIWARE GE (FIWARE GEri): • Well-known open source license • Publicly available Technical Roadmap updated in every release  Available FIWARE GEis, GEris and incubated enablers are published on the FIWARE Catalogue 47
  • 49. FIWARE Instances  Future Internet Applications run on top of “FIWARE Instances” that are built by “FIWARE Instance Providers” upon: • selection of FIWARE GEis (products) from the FIWARE Catalogue. • assembly of selected FIWARE GEis with added-value components. FIWARE Catalogue FIWARE GE implementations FIWARE Instance 48 Future Internet App assemble… added-value components
  • 50. Domain-specific platforms = FIWARE + specific enablers FIWARE 49 GEs SMART City Apps SMART Factory Apps SMART Agrifood Apps Domain specific enablers
  • 51. FIWARE Ops: suite of tools for FIWARE providers Deployment Deployment of basic Cloud Hosting GEs and Monitoring Adapters in a FIWARE node Federation Management Federate a new FIWARE node within a given FIWARE instance (e.g., the FIWARE Lab) Connectivity Management Manage connectivity of services across FIWARE nodes of a FIWARE instance Service Offer Management Registration and deployment of additional Generic Enablers, Specific Enablers and complementary Future Internet Facilities
  • 52. Building the FIWARE ecosystem: the vision FIWARE Catalogue creation of dedicated GE instances Use of Global shared GE instance FIWARE provider A 51 Applications FIWARE provider B Applications
  • 53.  ff  4,2 M€ promotion campaign • Campus Party events • Startup Weekend events • Chambers of Commerce • 870 K€ in prizes  100 M€ of funding devoted to entrepreneurs in phase 3 of the FIWARE program • 12 nodes in Europe providing up to 3000+ cores, 16TB+ Ram, 750TB+ HD • Creation of nodes in Mexico (1000+ cores) and Brazil • Level 1 and Level 2 support for the nodes • Showcases for developers, infrastructures, smart businesses FIWARE Lab: A working instance of FIWARE working as “the meeting point” where innovation takes place