Graphs with SQL & IBM DB2 - RDF Graph Store: Difference between revisions

From lotico
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
   
   
Full presentations
Full presentations
[http://photos4.meetupstatic.com/photos/event/9/7/0/6/highres_125318662.jpeg http://photos4.meetupstatic.com/photos/event/9/7/0/6/event_125318662.jpeg][http://photos3.meetupstatic.com/photos/event/9/6/f/c/highres_125318652.jpeg http://photos3.meetupstatic.com/photos/event/9/6/f/c/event_125318652.jpeg]


==Graphs, Trees and Hierarchies in SQL - Joe Celko ==
==Graphs, Trees and Hierarchies in SQL - Joe Celko ==

Revision as of 06:31, 18 June 2012

Meetup May 31, 2012 - New York, NY

Short presentations

  • Edamam.com - Eat better with a little help from semantics and linked data with Victor Penev.
  • Semantic Web research intro with Lora Aroyo


In this session we will take a look at RDBMS and SQL to better understand the evolution of commonplace database systems to enable them to deal with structured data, trees and hierarchies all the way to the new IBM DB2 RDF graph support in version 10.


Full presentations

event_125318662.jpegevent_125318652.jpeg

Graphs, Trees and Hierarchies in SQL - Joe Celko

event_125318612.jpeg Slides

SQL is intended for structured data with strong data types modeled in sets. But it is possible to effectively model trees and hierarchies in SQL Joe will show you the programming techniques. see Trees and Hierachies in SQL 2nd edition.

The case for storing RDF in a relational database - Kavitha Srinivas IBM T.J. Watson Research Center

event_125318622.jpeg

Slides

Video


A number of use cases within IBM have recently driven a requirement for an efficient and scalablepersistence mechanism for RDF data. IBM made the decision to build an RDF store on top of DB2 to exploit some of the existing strengths of the relational database -- such as concurrency, compression etc. In this talk, we will cover examples of use cases for RDF, and cover specific features of the use cases that made RDF the solution of choice. We will also describe key extensions we added to the DB2 RDF solution in order to accommodate these use cases.


session-level: intermediate

session-type: technology-standards-application