Hey there! I just published a big project I’ve been building — an open-source, modular e-commerce backend designed for scalability, modularity, and modern developer workflows. It’s written in Go (with one service in Python), and built using: gRPC-based microservices (account, product, order, recommendation) A central GraphQL API Gateway Kafka for event-driven communication PostgreSQL, Elasticsearch, and Docker Compose for local orchestration You can spin it up with a single command and test it in the browser via the /playground endpoint.

Apr 4, 2025 - 11:11
 0

Hey there!

I just published a big project I’ve been building — an open-source, modular e-commerce backend designed for scalability, modularity, and modern developer workflows.

It’s written in Go (with one service in Python), and built using:

  • gRPC-based microservices (account, product, order, recommendation)

  • A central GraphQL API Gateway

  • Kafka for event-driven communication

  • PostgreSQL, Elasticsearch, and Docker Compose for local orchestration

You can spin it up with a single command and test it in the browser via the /playground endpoint.