• Stars
    star
    112
  • Rank 311,029 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created about 11 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.