https://github.com/ankorstore/yokai-contrib
Contrib modules repository for the Yokai framework.
https://github.com/ankorstore/yokai-contrib
contribution contributions-welcome framework go golang modular yokai
Last synced: about 1 month ago
JSON representation
Contrib modules repository for the Yokai framework.
- Host: GitHub
- URL: https://github.com/ankorstore/yokai-contrib
- Owner: ankorstore
- License: mit
- Created: 2024-02-19T09:25:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-17T08:59:18.000Z (2 months ago)
- Last Synced: 2026-04-17T10:38:55.612Z (2 months ago)
- Topics: contribution, contributions-welcome, framework, go, golang, modular, yokai
- Language: Go
- Homepage: https://ankorstore.github.io/yokai
- Size: 200 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yokai Contrib Modules
[](https://opensource.org/licenses/MIT)
[](https://go.dev/)
[](https://codecov.io/gh/ankorstore/yokai-contrib)
> Contrib modules repository for the [Yokai](https://github.com/ankorstore/yokai) framework.
## Modules
| Module | Description |
|------------------------------------|--------------------------------------------------------------------------|
| [fxelasticsearch](fxelasticsearch) | Module for [Elasticsearch](https://www.elastic.co/elasticsearch/) |
| [fxgcppubsub](fxgcppubsub) | Module for [GCP Pub/Sub](https://cloud.google.com/pubsub) |
| [fxgomysqlserver](fxgomysqlserver) | Module for [Go Mysql Server](https://github.com/dolthub/go-mysql-server) |
| [fxjsonapi](fxjsonapi) | Module for [JSON API](https://github.com/google/jsonapi) |
| [fxredis](fxredis) | Module for [Redis](https://redis.io/docs/connect/clients/go/) |
| [fxslack](fxslack) | Module for [Slack](https://api.slack.com/) |
| [fxtestcontainer](fxtestcontainer) | Module for [Testcontainers](https://github.com/testcontainers/testcontainers-go) |
## Contributing
This repository uses [release-please](https://github.com/googleapis/release-please) to automate Yokai's contrib modules release process.
> [!IMPORTANT]
> You must provide [atomic](https://en.wikipedia.org/wiki/Atomic_commit#Revision_control) and [conventional](https://www.conventionalcommits.org/en/v1.0.0/) commits, as the release process relies on them to determine the version to release and to generate the release notes.