Elasticsearch data store adaptor for ASP.NET Core Identity.
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.
This library supports netstandard2.0
and above.
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
You can find samples under the ./samples folder.