An open API service indexing awesome lists of open source software.

https://github.com/go-fries/fries

🚀 Go ecosystem components, such as: Gin, Kratos, Chi, Event, CloudEvents, AMQP, etc. 🌟
https://github.com/go-fries/fries

amqp binlog cache cloudevents components ecosystems event event-dispatcher filesystem gin go golang kratos mysql opentelemetry redis replication

Last synced: 6 months ago
JSON representation

🚀 Go ecosystem components, such as: Gin, Kratos, Chi, Event, CloudEvents, AMQP, etc. 🌟

Awesome Lists containing this project

README

          

# Go Fries Components

![Supported Go Versions](https://img.shields.io/badge/Go-%3E%3D1.23.0-blue)
[![Package Version](https://badgen.net/github/release/go-fries/fries/stable)](https://github.com/go-fries/fries/releases)
[![GoDoc](https://pkg.go.dev/badge/github.com/go-fries/fries/v3)](https://pkg.go.dev/github.com/go-fries/fries/v3)
[![codecov](https://codecov.io/gh/go-fries/fries/graph/badge.svg?token=QPTHZ5L9GT)](https://codecov.io/gh/go-fries/fries)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-fries/fries)](https://goreportcard.com/report/github.com/go-fries/fries)
[![lint](https://github.com/go-fries/fries/actions/workflows/lint.yml/badge.svg)](https://github.com/go-fries/fries/actions/workflows/lint.yml)
[![tests](https://github.com/go-fries/fries/actions/workflows/test.yml/badge.svg)](https://github.com/go-fries/fries/actions/workflows/test.yml)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

> This repository has been migrated from the original `github.com/go-kratos-ecosystem/components`.

> [!IMPORTANT]
> The v3 version is still unstable and is not recommended for use in production environments.

## Installation

```bash
go get github.com/go-fries/fries/v3
```

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.