From Blazegraph
Revision as of 11:23, 21 July 2015 by Brad Bebee (Talk | contribs)
Welcome to the Blazegraph wiki. Also see our blog for news and SYSTAP for support options. Sign up for our mailing list to keep in touch with all of the latest developments. Sign Up
Failed to load RSS feed from https://blog.blazegraph.com/?feed=rss2: Error fetching URL: SSL certificate problem: unable to get local issuer certificate
- Project
- General
- FeatureMatrix What are the features of Blazegraph?
- GettingStarted (How to get started with bigdata as an embedded RDF/graph Database)
- NanoSparqlServer (Using Bigdata with the NanoSparqlServer (Simple REST API) - this is the recommended approach for embedded or standalone deployments. Also see JettyHttpClient.)
- HAJournalServer (A highly available replication cluster based on the scale-up Journal database backend)
- HALoadBalancer (Background on how to setup load balancing for the HAJournalServer)
- GroupCommit (Concurrent writers on different namespaces and group commit)
- Using Bigdata with the OpenRDF Sesame HTTP Server (The OpenRDF Sesame Server deployment can be tricky. The NanoSparqlServer is much easier and offers non-blocking query.)
- UsingBlueprints
- CommonProblems (FAQ for common problems and how to solve them.)
- MavenRepository (The bigdata maven repository)
- DataMigration (A page dedicated to data migration.)
- SesameAPICompliance (Notes on compliance with the Sesame API)
- Bigdata Sparql Extensions
- FullTextSearch (The Bigdata integrated Full Text Search Facility.)
- AnalyticQuery (The Bigdata Analytic Query mode.)
- VirtualGraphs (Using virtual graphs with SPARQL query.)
- QueryHints (Using Bigdata Query hints with SPARQL 1.1.)
- NamedSubquery (A SPARQL extension for pre-computing solution sets which are reused within a query.)
- SPARQL_Update (Bigdata extensions to SPARQL UPDATE, including durable named solution sets.)
- FederatedQuery (SPARQL 1.1 Basic Federated Query, Query Hints, and Custom Service Integration.)
- StoredQuery (Custom application logic that runs on the database and is invoked using SERVICE.)
- PropertyPaths (Extension for SPARQL Property Paths, including minimum hop, maximum hop, and binding the vertices for the visited path - also see RDF GAS API.)
- CustomFunction (A guide to writing custom functions for bigdata.)
- InlineIVs (A guide to creating custom Inline Values for improved performance.)
- LinkedData (A guide to the linked data features in bigdata.)
- InferenceAndTruthMaintenance (A guide to the use of inference and truth maintenance.)
- Reification Done Right (A guide to using efficient statements about statements in bigdata. Aka RDF* and SPARQL*)
- Graph Mining
- RDF GAS API (Overview of the RDF Graph Mining API - also see PropertyPaths)
- Optimization and Benchmarks
- PerformanceOptimization (General background on performance tuning for bigdata)
- IOOptimization (How to tune IO performance, SSD, branching factors, etc.)
- QueryOptimization (SPARQL specific query performance tricks and tips)
- SPARQL Benchmarks (Provides some guidance on how to run the LUBM and BSBM benchmarks with bigdata.)
- Scale-out Cluster (IBigdataFederation)
- ClusterSetupGuide (Provides an example of OS level configuration for Fedora core 10)
- ClusterSetupGuide_CentOS_5_3 (Provides an example of OS level configuration for CentOS 5.3/5.4)
- MiniCluster (Setup guide for a cluster of Intel Mac Minis)
- ClusterGuide (Configuration guide for bigdata once the cluster is setup)
- ClusterStartupFAQ (Guide to resolving issues when trying to start a bigdata federation).
- SingleMachineCluster (Guide to setup and run a bigdata federation on a single node.)
- ScaleOutCI (Notes on running unit tests against a single-node, 2-DS federation.)
- Deeper Background
- StandaloneGuide (Comparison of the standalone database modes.)
- BTreeGuide
- TxGuide
- Striterators
- RWStore and MemoryManager
- RetentionHistory
- Unicode (Internationalization and Unicode related issues)
- Deployment
- Developers
- Roadmap (Provides an overview of where we are going in the next few releases.)
- Submitting Bugs (How to submit bugs so we will get to them more quickly.)
- Contributors (Guidance for people who are bigdata® contributors.)
- ReleaseGuide (Notes to the project maintainers on the release process.)
- MavenNotes (Notes on the mavenization of bigdata, which is currently under way in a branch.)
- Branches (How to work with feature development branches.)
- Javadoc/API