https://github.com/bbakla/hands-on-microservices-kubernetes
https://github.com/bbakla/hands-on-microservices-kubernetes
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbakla/hands-on-microservices-kubernetes
- Owner: bbakla
- License: mit
- Created: 2021-12-08T15:22:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T23:19:00.000Z (over 4 years ago)
- Last Synced: 2024-06-21T19:33:37.998Z (almost 2 years ago)
- Language: Go
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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