https://github.com/blazegraph/blazegraph-samples
Blazegraph Samples with Sesame, Blueprints, and RDR
https://github.com/blazegraph/blazegraph-samples
Last synced: 5 months ago
JSON representation
Blazegraph Samples with Sesame, Blueprints, and RDR
- Host: GitHub
- URL: https://github.com/blazegraph/blazegraph-samples
- Owner: blazegraph
- License: gpl-2.0
- Created: 2015-04-23T03:06:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T02:24:53.000Z (over 5 years ago)
- Last Synced: 2025-11-15T10:03:19.413Z (7 months ago)
- Language: Java
- Homepage: http://www.blazegraph.com/
- Size: 193 KB
- Stars: 71
- Watchers: 26
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantic-web - blazegraph-samples
- awesome-semantic-web - blazegraph-samples
README
#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](http://www.blazegraph.com/product/).
[Sign up](http://eepurl.com/VLpUj) to get the latest news on Blazegraph.
Please also visit us at our: [website](http://www.blazegraph.com), [wiki](https://wiki.blazegraph.com), and [blog](https://wiki.blazegraph.com/).
Find an issue? Need help? See [JIRA](https://jira.blazegraph.com) or purchase [Support](https://www.blazegraph.com/buy).

# blazegraph-samples
Samples for using Blazegraph™
Link to the [Javadoc](https://blazegraph.github.io/blazegraph-samples/apidocs/index.html)
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
```
1. sample-sesame-first - Sesame API in emmbedded mode
https://wiki.blazegraph.com/wiki/index.php/First_Application_Tutorial
2. 'sample-sesame-embedded' - Sesame API in emmbedded mode
https://wiki.blazegraph.com/wiki/index.php/Sesame_API_embedded_mode
3. 'sample-sesame-remote' - Sesame API in remote mode
https://wiki.blazegraph.com/wiki/index.php/Sesame_API_remote_mode
4. 'sample-blueprints-embedded' - Blueprints API in embedded mode
https://wiki.blazegraph.com/wiki/index.php/Blueprints_API_embedded_mode
5. 'sample-blueprints-remote' - Blueprints API in remote mode
https://wiki.blazegraph.com/wiki/index.php/Blueprints_API_remote_mode
6. 'sample-rdr' - using RDF* and SPARQL* with Blazegraph™
https://wiki.blazegraph.com/wiki/index.php/RDR
7. 'sample-customFunction-embedded'- Custom Embedded Function
https://wiki.blazegraph.com/wiki/index.php/Custom_Function_embedded_mode
8. 'sample-test' - Sample Unit Tests
technical project created for CI system