Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onelitefeathernet/feedback-fusion
Feedback-fusion is an rust application that allows to collect user feedback to improve services
https://github.com/onelitefeathernet/feedback-fusion
application development enterprise-standard feedback feedback-systems rust-lang website
Last synced: 3 months ago
JSON representation
Feedback-fusion is an rust application that allows to collect user feedback to improve services
- Host: GitHub
- URL: https://github.com/onelitefeathernet/feedback-fusion
- Owner: OneLiteFeatherNET
- License: mit
- Created: 2023-10-09T07:01:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T05:16:02.000Z (3 months ago)
- Last Synced: 2024-11-21T06:22:04.813Z (3 months ago)
- Topics: application, development, enterprise-standard, feedback, feedback-systems, rust-lang, website
- Language: Rust
- Homepage: https://onelitefeathernet.github.io/feedback-fusion/nightly
- Size: 3.45 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FeedbackFusion
![]()
![]()
## About
FeedbackFusion is a cloud-native application meticulously crafted for seamless compatibility with Kubernetes. It is designed to efficiently collect and manage user feedback at a large scale.
## Documentation
[Click](https://onelitefeathernet.github.io/feedback-fusion/nightly/docs)
## Key Features
- **Cloud-native and Kubernetes-compatible**: The application operates in a fully stateless manner (except for the database connection), ensuring smooth integration into Kubernetes environments.
- **Support for Multiple Databases**: Utilizing the rbatis ORM, FeedbackFusion supports a variety of databases, including MySQL, MariaDB, PostgreSQL, and MSSQL.
- **High-Scale Feedback Collection**: Engineered for high scalability, the application leverages gRPC for efficient, high-performance communication, enabling the collection of large volumes of user feedback.
- **Universal Frontend**: The frontend is built on the lit library and adheres to Open-WC standards, providing flexibility and independence from specific frameworks.
## Quickstart
### Helm
```sh
helm repo add feedback-fusion https://onelitefeathernet.github.io/feedback-fusion
helm install feedback-fusion feedback-fusion/feedback-fusion
```### Docker
```sh
docker run --name feedback-fusion ghcr.io/onelitefeathernet/feedback-fusion
```## License
FeedbackFusion is licensed under the MIT License.