Tutorial Vietnam Document name URL Note Go Language Advanced Programming https://github.com/zalopay-oss/go-advanced Tutorial English Document name URL
aws-serverless-golang 👋 About Me From South Korea 👨💻 Passionate/creative AWS Solution Engineer 🧡 Based in Germany 🍺 LinkedIn ✨ 👀 About Project
Microservices with Go The Microservices Architecture contains Broker Service Authentication Service Logger Service Mail Service Listener Service AMQP
Table of Contents About The Project Built With Prerequisites Installation Usage Roadmap Contributing License Credits About The Project Microservices d
API Gateway Microservice API Gateway for routing between different services by url slug Prerequisites Go version 1.19 Docker Gomock Golanci-lint Usage
Shop Golang Microservices The main idea of creating this project is implementing an infrastructure for up and running distributed system with the late
Caddy Mesh Caddy service mesh based on the host/node architecture. Features Timeouts Retries Circuit Breaking Rate Limiting Traffic Splitting Installa
Go ElasticSearch and RabbitMQ full-text search microservice 👋 ✨ 💫 👨💻 Full list what has been used: Elasticsearch client for Go RabbitMQ Go Rabbit
POC - GOLANG VALIDATE: ARCH, DEPENDENCIES AND DIRECTORIES! THIS IS JUST A POC - To validate the architecture, dependencies and folder structure of a g
Go Todo App An implementation of Todo app with Clean Architecture and GO language API Reference You can this apis to work with app POST /api/v1/todo
Go Fication An API Boilerplate written in Golang with chi-route and Gorm. Write restful API with fast development and developer friendly. Table of Con
WunderGraph Quickstart • Website • Docs • Examples • Blog • Discord • Twitter Note: 🌍 We are working on a serverless version of WunderGraph. If you'r
Easy coding | 中文 This repo contains an example structure for a monolithic Go Web Application. Project Architecture This project loosely follows Uncle
Valet Stateless Go server responsible for running tasks asynchronously and concurrently. Overview Job Pipeline Architecture Installation Configuration
AgentGo Ru Агент - программа разработанная на языке Go для камер под архитектуры ARM/Mipsel Функционал: Агент берёт серийный номер из конфигурации кам
Ory Kratos is the first cloud native Identity and User Management System in the world. Finally, it is no longer necessary to implement a User Login process for the umpteenth time!
Go EventSourcing and CQRS with PostgreSQL, Kafka, MongoDB and ElasticSearch 👋 ✨ 💫 👨💻 Full list what has been used: PostgeSQL as event store Kafka
Golang Monolithic Boilerplate Golang Monolithic Boilerplate using Domain Driven Design handles authentication and authorization, and beside of this fe
archaware-controller Architecture-aware placement of pods for Kubernetes This project was created in response to kubernetes/kubernetes/issues/105321.
🧺 Store Golang Microservices A practical store sample, built with Golang and different software architecture and technologies like Microservices Arch
🧺 Store Golang Microservices Sample A practical store sample, built with Golang and different software architecture and technologies like Microservic
Go SDK for Zero. Provides a clear and simple interface for the secrets manager GraphQL API.
Mongo-Mux-API A Rest API with clean architecture, clean code, and implementation of MongoDB Database. 👋 Hi, I’m @HuzaifaMk 👀 I’m interested in Front
ultividros-project 🪟 🗲 Projeto para fazer uma API em Go com bibliotecas como goFiber e Gorm e usando banco de dados MySQL. O objetivo do projeto é s
Welcome to the CloudNativePG project! CloudNativePG is an open source operator designed to manage PostgreSQL workloads on any supported Kubernetes clu
Clean Architecture / Hexagonal Architecture in Go ✔️ A TODO System with hexagonal architecture / clean architecture what you can use how template for
参考 context https://qiita.com/[email protected]/items/34b63b663ffd56125c07 zap https://qiita.com/emonuh/items/28dbee9bf2fe51d28153 go-envconfig http
Cloud-Native-Application-Architecture This repository contains my work for Cloud-Native Application Architecture course. List of the projects Lab 1: G
Zoup Zoup is like Zap but probably way slower and with a completely different architecture. Getting started zoup := zoup.FileWriter{os.Stdout} zoup.W
outflux outflux is a smart remote InfluxDB syncer that uses client/server architecture written in Go. How it Works The client connects to the server u
Banking-server 🚀 This Repository contains code in which we develop the backend rest api's of banking server in go using mux and mysql Visit ➡️ Auth M
AWS Icons – Alfred Workflow A Workflow for quickly pasting AWS architecture icons onto PowerPoint. Installation Installation can be done as follows. d
Go Simple Bank Intro In this porject we will implemenets a simple Bank account manager Technologies will be used in this project: Golang MongoDB Rabbi
SimpleHospitalApp SimpleHospitalApp made with Go with Clean Architecture (API). Database : SQL Dependencies: pgx, sqlx, gin gonic, viper, uuid Feature
uServer-Logger-API DISCLAIMER: THIS IS A WORK-IN-PROGRESS! WAIT UNTIL THE FIRST RELEASE BEFORE PRODUCTION USE A RESTful API developed in Go using the
simpleBacktester CS7319 Software Architecture & Design Final Project, using batch-sequential and client/server (REST API) via Golang Backend, Ruby on
AWS Knapsack Microservices Project Project Overview & Description The goal of this project is to create a Proof Of Concept (PoC) using different AWS s
pixPayment (PT-BR) Microsserviço que irá intermediar a transação entre dois bancos. Ele recebe a transação e encaminha para o banco destino, status: p
API in Go using Clean Architecture API RESTFul to exemplify the use of clean architecture using go language The folder structure of this application w
Go Boilerplate An API boilerplate written in Golang with Gin Framework Table of Contents Motivation Configuration Manage Server Configuration Database
The Boba Monorepo TL;DR Documentation Community and DAO Directory Structure Contributing Dependencies Spinning up the stack Helpful commands Running u
Golang Enterprise Project Structure | Hexagonal Architecture - Onion Architecture - Generic Repository Pattern
Book REST API This project is an example REST API that shows how to work with local and DB. As an architecture, Layered Architecture used. This API co
Goilerplate Clean Boilerplate of Go, Domain-Driven Design, Clean Architecture, Gin and GORM. What is Goilerplate? Good example of Go with Clean Archit
前言 在面向对象编程的理念里,应用程序是对现实世界的抽象,我们经常会将现实中的事物建模为编程语言中的类/对象(“是什么”),而事物的行为则建模为方法(“做什么”)。面向对象编程有三大基本特性(封装、继承/组合、多态)和五大基本原则(单一职责原则、开放封闭原则、里氏替换原则、依赖倒置原则、接口分离原则