BrightstarDB
A .NET-native RDF store with SPARQL support and binding of RDF resources to .NET dynamic objects. Supports multi-threaded reads with ACID transactions but no horizontal scaling.
- Overall rank
- #76
- First released
- February 2012
- License
- MIT
- Built with
- C#
Sources 6 references
Protocols HTTP/REST, SPARQL Protocol
REST(JSON) and SPARQL 1.1 Protocol (query/update/graph-store) are both served from the same BrightstarDB HTTP service (:8090/brightstar). Older v1.3 docs additionally listed WCF net.tcp and named-pipe connection types; current docs no longer list them.
-
Uses the embedded BrightstarDB server to directly open stores from the local file system.
Connection Strings — BrightstarDB documentation · reviewed 2026-08-02 -
The HTTP API is the network interface to a BrightstarDB server. It allows access to BrightstarDB from just about any programming language using basic HTTP operations and JSON data structures.
HTTP API — BrightstarDB 1.13.3 documentation · reviewed 2026-08-02 -
This endpoint implements the query operations defined in the W3C SPARQL 1.1 Protocol specification.
HTTP API — BrightstarDB 1.13.3 documentation · reviewed 2026-08-02
License MIT
SPDX identifier as classified by GitHub from the repository licence file.
-
"spdx_id": "MIT"
GitHub licence API — BrightstarDB/BrightstarDB · reviewed 2026-08-02
Released 2012-02
Confirms current value: the public beta was announced on the W3C semantic-web mailing list on 7 Feb 2012, well before the GitHub repo (created 2013, after the project went open source) existed.
-
Networked Planet is excited to announce the public beta of its native ..NET triple store, BrightstarDB.
ANN: BrightstarDB Native .NET NoSQL Triple Store from Graham Moore on 2012-02-07 (semantic-web@w3.org from February 2012) · reviewed 2026-08-02
Language C#
Confirms current value.
-
The code-base is now being developed and compiled under VS2015 using C# 6.0 constructs. To compile BrightstarDB you will require a minimum of Visual Studio 2015 Express or Mono 4.0.
What's New — BrightstarDB 1.13 documentation · reviewed 2026-08-02