Giter VIP home page Giter VIP logo

microservice-practice's Introduction

Overview

In this project I practice microservices architecture and technologies related to it.

The system I am building is a ticket system where you can create tickets with random codes for customers and get a receipt for every created ticket.

System components:

  • API gateway
  • Customer service
  • Ticket service
  • Receipt service
  • CLI client

Services and API gateway are all dockerized and the whole backend system can be run with Docker Compose. Instructions for that later. Every service runs in its own container. I am learning Kubernetes so I will hopefully use that in the future.

I am building the system primarily with C#, but the CLI client is built with Rust. Rust is an amazing language to build CLI apps. It has really great performance, ecosystem, and useful libraries.

Right now the system uses HTTP APIs internally. I am learning gRPC and hopefully all internal communication will be switched to gRPC services. API gateway remains to use HTTP API.

I am currently learning:

  • gRPC remote procedure call framework

In the future:

  • Authentication
  • Kubernetes deployment

microservice-practice's People

Contributors

hollowdll avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.