Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snatch-dev/Convey
A simple recipe for .NET Core microservices.
https://github.com/snatch-dev/Convey
Last synced: about 2 months ago
JSON representation
A simple recipe for .NET Core microservices.
- Host: GitHub
- URL: https://github.com/snatch-dev/Convey
- Owner: snatch-dev
- License: mit
- Created: 2019-10-13T17:13:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T14:43:33.000Z (9 months ago)
- Last Synced: 2024-07-31T09:09:12.920Z (5 months ago)
- Language: C#
- Homepage: https://convey-stack.github.io
- Size: 774 KB
- Stars: 951
- Watchers: 57
- Forks: 172
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - snatch-dev/Convey - A simple recipe for .NET Core microservices. (C\#)
README
# Convey - a simple recipe for .NET Core microservices
## Read the docs [here](https://convey-stack.github.io) or [see it in action](https://www.youtube.com/watch?v=cxEXx4UT1FI).Supported features that will help to quickly set up your next microservices:
- Authentication [JWT](http://jwt.io) with secret key & certificates extensions
- CQRS basic abstractions
- [Consul](https://www.consul.io) service registry integration
- [Swagger](https://swagger.io) extensions
- [RestEase](https://github.com/canton7/RestEase) extensions
- [Fabio](https://github.com/fabiolb/fabio) load balancer integration
- Logging extensions for [Serilog](https://serilog.net/) & integration with [Seq](https://datalust.co/seq), [ELK](https://www.elastic.co/what-is/elk-stack), [Loki](https://grafana.com/oss/loki/)
- Message brokers abstractions & CQRS support
- [RabbitMQ](https://www.rabbitmq.com) integration
- Inbox + Outbox implementation for EF Core, Mongo
- [AppMetrics](https://www.app-metrics.io) extensions
- [Prometheus](https://prometheus.io) integration
- [MongoDB](https://www.mongodb.com/cloud) extensions
- [OpenStack OCS](https://specs.openstack.org/openstack/ironic-specs/specs/4.0/msft-ocs-power-driver.html) support
- [Redis](https://redis.io) extensions
- [Vault](https://www.vaultproject.io) secrets engine (settings, dynamic credentials, PKI etc.) integration
- Security extensions (certificates, mTLS, encryption etc.)
- [Jaeger](https://www.jaegertracing.io) tracing integration
- Web API extensions (minimal routing-based API, CQRS support)Created & maintained by [devmentors.io](http://devmentors.io).