Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.24 KB

File metadata and controls

48 lines (30 loc) · 1.24 KB

CluedIn.Enricher.GoogleImages

CluedIn External Search for Google Images Enricher.


Overview

This repository contains the code and associated tests for enriching with images based of Entities and Clues that have set a value for a vocabulary.

Usage

NuGet Packages

To use the Google Images External Search with the CluedIn server you will have to add the CluedIn.Enricher.GoogleImages nuget package to your environment.

Running Tests

A mocked environment is required to run integration and acceptance tests. The mocked environment can be built and run using the following Docker command:

docker-compose up --build -d

Use the following commands to run all Unit and Integration tests within the repository:

dotnet test .\ExternalSearch.GoogleImages.sln --filter Unit
dotnet test .\ExternalSearch.GoogleImages.sln --filter Integration

To run Pester acceptance tests

invoke-pester

To review the WireMock HTTP proxy logs

docker-compose logs wiremock

Tooling