Skip to content

MicroBootstrap is a framework for quickly and conveniently creating microservices on .NET Core.

Notifications You must be signed in to change notification settings

ashfaqbilal748/MicroBootstrap

 
 

Repository files navigation

MicroBootstrap

MicroBootstrap is a framework for quickly and conveniently creating microservices on .NET Core.

Branch Status
master master branch build status
develop develop branch build status
nuget

In samples folder I've put some microservices sample that used this infrastructure for better understanding.

How to use?

For using this package you can easily add it to your microservices project and use its infrastructure in your project to get rid of any annoying configuration and implement infrastructural stuff for microservice purpose. just add this command to add NuGet package:

dotnet add package MicroBootstrap

Thecnologies & Stack


  • .Net Core 3.1
  • RabbitMQ
  • MongoDB
  • Docker
  • RESTEeas
  • Consul
  • Fabio
  • Kubernetes
  • Docker
  • Redis
  • Vault
  • Jaeger
  • Prometheus
  • DDD
  • Clean Architecture
  • SignalR
  • Seq
  • Serilog

Future Works


  • Integration with Service Mesh and Istio
  • Integration with Marten and Event Sourcing
  • Integration with MediateR
  • Integration with Kafka

🤝 Contributing


  1. Fork it ( https://github.com/mehdihadeli/MicroBootstrap/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Show your support


Please ⭐️ this repository if this project helped you!

About

MicroBootstrap is a framework for quickly and conveniently creating microservices on .NET Core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.4%
  • Shell 2.6%