Ruben Verborgh, Inrupt / Ghent University – imec
API days Paris, 12 December 2018
Ruben Verborgh
Inrupt / Ghent University – imec
Innovation on the Web
is under threat from
business models that
focus on data harvesting.
The Solid ecosystem
brings back competition
by decoupling
data and apps.
This style of Web development
will have a profound impact
on how we build APIs and clients.
The Solid ecosystem enables people
to use the apps they need,
while
storing their data wherever they want.
People own their data,
and share it
with the apps and people they choose.
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "#ruben-likes-apidays2018",
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me",
"object": "https://www.apidays.co/paris#this",
"published": "2018-12-12T10:00:00Z"
}
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "#ruben-likes-apidays2018",
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me",
"object": "https://www.apidays.co/paris#this",
"published": "2018-12-12T10:00:00Z"
}
{
"@context": "https://www.w3.org/ns/activitystreams",
"@graph": [{
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me",
"object": "https://www.apidays.co/paris#this",
"published": "2018-12-12T10:00:00Z"
},{
"type": "Like",
"actor": "https://example.org/people/mehdi#me",
"object": "https://www.apidays.co/paris#this",
"published": "2018-12-12T10:05:00Z"
}]
}
A Web API ecosystem through feature-based reuse IEEE Internet Computing
GraphQL is the new REST!
Data ownership by end users
unlocks permissionless innovation.
In absence of centralized parties,
we need standardized API features.
Queries make apps independent
of concrete API requests.