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

https://github.com/bbakla/hands-on-microservices-kubernetes


https://github.com/bbakla/hands-on-microservices-kubernetes

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Delinkcious

A delicious-like link management platform implemented using Go microservices

# Directory Structure

## pkg
The core logic is implemented by libraries in this directory

## svc

The microservices are in this directory. They use the excellent [gokit](https://gokit.io) microservice framework.

## cmd

Various utilities and one-time commands live here