kubo

Kubo was the first IPFS implementation and is the most widely used one today. Implementing the Interplanetary Filesystem - the standard for content-addressing on the Web, interoperable with HTTP. Thus powered by future-proof data models and the libp2p for network communication. Kubo is written in Go.

gomysql

Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package

sqlc

sqlc generates type-safe code from SQL.

badger

BadgerDB is an embeddable, persistent and fast key-value database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB.

ants

Library ants implements a goroutine pool with fixed capacity, managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines in your concurrent programs.

coredns

CoreDNS is a fast and flexible DNS server. The key word here is flexible: with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. If some functionality is not provided out of the box you can add it by writing a plugin.

go-task

Task is a task runner / build tool that aims to be simpler and easier to use than.

micro

Micro is a microservices platform. It addresses the core requirements for building services in the cloud by providing a set of APIs which act as the building blocks of any platform. Micro deals with the complexity of distributed systems and provides simpler programmable abstractions to build on.

sarama

Sarama is a Go library for Apache Kafka.

peewee

a small, expressive orm -- supports postgresql, mysql, sqlite and cockroachdb

resty

Simple HTTP, REST, and SSE client library for Go

quic-go

A QUIC implementation in pure Go

Maintained By @challenaiLICENSE: GPL 3.0Version: v0.1.2-beta