Skip to content

Enables easy integration to change data capture for Arcgis on a MS-SQL database.

License

Notifications You must be signed in to change notification settings

DAXGRID/arcgis-integrator

Repository files navigation

Arcgis integrator

Enables easy integration to change data capture for Arcgis on a MS-SQL database.

You can get the NuGet package here.

Examples

An example can be found here.

Tests

Running all tests

dotnet test

Running unit tests

dotnet test --filter Category=Unit

Running integration tests

dotnet test --filter Category=Integration

To run the integration it requires a running MS-SQL database. You can use the docker command below to setup a local MS-SQL database to run the integration tests up against.

docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=myAwesomePassword1" -e "MSSQL_AGENT_ENABLED=True"  -p 1433:1433 -d  mcr.microsoft.com/mssql/server:2019-CU13-ubuntu-20.04

About

Enables easy integration to change data capture for Arcgis on a MS-SQL database.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published