The Daily Go
The plugin-driven server agent for collecting & reporting metrics.
https://github.com/influxdata/telegraf
#Repository #Monitoring
The plugin-driven server agent for collecting & reporting metrics.
https://github.com/influxdata/telegraf
#Repository #Monitoring
GitHub
GitHub - influxdata/telegraf: Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data. - influxdata/telegraf
The Daily Go
Golang package for gossip based membership and failure detection
https://github.com/hashicorp/memberlist
#Repository #Distributed
Golang package for gossip based membership and failure detection
https://github.com/hashicorp/memberlist
#Repository #Distributed
GitHub
GitHub - hashicorp/memberlist: Golang package for gossip based membership and failure detection
Golang package for gossip based membership and failure detection - hashicorp/memberlist
The Daily Go
This is a HTTP middleware for server-side application layer caching, ideal for Golang REST APIs.
https://github.com/victorspringer/http-cache
#Cache #Http #Middleware
This is a HTTP middleware for server-side application layer caching, ideal for Golang REST APIs.
https://github.com/victorspringer/http-cache
#Cache #Http #Middleware
GitHub
GitHub - victorspringer/http-cache: High performance Golang HTTP middleware for server-side application layer caching, ideal forโฆ
High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs - victorspringer/http-cache
The Daily Go
Understanding Tensorflow using Go
https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/
#Guide #Post
Understanding Tensorflow using Go
https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/
#Guide #Post
P. Galeone's blog
Understanding Tensorflow using Go
Tensorflow is not a Machine Learning specific library, instead, is a general purpose computation library that represents computations with graphs. Its core is implemented in C++ and there are also bindings for different languages. The bindings for the Goโฆ
The Daily Go
Embedded DB modeling Golang Collections which automatically split as they grow.
https://github.com/hansonkd/bundledb
#Database #Embedded
Embedded DB modeling Golang Collections which automatically split as they grow.
https://github.com/hansonkd/bundledb
#Database #Embedded
GitHub
hansonkd/bundledb
Embedded DB modeling Golang Collections which automatically split as they grow. - hansonkd/bundledb
The Daily Go
Golang Desktop Automation. Control the mouse, keyboard, bitmap, read the screen, Window Handle and global event listener.
https://github.com/go-vgo/robotgo
#Automation #Robot
Golang Desktop Automation. Control the mouse, keyboard, bitmap, read the screen, Window Handle and global event listener.
https://github.com/go-vgo/robotgo
#Automation #Robot
GitHub
GitHub - go-vgo/robotgo: RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar - go-vgo/robotgo
The Daily Go
Organizing your code with Go packagesโโโMaster Tricks
https://blog.learngoprogramming.com/code-organization-tips-with-packages-d30de0d11f46
#Post #Guide
Organizing your code with Go packagesโโโMaster Tricks
https://blog.learngoprogramming.com/code-organization-tips-with-packages-d30de0d11f46
#Post #Guide
Medium
Organize your code with Go packages โ Master Tricks
Learn the master tricks about how to properly design your system with Go packages.
The Daily Go
A library for decoding html into golang structs. Useful e.g. for making crawlers to interact with pages that does not have an actual api.
https://github.com/zlepper/encoding-html
#html #Crawler
A library for decoding html into golang structs. Useful e.g. for making crawlers to interact with pages that does not have an actual api.
https://github.com/zlepper/encoding-html
#html #Crawler
GitHub
zlepper/encoding-html
A golang library for decoding html into structs. Contribute to zlepper/encoding-html development by creating an account on GitHub.
The Daily Go
Go implementation of The P-Square Algorithm for Dynamic Calculation of Quantiles and Histograms Without Storing Observations.
https://github.com/narqo/psqr
#PSquare
Go implementation of The P-Square Algorithm for Dynamic Calculation of Quantiles and Histograms Without Storing Observations.
https://github.com/narqo/psqr
#PSquare
GitHub
narqo/psqr
P-Square Algorithm in Go. Contribute to narqo/psqr development by creating an account on GitHub.
The Daily Go
gVisor is a user-space kernel for containers. It limits the host kernel surface accessible to the application while still giving the application access to all the features it expects.
https://github.com/google/gvisor
#Sandbox #Docker #Container #Kubernetes
gVisor is a user-space kernel for containers. It limits the host kernel surface accessible to the application while still giving the application access to all the features it expects.
https://github.com/google/gvisor
#Sandbox #Docker #Container #Kubernetes
GitHub
GitHub - google/gvisor: Application Kernel for Containers
Application Kernel for Containers. Contribute to google/gvisor development by creating an account on GitHub.
The Daily Go
Introducing vice: Go channels across many machines
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
#Channel #Messages #Post
Introducing vice: Go channels across many machines
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
#Channel #Messages #Post
Medium
Introducing vice: Go channels across many machines
Concurrency is a great way to get more stuff done faster. Go channels are perfect for enabling multiple concurrent goroutines to safelyโฆ
The Daily Go
triggerFS enables you to build distributed systems and do realtime messaging in a service-oriented fashion.
https://triggerfs.io/en/latest/intro.html
#Realtime #Messaging #Trigger
triggerFS enables you to build distributed systems and do realtime messaging in a service-oriented fashion.
https://triggerfs.io/en/latest/intro.html
#Realtime #Messaging #Trigger
The Daily Go
Elasticell is a distributed NoSQL database with strong consistency and reliability.
https://github.com/deepfabric/elasticell
#Database #Distributed_Database #NoSQL
Elasticell is a distributed NoSQL database with strong consistency and reliability.
https://github.com/deepfabric/elasticell
#Database #Distributed_Database #NoSQL
GitHub
GitHub - deepfabric/elasticell: Elastic Key-Value Storage With Strong Consistency and Reliability
Elastic Key-Value Storage With Strong Consistency and Reliability - GitHub - deepfabric/elasticell: Elastic Key-Value Storage With Strong Consistency and Reliability
The Daily Go
Flare is a service that listen to changes on HTTP endpoints and notify subscripted clients about the changes.
https://github.com/diegobernardes/flare
#Http #Microservice #Service
Flare is a service that listen to changes on HTTP endpoints and notify subscripted clients about the changes.
https://github.com/diegobernardes/flare
#Http #Microservice #Service
GitHub
GitHub - diegobernardes/flare: Flare is a service that notify changes of HTTP endpoints
Flare is a service that notify changes of HTTP endpoints - GitHub - diegobernardes/flare: Flare is a service that notify changes of HTTP endpoints
The Daily Go
This Golang package enables to scrape and parse Google results using SERP API.
https://github.com/serpapi/google-search-results-golang
#Search #SERP #Google
This Golang package enables to scrape and parse Google results using SERP API.
https://github.com/serpapi/google-search-results-golang
#Search #SERP #Google
GitHub
GitHub - serpapi/google-search-results-golang: Google Search Results GoLang API
Google Search Results GoLang API. Contribute to serpapi/google-search-results-golang development by creating an account on GitHub.
The Daily Go
A low & high level golang SFTP (version 3) client library.
https://github.com/mathewreny/sftp
#SFTP #SSH #Library #Package
A low & high level golang SFTP (version 3) client library.
https://github.com/mathewreny/sftp
#SFTP #SSH #Library #Package
GitHub
mathewreny/sftp
A low & high level golang SFTP (version 3) client library. - mathewreny/sftp
The Daily Go
Dead simple, super fast, zero allocation and modular logger for Golang.
https://github.com/francoispqt/onelog
#Log #ZeroAlloc #Package
Dead simple, super fast, zero allocation and modular logger for Golang.
https://github.com/francoispqt/onelog
#Log #ZeroAlloc #Package
GitHub
GitHub - francoispqt/onelog: Dead simple, super fast, zero allocation logger for Golang
Dead simple, super fast, zero allocation logger for Golang - francoispqt/onelog
The Daily Go
A real-time message bus server and library written in Go with strong consistency and reliability guarantees.
https://github.com/prologic/msgbus
#Message #Queue #Event #PubSub
A real-time message bus server and library written in Go with strong consistency and reliability guarantees.
https://github.com/prologic/msgbus
#Message #Queue #Event #PubSub
GitHub
prologic/msgbus
A real-time message bus server and library written in Go with strong consistency and reliability guarantees. - prologic/msgbus