Final Year Projects | IEEE Projects | Application Projects |
Posted: 25 Jun 2011 03:09 AM PDT function toggleVis(boxid) { if(document.getElementById(boxid).isVisible == "true") { toggleVisOff(boxid); } else { toggleVisOn(boxid); } } function toggleVisOn(boxid) { document.getElementById(boxid).setAttribute("class", "formBuilderHelpTextVisible"); document.getElementById(boxid).isVisible = "true"; } function toggleVisOff(boxid) { document.getElementById(boxid).setAttribute("class", "formBuilderHelpTextHidden"); document.getElementById(boxid).isVisible = "false"; } Name Email College Degree Department MobilePhone Technology SELECT DOTNET JAVA/J2EE PHP EMBEDDED VLSI MATLAB APPLICATION PROJECTS Request (Kindly mention more details) |
Heuristics Based Query Processing for Large RDF Graphs Using Cloud Computing Posted: 25 Jun 2011 03:05 AM PDT Heuristics Based Query Processing for Large RDF Graphs Using Cloud Computing – Knowledge and Data Engineering, 2011 Abstract Semantic Web is an emerging area to augment human reasoning for which various technologies are being developed. These technologies have been standardized by W3C. One such standard is the RDF. With the explosion of semantic web technologies, large RDF graphs are common place. Current frameworks do not scale for large RDF graphs and as a result does not address these challenges. In this paper, we describe a framework that we built using Hadoop to store and retrieve large numbers of RDF triples by exploiting the cloud computing paradigm. We describe a scheme to store RDF data in Hadoop Distributed File System. More than one Hadoop job may be needed to answer a query because a triple pattern in a query cannot take part in more than one join in a Hadoop job. To determine the jobs, we present an algorithm to generate query plan, whose worst case cost is bounded, based on a greedy approach to answer a SPARQL query. We use Hadoop’s MapReduce framework to answer the queries. Our results show that we can store large RDF graphs in Hadoop clusters built with cheap commodity class hardware. Furthermore, we show that our framework is scalable and efficient and can handle large amounts of RDF data, unlike traditional approaches. |
You are subscribed to email updates from IEEE Projects 2011, NS2 Projects, Final Year Projects To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 comments:
Post a Comment