An open API service indexing awesome lists of open source software.

https://github.com/jofaval/bingewatch-microservices

Small PoC using Golang microservices comunicating in-between with gRPC for media tracking
https://github.com/jofaval/bingewatch-microservices

go golang gorm grpc grpc-go microservices orm

Last synced: 5 months ago
JSON representation

Small PoC using Golang microservices comunicating in-between with gRPC for media tracking

Awesome Lists containing this project

README

          

# Bingwatcher Microservices

Microservices to track whatever media you're currently watching/reading, or have done in the past.

## Content

1. [Motivation](#motivation)
1. [Description](#description)
1. [Use it!](#use-it)
1. [Tech Stack](#tech-stack)

## Motivation

I want to try out gRPC and microservices, the latter are really popular, and the industry standard, but gRPC looks intresting to me, and a better way to intercommunicate

## Description

Small PoC using Golang microservices comunicating in-between with gRPC to track whatever media you're currently watching/reading, or have done in the past.

## Use it

```bash
git clone https://github.com/jofaval/bingewatch-microservices.git
cd bingewatch-microservices
```

## Tech Stack

- Golang
- gRPC.io
- GORM (Go's ORM)
- Github Actions (probably)