SHARD - A distributed triple-store built on top of Hadoop: Difference between revisions

From lotico
Jump to navigation Jump to search
(Created page with "Date January 9th, 2011 Slides http://www.dist-systems.bbn.com/people/krohloff/papers/2011/Rohloff_Meetup_01_09_2011.pdf session-level: intermediate-advanced session-type: tec...")
 
No edit summary
Line 1: Line 1:
Date
Date
  January 9th, 2011
  January 9, 2011


Slides
Slides
Line 15: Line 15:


Here are the relevant pages with the code and documentation if you're interested:
Here are the relevant pages with the code and documentation if you're interested:
http://www.dist-systems.bbn.com/people/krohloff/shard.shtml
*http://www.dist-systems.bbn.com/people/krohloff/shard.shtml
https://sourceforge.net/projects/shard-3store/
*https://sourceforge.net/projects/shard-3store/

Revision as of 07:52, 28 January 2011

Date

January 9, 2011

Slides

http://www.dist-systems.bbn.com/people/krohloff/papers/2011/Rohloff_Meetup_01_09_2011.pdf

session-level: intermediate-advanced session-type: technology-coding

We will run a webcast with Kurt Rohloff from BBN early in 2011. Please be advised that this will be an advanced session with a technology focus and discussion around source code and implementation specific details BoF style.

Kurt Rohloff is a scientist at BBN Technologies. He recently designed, built and released a proof of-concept distributed triple-store called SHARD.

SHARD is built on top of the Hadoop MapReduce implementation to provide distributed, scalable performance. The SHARD source is on sourceforge with a BSD open-source license and configured to run with Hadoop 0.18. Kurt has given talks about SHARD to the most recent SemTech and HadoopWorld workshops. There's a small community of people working with SHARD that he is trying to grow and foster.

Here are the relevant pages with the code and documentation if you're interested: