Skip to content

CluedIn-io/CluedIn.Enricher.AustralianBusinessRegister

Repository files navigation

CluedIn.Enricher.AustralianBusinessRegister

CluedIn External Search for AustralianBusinessRegister 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 AustralianBusinessRegister External Search with the CluedIn server you will have to add the CluedIn.Enricher.AustralianBusinessRegister 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published