Skip to content

DamianMac/Nimbus

 
 

Repository files navigation

Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.

Developing using Nimbus

For more information go to The Nimbus website or our Documentation Wiki

Developing Nimbus itself

git clone <this repository>
docker-compose up -d
dotnet test

Development infrastructure

There are two docker-compose files. The docker-compose.yml file will spin up:

The integration tests are configured to run via the appsettings.json file within the build pipeline using standard Docker single-token service names. Locally, test configuration is overridden via the appsettings.Development.json file that points all of the services to the ports on localhost exposed by Docker.

About

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.0%
  • Other 1.0%