Skip to content

Contains the endoflife server application exposing and gRPC API and consume REST API

License

Notifications You must be signed in to change notification settings

rcsolis/endoflife_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End of life Server

Author:Rafael Chavez Solis

Email:[email protected]

Description

Contains the endoflife server application for retrive information about releases and versions of several technologies.

Expose a gRPC service API with two methods:

  • GetAllVersions: Stream all versions available
  • GetDetails: Returns details about specific version

Consumes the EndOfLife API to get the information.

Architecture

This repository contains the componets highlighting in orange.

image

The logging ilustrates the use of standard log output using the log standard package.

gRPC

Command to build:

protoc --proto_path=./ \
--go_out=./ \
--go_opt=paths=source_relative \
--go-grpc_out=./ \
--go-grpc_opt=paths=source_relative,require_unimplemented_servers=false \
./internal/proto/*.proto

Stack:

  • Go 1.23.4
  • ProtocolBufers 3 (proto3)
  • google.golang.org/grpc
  • google.golang.org/grpc/codes
  • google.golang.org/grpc/status

About

Contains the endoflife server application exposing and gRPC API and consume REST API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published