Skip to content

bariqhibat/fleeting-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!