alexdunne / gs-onboarding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gs-onboarding

Architecture Diagram

Services

Consumer

The consumer service periodically fetches the top stories from hacker news and stores all non dead nor deleted items in the database

API

The API service is a gRPC server that offers a interface to fetched the stored hacker news stories

Gateway

The gateway service is main entry point for third parties to access all other systems. Currently, it is responsible for proxying requests to the API service

About

License:MIT License


Languages

Language:Go 95.7%Language:Dockerfile 3.4%Language:Shell 0.6%Language:Makefile 0.2%