All Projects → wantedly → subee

wantedly / subee

Licence: MIT license
✉️ 🐝 It's not only a bee, but a message - Pub/Sub Worker Framework Implementation

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to subee

WebApiWithBackgroundWorker
Small demo showing how to implement Pub/Sub with a BackgroundWorker in .NET Core
Stars: ✭ 55 (+37.5%)
Mutual labels:  pubsub
watermill-amqp
AMQP Pub/Sub for the Watermill project.
Stars: ✭ 27 (-32.5%)
Mutual labels:  pubsub
pulsar-adapters
Apache Pulsar Adapters
Stars: ✭ 18 (-55%)
Mutual labels:  pubsub
proximo
Interoperable GRPC based publish/subscribe
Stars: ✭ 38 (-5%)
Mutual labels:  pubsub
incubator-eventmesh
EventMesh is a dynamic event-driven application runtime used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.
Stars: ✭ 939 (+2247.5%)
Mutual labels:  pubsub
fpEs
Functional Programming for EcmaScript(Javascript)
Stars: ✭ 40 (+0%)
Mutual labels:  pubsub
souls
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
Stars: ✭ 327 (+717.5%)
Mutual labels:  pubsub
glitch
!NO MORE MAINTAINED! Reactive API Wrapper for Twitch in Kotlin/JVM
Stars: ✭ 12 (-70%)
Mutual labels:  pubsub
shimmer animation
This shimmer animation widget can help you bring simple yet beautiful skeleton loaders to your flutter app with ease.
Stars: ✭ 29 (-27.5%)
Mutual labels:  pubsub
azure-webpubsub
Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way
Stars: ✭ 86 (+115%)
Mutual labels:  pubsub
azure-iothub-pubsub-esp8266
Using Arduino PubSub library with Azure IoT Hub on an ESP8266
Stars: ✭ 17 (-57.5%)
Mutual labels:  pubsub
rclex
Rclex: ROS 2 Client Library for Elixir
Stars: ✭ 77 (+92.5%)
Mutual labels:  pubsub
wsapix
Next generation Websocket framework for nodejs
Stars: ✭ 17 (-57.5%)
Mutual labels:  pubsub
hanbo-db
hanboDB is a high available,low latency memory database system
Stars: ✭ 29 (-27.5%)
Mutual labels:  pubsub
gafka
A full ecosystem that is built around kafka powered by golang
Stars: ✭ 96 (+140%)
Mutual labels:  pubsub
terraform-splunk-log-export
Deploy Google Cloud log export to Splunk using Terraform
Stars: ✭ 26 (-35%)
Mutual labels:  pubsub
php-pubsub-kafka
A Kafka adapter for the php-pubsub package
Stars: ✭ 26 (-35%)
Mutual labels:  pubsub
celery-connectors
Want to handle 100,000 messages in 90 seconds? Celery and Kombu are that awesome - Multiple publisher-subscriber demos for processing json or pickled messages from Redis, RabbitMQ or AWS SQS. Includes Kombu message processors using native Producer and Consumer classes as well as ConsumerProducerMixin workers for relay publish-hook or caching
Stars: ✭ 37 (-7.5%)
Mutual labels:  pubsub
core-api
Streamr Core backend
Stars: ✭ 52 (+30%)
Mutual labels:  pubsub
sharding-p2p-poc
Proof of Concept of Ethereum Serenity Peer-to-Peer Layer on libp2p PubSub System
Stars: ✭ 35 (-12.5%)
Mutual labels:  pubsub

subee

CircleCI latest GoDoc Go Report Card license

Subee (pronounce /ˈsʌbiː/) is a framework for Pub/Sub subscriber worker for Go.

Examples

CLI

We offer an optional cli tool to develop with subee faster.

$ subee help

Usage:
  subee [command]

Available Commands:
  generate    Generate a new code
  help        Help about any command
  start       Build and start subscribers
  version     Print the version information

Flags:
  -h, --help   help for subee

Use "subee [command] --help" for more information about a command.

Installing

macOS

brew install wantedly/tap/subee

Other platforms

You can download prebuilt binaries for each platform in the releases page.

Build from source

go get github.com/wantedly/subee/cmd/subee
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].