From: Bryan T. <br...@sy...> - 2016-02-16 15:55:17
|
2.0 includes support for bulk data load with a number of interesting features, including durable queue patterns, folders, etc. See https://wiki.blazegraph.com/wiki/index.php/REST_API#Bulk_Data_Load ---- Bryan Thompson Chief Scientist & Founder Blazegraph e: br...@bl... w: http://blazegraph.com Blazegraph products help to solve the Graph Cache Thrash to achieve large scale processing for graph and predictive analytics. Blazegraph is the creator of the industry’s first GPU-accelerated high-performance database for large graphs, has been named as one of the “10 Companies and Technologies to Watch in 2016” <http://insideanalysis.com/2016/01/20535/>. Blazegraph Database <https://www.blazegraph.com/> is our ultra-high performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Blazegraph GPU <https://www.blazegraph.com/product/gpu-accelerated/> andBlazegraph DAS <https://www.blazegraph.com/product/gpu-accelerated/>L are disruptive new technologies that use GPUs to enable extreme scaling that is thousands of times faster and 40 times more affordable than CPU-based solutions. 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 DBA Blazegraph. 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 Tue, Feb 16, 2016 at 10:40 AM, Jeremy J Carroll <jj...@sy...> wrote: > > > On Feb 15, 2016, at 10:42 PM, Joakim Soderberg < > joa...@bl...> wrote: > > Has anyone succeeded to load a folder of .nt files? I can load one by one: > > LOAD <file:///mydata/dbpedia2015/core/amsterdammuseum_links.nt> INTO > GRAPH <http://dbpedia2015> > > But it doesn’t like a folder name > LOAD <file:///mydata/dbpedia2015/core/> INTO GRAPH <http://dbpedia2015> > > > > That is correct. If you look at the spec for LOAD: > https://www.w3.org/TR/sparql11-update/#load > then it takes an IRI as where you are loading from, and the concept of > folder is simply not applicable. > A few schemes such as file: and ftp: may have such a notion, but the > operation you are looking for is local to your machine on the client and > you should probably implement it yourself. > > In particular, do you want each file loaded into a different graph or the > same graph: probably best for you to make up your own mind. > > I have had success loading trig files into multiple graphs, using a > simple POST to the endpoint. > > > Jeremy > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > |