All Projects → davidfowl → Pubbie

davidfowl / Pubbie

Licence: MIT license
A high performance pubsub client/server implementation for .NET Core

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Pubbie

Liftbridge
Lightweight, fault-tolerant message streams.
Stars: ✭ 2,175 (+1682.79%)
Mutual labels:  distributed-systems, pubsub
Hemera
🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/
Stars: ✭ 773 (+533.61%)
Mutual labels:  distributed-systems, pubsub
moleculer-java
Java implementation of the Moleculer microservices framework
Stars: ✭ 39 (-68.03%)
Mutual labels:  distributed-systems
ripple
Simple shared surface streaming application
Stars: ✭ 17 (-86.07%)
Mutual labels:  distributed-systems
talek
a Private Publish Subscribe System
Stars: ✭ 39 (-68.03%)
Mutual labels:  pubsub
fabex
Block explorer for Hyperledger Fabric
Stars: ✭ 26 (-78.69%)
Mutual labels:  distributed-systems
go-chassis-config
pull and push configs in distributed configuration management service. migrated to go-archaius https://github.com/go-chassis/go-archaius/pull/87
Stars: ✭ 23 (-81.15%)
Mutual labels:  distributed-systems
emulator-tools
Google Cloud BigTable and PubSub emulator tools to make development a breeze
Stars: ✭ 16 (-86.89%)
Mutual labels:  pubsub
NodeDial
A distributed, key-value NoSQL database 🌌
Stars: ✭ 13 (-89.34%)
Mutual labels:  distributed-systems
metamorphosis
Easy and flexible Kafka Library for Laravel and PHP 7
Stars: ✭ 39 (-68.03%)
Mutual labels:  pubsub
mindware
An efficient open-source AutoML system for automating machine learning lifecycle, including feature engineering, neural architecture search, and hyper-parameter tuning.
Stars: ✭ 34 (-72.13%)
Mutual labels:  distributed-systems
nsq-0.3.7
nsq注释版基于0.3.7版本
Stars: ✭ 45 (-63.11%)
Mutual labels:  distributed-systems
iris3
An upgraded and improved version of the Iris automatic GCP-labeling project
Stars: ✭ 38 (-68.85%)
Mutual labels:  pubsub
distributed-dev-learning
汇总、整理常用的分布式开发技术,给出demo,方便学习。包括数据分片、共识算法、一致性hash、分布式事务、非侵入的分布式链路追踪实现原理等内容。
Stars: ✭ 39 (-68.03%)
Mutual labels:  distributed-systems
console-chat
Chat on your terminal with other users through a gRPC service
Stars: ✭ 21 (-82.79%)
Mutual labels:  pubsub
interview
成为一名更好的软件工程师所需要的一切。
Stars: ✭ 14 (-88.52%)
Mutual labels:  distributed-systems
social-network
Microservices project
Stars: ✭ 39 (-68.03%)
Mutual labels:  distributed-systems
little-raft
The lightest distributed consensus library. Run your own replicated state machine! ❤️
Stars: ✭ 316 (+159.02%)
Mutual labels:  distributed-systems
distributed rl
Pytorch implementation of distributed deep reinforcement learning
Stars: ✭ 66 (-45.9%)
Mutual labels:  distributed-systems
huffleraft
Replicated key-value store driven by the raft consensus protocol 🚵
Stars: ✭ 32 (-73.77%)
Mutual labels:  distributed-systems

Pubbie

feedz.io

Pubbie is a high performance volatile pub/sub implementation based on Bedrock.Framework.

Using CI builds

To use CI builds add the following nuget feed:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <clear />
        <add key="bedrockframework" value="https://f.feedz.io/davidfowl/bedrockframework/nuget/index.json" />
        <add key="pubbie" value="https://f.feedz.io/davidfowl/pubbie/nuget/index.json" />
        <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
    </packageSources>
</configuration>
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].