From: Bryan T. <br...@sy...> - 2015-06-19 18:59:59
|
We have a number of changes slated for the 1.5.2 release in the BigdataSailRemoteRepositoryConnection. However, the common interfaces do exist. They are Repository and RepositoryConnection. We recommend people use the RemoteRepository class up to 1.5.1. It provides support for the full REST API as documented at [1]. We typically offer more scalable methods and methods that are better adapted to the underlying database through RemoteRepository and [1]. Thanks, Bryan [1] http://wiki.blazegraph.com/wiki/index.php/NanoSparqlServer ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://blazegraph.com http://blog.bigdata.com <http://bigdata.com> http://mapgraph.io Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. MapGraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. On Fri, Jun 19, 2015 at 2:38 PM, ryan <ry...@os...> wrote: > Hi List, > I'm having a hard time figuring out how to connect to a remote BlazeGraph > (1.5.1) instance nicely. I'd like to have one class that connects to > either a > local or remote repository. I was hoping that I would only have to change > some > implementation classes (right sides of the "new" call). However, it > appears to > me that BigdataSailRepositoryConnection and > BigdataSailRemoteRepositoryConnection do not share a common superclass > (say, > OpenRDF's RepositoryConnection), so I cannot understand how to make my code > operate seamlessly regardless of where the database is. Also, the > BigdataSailRemoteRepositoryConnection appears to throw > UnsupportedOperationExceptions just about everywhere. > > Is there some sample code I can look at that shows this functionality? > > Thanks, > ry > > > -- > I just know I'm a better manager when I have Joe DiMaggio in center field. > -- Casey Stengel > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > |