BrightstarDB 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package BrightstarDB --version 1.0.3
NuGet\Install-Package BrightstarDB -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BrightstarDB" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BrightstarDB --version 1.0.3
#r "nuget: BrightstarDB, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BrightstarDB as a Cake Addin
#addin nuget:?package=BrightstarDB&version=1.0.3

// Install BrightstarDB as a Cake Tool
#tool nuget:?package=BrightstarDB&version=1.0.3

A fast and scalable NoSQL database for the .NET platform with code-first data model generation.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4-wp71 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on BrightstarDB:

Package Downloads
DynamicSPARQL.BrightstarDB

DynamicSPARQL BrightstarDB connector binds BrightstarDB with DynamicSPARQL

imbNLP.CoreAndData.NuGet1

Natural Language Processing libraries of Veles project, Core and Data namespaces dealing with lexic resources, pipeline decomposition and other NLP stuff

imbWEM.Core

Web Exploration Model: crawlers, crawler reports, web analytic console, web loader, web crawler experiment setup...

imbWBI.Core

Web Business Intelligence library of imbVeles Framework. Currently supports Web Site Classification using different Semantic Similarity and TF-IDF computation, kNN, Neural Networks, mSVM and Naive Bayes

imbNLP.Data

Natural Language Processing libraries of Veles project, Core and Data namespaces dealing with lexic resources, pipeline decomposition and other NLP stuff

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on BrightstarDB:

Repository Stars
BrightstarDB/BrightstarDB
This is the core development repository for BrightstarDB.
Version Downloads Last updated
1.14.0-alpha0003 3,234 8/18/2019
1.14.0-alpha0002 531 8/17/2019
1.13.3 10,486 1/8/2017
1.13.2 1,627 11/8/2016
1.13.1 1,426 11/4/2016
1.13.0 2,410 1/8/2016
1.12.0 1,468 11/25/2015
1.11.1 1,403 10/6/2015
1.11.0 1,735 8/6/2015
1.10.0 1,944 3/24/2015
1.9.1 1,797 2/2/2015
1.9.0 1,432 1/12/2015
1.8.0 1,754 11/30/2014
1.7.1 1,849 9/6/2014
1.7.0 1,528 8/9/2014
1.6.2 2,302 5/8/2014
1.6.1 2,008 4/19/2014
1.6.0 1,753 3/15/2014
1.5.3 1,582 1/2/2014
1.5.2 1,986 12/27/2013
1.5.1 1,587 12/22/2013
1.5.0 1,753 11/22/2013
1.4.41011 1,912 10/12/2013
1.4.40920 1,635 9/20/2013
1.4.40805-alpha 1,172 8/7/2013
1.3.40613 1,589 6/13/2013
1.1.30928 1,793 9/28/2012
1.0.3 1,668 6/13/2012
1.0.2 1,523 6/13/2012
1.0.1 1,504 6/13/2012

BrightstarDB Public Beta

FIX: Several performance fixes and the introduction of configurable client and server-side caching have significantly improved the speed of SPARQL and LINQ queries. For information about configuring caching please refer to the section Caching.
NEW: BrightstarDB Entity Framework now adds support for creating an OData provider. For more information please see the OData section of the Entity Framework API documentation.
NEW: LINQ-to-SPARQL now has support for a number of additional String functions. For details please refer to the section LINQ Restrictions.
NEW: Optimistic locking support has been added to the Data Object Layer and Entity Framework.
BREAKING: Entity sets exposed by the generated Entity Framework context class are now typed by the entity interface rather than the generated implementation class. Code written on top of the Entity Framework will need to be refactored to use the interface rather than the concrete class or to cast the return values to the concrete class where necessary.
NEW: Logging is now performed through the standard .NET tracing framework, removing the dependency on Log4Net. Please refer to the section Logging for more information.
NEW: Polaris now supports saving SPARQL queries between sessions and configuring commonly used URI prefixes to make it quicker and easier to write SPARQL queries and transactions. These features are documented in the section Polaris Management Tool.