Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 721 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 721 Bytes

Fleeting Marketplace

Description

A web application for real-time pricing marketplace.

Technologies

  1. Frontend:
    • NextJS
  2. Backend:
    • RESTful APIs
    • gRPC APIs

      with protobuf as interface definition language (IDL)

Learning Paths

Walkthrough to microservices. Using Golang to develop RESTful API, gRPC service, with (hopefully) Envoy Proxy, Docker, and Kubernetes. Hopes to:

  1. Use Envoy Proxy
  2. Use Docker/Kubernetes
  3. Use gRPC client to try bi-directional streaming
  4. (cont.) Connect microservice to NextJS
  5. (cont.) Use bi-directional in NextJS to get real-time pricing dashboard
  6. Use message broker (RabbitMQ/Kafka/Redis) as a event-bus
  7. and try other microservices know-hows!