#Welcome to the Blazegraph Samples Project# The Blazegraph™ Database is our ultra high-performance graph database supporting Blueprints and RDF/SPARQL APIs. It supports up to 50 Billion edges on a single machine and has available enterprise features such as High Availability and Scale-out. It is in production use for Fortune 500 customers such as EMC, Autodesk, and many others. It powers the Wikimedia Foundation's Wiki Data Query Service. See the latest Feature Matrix.
# to get the latest news on Blazegraph.
Please also visit us at our: website, wiki, and blog.
Find an issue? Need help? See JIRA or purchase Support.
Samples for using Blazegraph™
Link to the Javadoc
To build everything run:
mvn package
Simple applications demonstrating using Blazegraph for loading/querying data in different modes:
To build a sample, cd in the directory and run:
cd sample-sesame-first
mvn package
-
sample-sesame-first - Sesame API in emmbedded mode https://wiki.blazegraph.com/wiki/index.php/First_Application_Tutorial
-
'sample-sesame-embedded' - Sesame API in emmbedded mode https://wiki.blazegraph.com/wiki/index.php/Sesame_API_embedded_mode
-
'sample-sesame-remote' - Sesame API in remote mode https://wiki.blazegraph.com/wiki/index.php/Sesame_API_remote_mode
-
'sample-blueprints-embedded' - Blueprints API in embedded mode https://wiki.blazegraph.com/wiki/index.php/Blueprints_API_embedded_mode
-
'sample-blueprints-remote' - Blueprints API in remote mode https://wiki.blazegraph.com/wiki/index.php/Blueprints_API_remote_mode
-
'sample-rdr' - using RDF* and SPARQL* with Blazegraph™ https://wiki.blazegraph.com/wiki/index.php/RDR
-
'sample-customFunction-embedded'- Custom Embedded Function https://wiki.blazegraph.com/wiki/index.php/Custom_Function_embedded_mode
-
'sample-test' - Sample Unit Tests
technical project created for CI system