Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/distributedio/tips
TiKV based Pub/Sub server
https://github.com/distributedio/tips
distributed distributed-systems message-queue pubsub tikv
Last synced: 2 months ago
JSON representation
TiKV based Pub/Sub server
- Host: GitHub
- URL: https://github.com/distributedio/tips
- Owner: distributedio
- License: apache-2.0
- Created: 2018-11-29T11:37:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T03:22:16.000Z (over 5 years ago)
- Last Synced: 2024-10-29T20:21:04.913Z (3 months ago)
- Topics: distributed, distributed-systems, message-queue, pubsub, tikv
- Language: Go
- Size: 5.86 MB
- Stars: 34
- Watchers: 11
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tips
A distributed Pub/Sub system based on TiKV
[![Go Report Card](https://goreportcard.com/badge/github.com/tipsio/tips)](https://goreportcard.com/report/github.com/tipsio/tips)
[![Build Status](https://travis-ci.org/tipsio/tips.svg?branch=master)](https://travis-ci.org/tipsio/tips)
[![Coverage Status](https://coveralls.io/repos/github/tipsio/tips/badge.svg?branch=master)](https://coveralls.io/github/tipsio/tips?branch=master)
[![GoDoc](https://godoc.org/github.com/tipsio/tips?status.svg)](https://godoc.org/github.com/tipsio/tips)# Roadmap
[milestones](https://github.com/tipsio/tips/milestones?direction=asc&sort=due_date&state=open)
## Features
* High performance, high availability, horizontal scaling
* Massive Topics support and massive data support for single Topic
* Topic kept in a global order
* At-Least-Once reliable communication
* Support concurrent consumers (like, Kafka Consumer Group)
* Snapshot and recovery of subscription state## Scenarios
* Asynchronous task processing (e.g. pictures/ videos)
* Event-driven framework (e.g. microservice/Severless )
* Multi-to-multi message communication (e.g. IM/ group chat in live-broadcasting room with large scale )
* Notifications push on mobile devices