From: Brad B. <be...@sy...> - 2015-04-15 12:30:07
|
Alex, One aspect to consider here is the ultimate scalability of your application. Currently, the HA and scale-out features are only support through integration with the REST API [1]. If you think you will need those features, then you should definitely go with the REST API. There is a Java client for that [2] that could be used in Scala with relatively little effort. You can implement Stored Queries and other features on the server-side to achieve high performance [3]. The upcoming 1.5.2 release at the end of this month will have transaction support at the REST and SAIL layers [4]. Did you have features in particular you wanted to use outside of the SAIL API? Thanks, --Brad [1] http://wiki.blazegraph.com/wiki/index.php/NanoSparqlServer#REST_API [2] http://wiki.blazegraph.com/wiki/index.php/JettyHttpClient [3] http://wiki.blazegraph.com/wiki/index.php/StoredQuery [4] http://trac.bigdata.com/ticket/1156 On Tue, Apr 14, 2015 at 7:43 PM, Alex Jouravlev < al...@bu...> wrote: > Hi everyone, > > What would be the first steps to start using bigdata in the full mode, > embedded into a scala/Lift application? I don't want to use Sesame layer > as, if I understand correctly, that would strip out a lot of interesting > features. > > <http://au.linkedin.com/in/alexjouravlev/> > > Alx > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live > exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > -- _______________ Brad Bebee Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: www.systap.com 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, LLC. 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. |