• Stars
    star
    1
  • Language
    C#
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

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

Repository Details

Securing microservices with using standalone Identity Server 4.

More Repositories

1

eShopMicroservices

Developing e-commerce modules over Product, Basket and Ordering microservices with NoSQL (MongoDB, Redis) and Relational databases (PostgreSQL, Sql Server) with communicating over RabbitMQ Event Driven Communication and Ocelot API Gateway which could be extended for implementing reverse proxy or similar.
C#
8
star
2

eCartMicroservices.gRPC

Developing a real world e-commerce use case with only gRPC communication. We will have 3 gRPC services, Product, Cart and Discount.
C#
6
star
3

SocialMediaPosts.Kafka

This repository demonstrates handling social media posts via Event Driven Architecture, Kafka and .NET6.
C#
5
star
4

PaymentProcessor.gRPC

This repository is created for knowing and learning the capabilites of gRPC.
C#
5
star
5

FaceLessOrManyFaced

Don't go over the name of this repo. I am a GOT fan. This is an application which uses Face Detection API from OpenCV (OpenCVSharp4). The idea is that the user will upload a picture and the application will detect and crop various faces in the picture and send mail to the user. The application uses the concepts of Microservices, Rabbit MQ and Mass Transit for indirect communication between the services, gRPC for direct communication, Face Detection API for detecting faces, Order API to query the orders raised by the users in the system, Notification Service for sending mails with cropped faces, Signal R Core for Push notification to the client application so that it gets refreshed automatically in case of receiving any pushed notification.
C#
4
star
6

CafeBistroWithGraphQL

This is a basic implementation project to understand. explore and learn the capabilities of GraphQL. This implementation also uses ASP.NET 5.0, Entity Framework and SQL Server.
C#
2
star
7

Document-Distance

The distance between two documents to be the angle between their word frequency vectors. The document distance problem is thus the problem of computing the distance between two given text documents.
Python
1
star
8

CronExpressionParser

This is a command line command line application or script which parses a CRON string and expands each field to show the times at which it will run.
C#
1
star
9

RuleEngineAPI

Python
1
star
10

InvoiceReader.OCR

This is a small repository of image parsers in python which would extract the texts in an image. This is being used to extract the texts from invoices and bills. The parsers uses the concepts of OCR.
Python
1
star
11

AgentsAndAirlines.Hooks

To Explore And Leverage The Power Of WebHooks With .NET5 !!!
C#
1
star