Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanus-labs/vanus
Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications.
https://github.com/vanus-labs/vanus
cloud-native cloudevents cloudnative event-bridge event-driven eventbus kafka kubernetes message-queue microservices rabbitmq rocketmq serverless sns sqs
Last synced: about 1 month ago
JSON representation
Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications.
- Host: GitHub
- URL: https://github.com/vanus-labs/vanus
- Owner: vanus-labs
- License: apache-2.0
- Created: 2022-01-26T10:56:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T12:34:41.000Z (8 months ago)
- Last Synced: 2024-10-01T23:05:23.027Z (about 1 month ago)
- Topics: cloud-native, cloudevents, cloudnative, event-bridge, event-driven, eventbus, kafka, kubernetes, message-queue, microservices, rabbitmq, rocketmq, serverless, sns, sqs
- Language: Go
- Homepage: https://vanus.ai
- Size: 5.74 MB
- Stars: 2,275
- Watchers: 12
- Forks: 112
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
Vanus is an open-source message queue with built-in event processing capabilities.[![stars](https://img.shields.io/github/stars/vanus-labs/vanus.svg?style=flat&logo=github&colorB=blueviolet&label=stars)](https://github.com/vanus-labs/vanus)
[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/vanus-labs/vanus/blob/main/LICENSE)
[![codecov](https://codecov.io/gh/vanus-labs/vanus/branch/main/graph/badge.svg?token=RSXSIMEY4V)](https://codecov.io/gh/vanus-labs/vanus)
[![Language](https://img.shields.io/github/go-mod/go-version/vanus-labs/vanus?logo=go)](https://golang.org/)
[![Vanus Cloud](https://img.shields.io/badge/VanusCloud-Try%20it%20%20free-red)](https://cloud.vanus.ai)
[![docs](https://img.shields.io/badge/Docs-online-green)](https://docs.vanus.ai/)--------------------------------------------------
## Introduction
Vanus helps users build event pipelines between SaaS, cloud services, and cloud functions in minutes.
### 1. Build the event-driven system
- Get events from cloud services and SaaS, and deliver them to cloud functions or microservices.
- Synchronize changed data or transfer data to the data lake.
- Obtain events generated by SaaS and send them to other SaaS.### 2. Out-of-the-box event computing capabilities
- Real-time processing during event transmissions, such as filtering and transformation.
- Natively support the CloudEvents specification, and can directly send events to workloads that support CloudEvent.### 3. 100% open source, Super easy to use
- One-click deployment, the installation is completed within 1 minute, and developers without MQ experience can also use it.
- Message queues and connectors are 100% open source, a one-stop open-source solution.## Getting Started
You can install Vanus with a single command within 1 minute. Check out our [website](https://vanus.ai) for detailed information.
```shell
kubectl apply -f https://dl.vanus.ai/all-in-one/v0.9.0.yml
```## Community
We have a few channels for contact:
- [Slack](https://join.slack.com/t/vanusworkspace/shared_invite/zt-1jilbbfo2-NxiFG0VOo8ABGCCNaeNfcA)
- [@Vanus_dev](https://twitter.com/Vanus_dev) on Twitter
- [GitHub Issues](https://github.com/vanus-labs/vanus/issues)
- Send emails to: [Vanus](mailto:[email protected])## How to contribute
See [here](CONTRIBUTING.md) for how to contribute to Vanus.
## License
Vanus is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.