Overview of QLever graph database
masterQLever is a high-performance graph database that implements the RDF and SPARQL 1.1 standards. It is designed to efficiently load and query massive datasets (hundreds of billions of triples) on single commodity hardware.
Key capabilities include:
- Full SPARQL 1.1 Support: Includes federated queries, named graphs, updates, and the Graph Store HTTP Protocol.
- Advanced Features: Materialized views, advanced text-search, context-sensitive SPARQL autocompletion, live query analysis, and efficient spatial queries.
- Deployment Modes: Can be used in a standard client-server setup or as an embedded database running in-process within C++ code.
- Visualization: Supports interactive visualization of large numbers of geometric objects on a map.