Skip to content

thefilter/AspNetCore.Identity.Elastic

Repository files navigation

AspNetCore.Identity.Elastic

Build Status NuGet package version

Elasticsearch data store adaptor for ASP.NET Core Identity.

Building and developing

Either install Visual Studio 2017 which comes with the latest SDK or on Mac or Linux follow the Microsoft's instructions on how to download and install the .NET SDK 2.0.

Usage

This library supports netstandard2.0 and above.

Tests

In order to run the tests, Elasticsearch must be running on 127.0.0.1:9200.

To start Elasticsearch (and Kibana) via docker use the following command in the docker sub-directory:

docker-compose up -d

The Elastic and Kibana versions can be modified in the .env file, but default to 5.5.2.

The simplest way to run the tests is with the following command:

dotnet test ./tests/AspNetCore.Identity.Elastic.Tests/AspNetCore.Identity.Elastic.Tests.csproj

Samples

You can find samples under the ./samples folder.

About

Elasticsearch data store adaptor for ASP.NET Core Identity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •