SlideShare a Scribd company logo
Koneksys
Offering Services to Connect Data using the Next Web
September 2017
Creating solutions to connect data silos using
the Web for improved traceability,
transparency, collaboration, and analytics
Providing consulting and research services
Creating open-source software
Promoting the Data Web
Koneksys
2
Clients Located in San Francisco.
In business since 2012.
Koneksys
3
And John Deere, Delligatti Associates, Stottler Henke
Associates, and more
Koneksys Team
4
Hector Axel Mikhail
JeromeOctavio Victor Brian
Ricardo Dennis Gabriel
Loyda
“When you have data coming at you from too many different sources,
you run into a data integration challenge. As near as I can tell, that is what
is causing problems for nearly every major enterprise on the planet. Most
enterprises are siloed, meaning they have independently constructed
data stores, perhaps for each business unit. The problem comes
when these business units want to integrate their
data”
“Benefit we expect from Big Data depends on seamless data integration.
Solving the problem of how to improve data
integration is going to be key in getting the most
benefit from all the data being created”
Why Data Integration Matters
Michael Ralph Stonebraker
Computer scientist specializing in
database research. 2005 IEEE John
von Neumann Medal and 2014 ACM
Turing Award Winner.
5
Why Choose the Web for Data Integration?
No license costs
No vendor lock-in
Mature and widely adopted
infrastructure
Abundance of Web
specialists/developers
6
Freedom
Benefits of Connecting Data Silos
● Integrated dataset
● Traceability
● Transparency
● Collaboration
● Better decisions
● Knowledge sharing
7
*
* Icon by madebyoliver from www.flaticon.com are licensed by CC 3.0 BY
*
*
*
Why is Data Integration Complicated?
Different APIs
Different Data Formats Different Data IDs
Java, REST, query languages
integer, path, guidXML, JSON, CSV, binary
8
Different Data Models
Relational, Graph, Document
Why is Data Integration Expensive?
Your Data Your Data Integration
Solution Vendor
Proprietary APIs
and Data Formats
9
$ $
Cost of Data Integration
Healthcare: “Data integration problems cost government care providers $342
billion annually”
http://solustaff.com/2015/10/19/the-cost-of-data-integration-challenges/
Business Intelligence: “data integration is a significant cost for any BI project, inthe
implementation phase estimates of almost 80%; compared to the analytics
component of 20%”
https://tdwi.org/articles/2013/08/20/true-cost-of-integration.aspx
Enterprise Resource Planning (ERP): Gartner Says Through 2018, 90 Percent of
Organizations Will Lack a Postmodern Application Integration Strategy
http://www.gartner.com/newsroom/id/3233217
10
Current Data Integration Solutions in Engineering
Proprietary data integration solutions
end up being new data silos
11
Product Lifecycle
Management
(PLM)/ Mechanical
Engineering
Application
Lifecycle
Management
(ALM)/ Software
Engineering
Business
Intelligence/
Analytics
Enterprise
Resource Planning
(ERP)/
Manufacturing etc.
Where is the
integration?
Current Data Integration Solutions in Engineering
12
Product Lifecycle
Management
(PLM)/ Mechanical
Engineering
Application
Lifecycle
Management
(ALM)/ Software
Engineering
Business
Inteligence/
Analytics
Enterprise
Resource Planning
(ERP)/
Manufacturing etc.
How can I
establish
traceability
How do I know
what is related
to what?
How can I assess
the impact of a
change?
How can I manage
changes/updates?
Hypertext + Internet = Web
13
Hypertext System 1 Hypertext System 2
Problem: No Compatibility between hypertext
systems + different protocols to access and
connect documents on the internet (Gopher,
WAIS, etc...)
BEFORE THE WEB
One global hypertext system = Web
One protocol to access and connect documents
WITH THE WEB
Private/public
Web
Web Server
Web Server
Requirement
id = 112
text = “Only authorized users shall access the
system”
<!DOCTYPE html>
<html>
<head>
<title>Requirement 112</title>
</head>
<body>
<p>type = Requirement</p>
<p>id = 112</p>
<p>text = “Only authorized users shall
access the system”</p>
</body>
</html>
http://example.com/req112
HTTP
URL
HTML
Doc
14
HTTP
URL
RDF
Data
Private/public
Web
Data Web Server
Data Web Server!
Requirement
id = 112
text = “Only authorized users shall
access the system”
Only Change
between
regular Web
and Data Web
15
Requirement
id = 112
text = “Only authorized users shall access the
system”
{
"@context": {
"text": "http://myvocab.com/text",
"id": "http://myvocab.com/id",
"Requirement": "http://myvocab.com/Req"
},
"@id": "http://example.com/req112",
"@type": "Requirement",
"id": "112",
"text": "Only authorized users shall access
the system"
}
http://example.com/req112
Linked Data = Next Web = Web of Data = Data Web
Examples
● Engineering: IBM - Jazz applications integrated through OSLC
● Open Initiative: Open Services for Lifecycle Collaboration (OSLC)
● Public knowledge graph: DBpedia
● Improving search results: Schema.org
● Media: BBC Things API
16
Data Web Interoperability Example
17
PLM
System
Data Web Server
Data Web Client
RDF
ALM
System
HTTP
GET
HTTP
POST
Reading Data Writing Data
Web-based
Export/Import
Scenario between
data stores
…
"@id":
"http://example.com/req112",
"@type": "Requirement",
"id": "112",
...
Data Web Server
Requirement
id = 112
derived_from= “Requirement 113”
"@context": {
"Req113": "http://example.com/Req113"
}
...
"id": "112"
"@derived_from": "Req113"
http://example.com/req112URL
RDF
Data
Reference to
related data
Requirement
id = 113
...
"@type": "Requirement",
"id": "113"
...
http://example.com/req113
HTTP
Navigable
to related data
Link
18
Data Web Integration Example
Data Repository 1
Data Web Server 1
Private/
public
Data
Web
Distributed
Data Silos
Data Web Server 2 Data Web Server 3
HTTP
Data Web
Applications
Search Visualize CRUD Analytics Link Creator
Link
19
HTTP HTTP
Link
RDF
RDF RDF
Data Repository 2 Data Repository 3
New Data Management Application Architecture
Traditional
App Logic
Integrated Dataset
Specific API
Data
Multiple Data
Sources
HTTP
New
20
Specific API
App Logic
Open Services for Lifecycle Collaboration (OSLC)
Standard for Linked Data
RESTful APIs
Domain-specific standards for
data interoperability
Adopted so far mainly for
Application Lifecycle
Management (ALM), systems
and requirements engineering
Open Community
21
Data
OSLC Adapter (Data
Web Server)
REST API (HTTP)
Linked Data (RDF)
Different Data Formats
XML, JSON, CSV, binary
Different Data Models
Relational, Graph, Document
Different Data IDs
integer, path, guid
Different APIs
Java, REST, query languages
Standardized
Web API
OSLC Community
We are remaking the OSLC website!
22
Summary
Let’s collaborate to make better decisions
Let’s connect data with the Web
Let’s create new data web servers and clients
Let’s create new data web apps
23
Contact us to learn more about our services
at info@koneksys.com

More Related Content

What's hot (20)

PDF
Open Services for Lifecycle Collaboration (OSLC) - Extending REST APIs to Con...
Axel Reichwein
 
PDF
Koneksys Presentation March 2021
Axel Reichwein
 
PDF
Introduction to Open Services for Lifecycle Collaboration (OSLC)
Axel Reichwein
 
PDF
PyOSLC SDK - OSLCFEST
Mario Jiménez Carrasco
 
PDF
Introduction to Open Services for Lifecycle Collaboration (OSLC)
Axel Reichwein
 
PPTX
Partner Webinar: Deliver Big Data Apps Faster With Informatica & MongoDB
MongoDB
 
PDF
Great Scott! Dealing with New Datatypes
Embarcadero Technologies
 
PPTX
Webinar: MongoDB and Analytics: Building Solutions with the MongoDB BI Connector
MongoDB
 
PDF
Driving Business Value Through Agile Data Assets
Embarcadero Technologies
 
PDF
Edgard Marx, Amrapali Zaveri, Diego Moussallem and Sandro Rautenberg | DBtren...
semanticsconference
 
PDF
Continuous Intelligence: Keeping your AI Application in Production
Dr. Arif Wider
 
PDF
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Embarcadero Technologies
 
PPTX
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
semanticsconference
 
PDF
[db tech showcase Tokyo 2018] #dbts2018 #C25 『マルチモデル・データベースへの道: PostgreSQLを最も...
Insight Technology, Inc.
 
PPT
ODI (Oracle Data Integrator)
keenittech
 
PDF
How MongoDB is Transforming Healthcare Technology
MongoDB
 
PDF
Joe Pairman | Multiplying the Power of Taxonomy with Granular, Structured Con...
semanticsconference
 
PPTX
Pentaho Data Integration: Extrayendo, integrando, normalizando y preparando m...
Alex Rayón Jerez
 
PDF
The LINQ Between XML and Database
IRJET Journal
 
Open Services for Lifecycle Collaboration (OSLC) - Extending REST APIs to Con...
Axel Reichwein
 
Koneksys Presentation March 2021
Axel Reichwein
 
Introduction to Open Services for Lifecycle Collaboration (OSLC)
Axel Reichwein
 
PyOSLC SDK - OSLCFEST
Mario Jiménez Carrasco
 
Introduction to Open Services for Lifecycle Collaboration (OSLC)
Axel Reichwein
 
Partner Webinar: Deliver Big Data Apps Faster With Informatica & MongoDB
MongoDB
 
Great Scott! Dealing with New Datatypes
Embarcadero Technologies
 
Webinar: MongoDB and Analytics: Building Solutions with the MongoDB BI Connector
MongoDB
 
Driving Business Value Through Agile Data Assets
Embarcadero Technologies
 
Edgard Marx, Amrapali Zaveri, Diego Moussallem and Sandro Rautenberg | DBtren...
semanticsconference
 
Continuous Intelligence: Keeping your AI Application in Production
Dr. Arif Wider
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Embarcadero Technologies
 
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
semanticsconference
 
[db tech showcase Tokyo 2018] #dbts2018 #C25 『マルチモデル・データベースへの道: PostgreSQLを最も...
Insight Technology, Inc.
 
ODI (Oracle Data Integrator)
keenittech
 
How MongoDB is Transforming Healthcare Technology
MongoDB
 
Joe Pairman | Multiplying the Power of Taxonomy with Granular, Structured Con...
semanticsconference
 
Pentaho Data Integration: Extrayendo, integrando, normalizando y preparando m...
Alex Rayón Jerez
 
The LINQ Between XML and Database
IRJET Journal
 

Similar to Koneksys - Offering Services to Connect Data using the Data Web (20)

PDF
Achieving the Digital Thread through PLM and ALM Integration using OSLC
Koneksys
 
PDF
Web Scale Reasoning and the LarKC Project
Saltlux Inc.
 
PDF
From research to business: the Web of linked data
Irene Celino
 
PPTX
Semantic Web Landscape 2009
LeeFeigenbaum
 
PPT
Sem tech 2011 v8
dallemang
 
PDF
Integrating Data First Edition Bill Inmon Patty Haines David Rapien all chapt...
imoshcibane
 
PDF
slides on the subject of information integration and application
sawan23003
 
PDF
ISWC 2012 - Industry Track: "Linked Enterprise Data: leveraging the Semantic ...
Antidot
 
PDF
Openfabnet - A collaborative approach towards industry 4.0 based on open sour...
Vienna Data Science Group
 
PDF
Tutorial Data Management and workflows
SSSW
 
PDF
The Simple Power of the Link - ELAG 2014 Workshop
Richard Wallis
 
PPT
Open Conceptual Data Models
rumito
 
PDF
EclipseCon 2013 Learn and share about integrations using Eclipse Lyo, OSLC an...
Steve Speicher
 
PDF
Semantic Search: We're Living in a Golden Age for Information
3 Round Stones
 
PDF
Mooc And Document Orientated Nosql Database
Karen Oliver
 
PPTX
Zen and the Art of Datanauting
OntologySystems
 
PDF
RESTful Approaches to Financial Systems Integration
KirkWylie
 
PPTX
Semantic Web Technologies for Intelligent Engineering Applications
Marta Sabou
 
KEY
Introduction to the Semantic Web
Nuxeo
 
PDF
Intro to-technologies-Green-City-Hackathon-Athens
Stoitsis Giannis
 
Achieving the Digital Thread through PLM and ALM Integration using OSLC
Koneksys
 
Web Scale Reasoning and the LarKC Project
Saltlux Inc.
 
From research to business: the Web of linked data
Irene Celino
 
Semantic Web Landscape 2009
LeeFeigenbaum
 
Sem tech 2011 v8
dallemang
 
Integrating Data First Edition Bill Inmon Patty Haines David Rapien all chapt...
imoshcibane
 
slides on the subject of information integration and application
sawan23003
 
ISWC 2012 - Industry Track: "Linked Enterprise Data: leveraging the Semantic ...
Antidot
 
Openfabnet - A collaborative approach towards industry 4.0 based on open sour...
Vienna Data Science Group
 
Tutorial Data Management and workflows
SSSW
 
The Simple Power of the Link - ELAG 2014 Workshop
Richard Wallis
 
Open Conceptual Data Models
rumito
 
EclipseCon 2013 Learn and share about integrations using Eclipse Lyo, OSLC an...
Steve Speicher
 
Semantic Search: We're Living in a Golden Age for Information
3 Round Stones
 
Mooc And Document Orientated Nosql Database
Karen Oliver
 
Zen and the Art of Datanauting
OntologySystems
 
RESTful Approaches to Financial Systems Integration
KirkWylie
 
Semantic Web Technologies for Intelligent Engineering Applications
Marta Sabou
 
Introduction to the Semantic Web
Nuxeo
 
Intro to-technologies-Green-City-Hackathon-Athens
Stoitsis Giannis
 
Ad

Recently uploaded (20)

PDF
Best Wedding Photographers | What A Story
WhataStory
 
PDF
Monthly vs Quarterly VAT Returns: Choosing the Right VAT Return Frequency for...
huseinccntnts
 
PPTX
What Is Code Signing Certificate and Why It Is Significant in 2025
SSLCertShop
 
PDF
What is technical documentation | Essential Data
Essential Data EDC
 
PDF
Social Media Marketing service Presentation
mahimach442
 
PPTX
Real-time inventory management Shopify with yfifx.com
YFIFX
 
PDF
How Integrated Facility Management Enhances Business Productivity
ManmachineSolutions
 
PDF
Exploring Cemeteries and Mausoleums Near Toms River NJ.pdf
mr scaffolding
 
PDF
How to Keep Windows Smudge-Free as the Sun Gets Stronger.pdf
Dayana Andonova
 
PDF
( Housing for the Homeless in New York )
niaclark844
 
PPTX
THEJMBE: Where Culture Meets Consumer Insight
THEJEMBE
 
PPTX
Understanding the Role of a Security Guard Company in Los Angeles
Your Security Guard Guide
 
PDF
Why Google ads are Important by Digimant
askariabbas720
 
PPTX
Bulk product upload Shopify with yfifx.com
YFIFX
 
PPTX
Automated product archive and deletion processes.pptx
olyaivanovalion
 
PPTX
Scalesta hosting solutions for eCommerce
asaplabltd
 
PDF
Strategic Odoo Consulting: Transforming ERP into Business Growth
marketing249236
 
PDF
Easy Drafting Checklist by Servicetasker
ServiceTasker
 
PDF
Trends & Innovations in Next-Gen Firewall Solutions
VRS Technologies
 
PPTX
VALERI_EventoRoboticaUNI_UCIMU_SIRI_4luglio2025.pptx
postaSimo
 
Best Wedding Photographers | What A Story
WhataStory
 
Monthly vs Quarterly VAT Returns: Choosing the Right VAT Return Frequency for...
huseinccntnts
 
What Is Code Signing Certificate and Why It Is Significant in 2025
SSLCertShop
 
What is technical documentation | Essential Data
Essential Data EDC
 
Social Media Marketing service Presentation
mahimach442
 
Real-time inventory management Shopify with yfifx.com
YFIFX
 
How Integrated Facility Management Enhances Business Productivity
ManmachineSolutions
 
Exploring Cemeteries and Mausoleums Near Toms River NJ.pdf
mr scaffolding
 
How to Keep Windows Smudge-Free as the Sun Gets Stronger.pdf
Dayana Andonova
 
( Housing for the Homeless in New York )
niaclark844
 
THEJMBE: Where Culture Meets Consumer Insight
THEJEMBE
 
Understanding the Role of a Security Guard Company in Los Angeles
Your Security Guard Guide
 
Why Google ads are Important by Digimant
askariabbas720
 
Bulk product upload Shopify with yfifx.com
YFIFX
 
Automated product archive and deletion processes.pptx
olyaivanovalion
 
Scalesta hosting solutions for eCommerce
asaplabltd
 
Strategic Odoo Consulting: Transforming ERP into Business Growth
marketing249236
 
Easy Drafting Checklist by Servicetasker
ServiceTasker
 
Trends & Innovations in Next-Gen Firewall Solutions
VRS Technologies
 
VALERI_EventoRoboticaUNI_UCIMU_SIRI_4luglio2025.pptx
postaSimo
 
Ad

Koneksys - Offering Services to Connect Data using the Data Web

  • 1. Koneksys Offering Services to Connect Data using the Next Web September 2017
  • 2. Creating solutions to connect data silos using the Web for improved traceability, transparency, collaboration, and analytics Providing consulting and research services Creating open-source software Promoting the Data Web Koneksys 2
  • 3. Clients Located in San Francisco. In business since 2012. Koneksys 3 And John Deere, Delligatti Associates, Stottler Henke Associates, and more
  • 4. Koneksys Team 4 Hector Axel Mikhail JeromeOctavio Victor Brian Ricardo Dennis Gabriel Loyda
  • 5. “When you have data coming at you from too many different sources, you run into a data integration challenge. As near as I can tell, that is what is causing problems for nearly every major enterprise on the planet. Most enterprises are siloed, meaning they have independently constructed data stores, perhaps for each business unit. The problem comes when these business units want to integrate their data” “Benefit we expect from Big Data depends on seamless data integration. Solving the problem of how to improve data integration is going to be key in getting the most benefit from all the data being created” Why Data Integration Matters Michael Ralph Stonebraker Computer scientist specializing in database research. 2005 IEEE John von Neumann Medal and 2014 ACM Turing Award Winner. 5
  • 6. Why Choose the Web for Data Integration? No license costs No vendor lock-in Mature and widely adopted infrastructure Abundance of Web specialists/developers 6 Freedom
  • 7. Benefits of Connecting Data Silos ● Integrated dataset ● Traceability ● Transparency ● Collaboration ● Better decisions ● Knowledge sharing 7 * * Icon by madebyoliver from www.flaticon.com are licensed by CC 3.0 BY * * *
  • 8. Why is Data Integration Complicated? Different APIs Different Data Formats Different Data IDs Java, REST, query languages integer, path, guidXML, JSON, CSV, binary 8 Different Data Models Relational, Graph, Document
  • 9. Why is Data Integration Expensive? Your Data Your Data Integration Solution Vendor Proprietary APIs and Data Formats 9 $ $
  • 10. Cost of Data Integration Healthcare: “Data integration problems cost government care providers $342 billion annually” http://solustaff.com/2015/10/19/the-cost-of-data-integration-challenges/ Business Intelligence: “data integration is a significant cost for any BI project, inthe implementation phase estimates of almost 80%; compared to the analytics component of 20%” https://tdwi.org/articles/2013/08/20/true-cost-of-integration.aspx Enterprise Resource Planning (ERP): Gartner Says Through 2018, 90 Percent of Organizations Will Lack a Postmodern Application Integration Strategy http://www.gartner.com/newsroom/id/3233217 10
  • 11. Current Data Integration Solutions in Engineering Proprietary data integration solutions end up being new data silos 11 Product Lifecycle Management (PLM)/ Mechanical Engineering Application Lifecycle Management (ALM)/ Software Engineering Business Intelligence/ Analytics Enterprise Resource Planning (ERP)/ Manufacturing etc. Where is the integration?
  • 12. Current Data Integration Solutions in Engineering 12 Product Lifecycle Management (PLM)/ Mechanical Engineering Application Lifecycle Management (ALM)/ Software Engineering Business Inteligence/ Analytics Enterprise Resource Planning (ERP)/ Manufacturing etc. How can I establish traceability How do I know what is related to what? How can I assess the impact of a change? How can I manage changes/updates?
  • 13. Hypertext + Internet = Web 13 Hypertext System 1 Hypertext System 2 Problem: No Compatibility between hypertext systems + different protocols to access and connect documents on the internet (Gopher, WAIS, etc...) BEFORE THE WEB One global hypertext system = Web One protocol to access and connect documents WITH THE WEB
  • 14. Private/public Web Web Server Web Server Requirement id = 112 text = “Only authorized users shall access the system” <!DOCTYPE html> <html> <head> <title>Requirement 112</title> </head> <body> <p>type = Requirement</p> <p>id = 112</p> <p>text = “Only authorized users shall access the system”</p> </body> </html> http://example.com/req112 HTTP URL HTML Doc 14
  • 15. HTTP URL RDF Data Private/public Web Data Web Server Data Web Server! Requirement id = 112 text = “Only authorized users shall access the system” Only Change between regular Web and Data Web 15 Requirement id = 112 text = “Only authorized users shall access the system” { "@context": { "text": "http://myvocab.com/text", "id": "http://myvocab.com/id", "Requirement": "http://myvocab.com/Req" }, "@id": "http://example.com/req112", "@type": "Requirement", "id": "112", "text": "Only authorized users shall access the system" } http://example.com/req112
  • 16. Linked Data = Next Web = Web of Data = Data Web Examples ● Engineering: IBM - Jazz applications integrated through OSLC ● Open Initiative: Open Services for Lifecycle Collaboration (OSLC) ● Public knowledge graph: DBpedia ● Improving search results: Schema.org ● Media: BBC Things API 16
  • 17. Data Web Interoperability Example 17 PLM System Data Web Server Data Web Client RDF ALM System HTTP GET HTTP POST Reading Data Writing Data Web-based Export/Import Scenario between data stores … "@id": "http://example.com/req112", "@type": "Requirement", "id": "112", ... Data Web Server
  • 18. Requirement id = 112 derived_from= “Requirement 113” "@context": { "Req113": "http://example.com/Req113" } ... "id": "112" "@derived_from": "Req113" http://example.com/req112URL RDF Data Reference to related data Requirement id = 113 ... "@type": "Requirement", "id": "113" ... http://example.com/req113 HTTP Navigable to related data Link 18 Data Web Integration Example
  • 19. Data Repository 1 Data Web Server 1 Private/ public Data Web Distributed Data Silos Data Web Server 2 Data Web Server 3 HTTP Data Web Applications Search Visualize CRUD Analytics Link Creator Link 19 HTTP HTTP Link RDF RDF RDF Data Repository 2 Data Repository 3
  • 20. New Data Management Application Architecture Traditional App Logic Integrated Dataset Specific API Data Multiple Data Sources HTTP New 20 Specific API App Logic
  • 21. Open Services for Lifecycle Collaboration (OSLC) Standard for Linked Data RESTful APIs Domain-specific standards for data interoperability Adopted so far mainly for Application Lifecycle Management (ALM), systems and requirements engineering Open Community 21 Data OSLC Adapter (Data Web Server) REST API (HTTP) Linked Data (RDF) Different Data Formats XML, JSON, CSV, binary Different Data Models Relational, Graph, Document Different Data IDs integer, path, guid Different APIs Java, REST, query languages Standardized Web API
  • 22. OSLC Community We are remaking the OSLC website! 22
  • 23. Summary Let’s collaborate to make better decisions Let’s connect data with the Web Let’s create new data web servers and clients Let’s create new data web apps 23 Contact us to learn more about our services at [email protected]