go-channel
There are 37 repositories under go-channel topic.
vladopajic/go-actor
A lightweight library for writing concurrent programs in Go using the Actor model.
PacktWorkshops/The-Go-Workshop
A New, Interactive Approach to Learning Go
picadoh/gostreamer
Go example that uses channels to build an execution pipeline
ranjanrak/clickhouse-tickstore
Go package to store real time streaming websocket data in clickhouse using queuing and bulk insert.
Drakkar-Software/Async-Channel
Python async multi-task communication library. Used by OctoBot project.
instabledesign/go-channel
Some golang channel example of how it work and some pattern can be used
pascaldekloe/latest
current version tracking
ctsiaousis/parallelWorkers
Simple parallelism in golang
picadoh/hashtag-counter-pipeline
Sample Gostreamer Pipeline Implementation
Sup3r-Us3r/pfa-go
Example of application in Golang using Rabbitmq + Concurrency + Channels + Database
amirjani/go-concurrency-example
go concurrency examples for learning go-routine, mutex, sync, defer, channels
ashurai/go-best-practice
Best practices for Go and Learning go with examples
jack17529/FastestSumOfSquares
Solving Sum Of Squares problem using Golang's Concurrency Model.
nowayhecodes/polacache
A deadly simple and thread-safe map cache
rabestro/ozon-school-golang
My solutions for competition tests of Ozon Golang School.
cedrickchee/live
Live is a Go's net/http compatible Phoenix LiveView implementation.
eyo-chen/go-channel-guide-examples
Code examples for "A straightforward guide for Go Channel" article
frankkopp/workerpool
Another WorkerPool implementation in Go
marlonbarreto-git/go-concurrency-workshop
🤓 Es un taller práctico sobre concurrencia en Go, diseñado para principiantes que desean aprender los conceptos fundamentales de la concurrencia y el uso de goroutines en el lenguaje de programación Golang.
MassiGy/mmtime
This CLI tool aims at offering a deamon-like process that works in the background and monitors the time that the user had spent on a collection of applications.
nanda03dev/gnosql
GnoSQL is a lightweight, in-memory NoSQL database implemented in Go. It offers a simple and intuitive API for storing and retrieving data without the need for a persistent backend. With support for concurrent operations through goroutines.
Philipelima/watcher
A simple Go application that monitors changes in log files in real-time using channels.
sangianpatrick/emitty
A simple Event Emitter package for Golang application
cvxtct/gsearch
GoLang implementation of Full-Text Search.
gasparian/multithread-topK
Collecting topk stat from big files using multiple threads [EXPERIMENT]
RomeroGabriel/go-api-race
Challenge: Multithreading and APIs
tolopsy/easy-backup
CLI tool to automate compression and archival of files into AWS S3 or a dedicated directory
ABHIJEET-MUNESHWAR/Package-Sorter
Imagine you work in Thoughtful’s robotic automation factory, and your objective is to write a function for one of its robotic arms that will dispatch the packages to the correct stack according to their volume and mass.
ByteSizedLaw/GoLang-AWS-Channels
A very basic demo of how to use Go Channels to pass data between different parts of your go apps/functions. This is exceptionally important in AWS, as it allows you to pass channels/objects between different lambdas and packages, etc.
epomatti/go-concurrency
Concurrent programming exercises with GO
harr1424/Go-Chat
A minimal chat service implemented using gorilla/websockets
Jhon-Henkel/study_fc_go_expert_multithreading-challenge
RepositĂłrio destinado ao desafio de multithreading do curso de Go do Full Cycle.
sachinnagesh/log-middleware
This service cache logs and forward cached logs to configured post-endpoint on set setting based on batch-size or batch-interval
SK7here/Golang-Basics
Basic concepts of Golang explained with illustrative codes
tmaxmax/go-unbounded-chan
Unbounded channels for Golang