mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Merge branch 'master' of ssh://github.com/micro/services
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -51,7 +51,7 @@ A non-comprehensive list of additional high-level value add services:
|
|||||||
- Popup (locations)
|
- Popup (locations)
|
||||||
- Review (hyper local ephemeral reviews)
|
- Review (hyper local ephemeral reviews)
|
||||||
- Reward (points / tokens)
|
- Reward (points / tokens)
|
||||||
- Search
|
- [x] Search
|
||||||
- Secrets
|
- Secrets
|
||||||
- Status
|
- Status
|
||||||
- [x] Stream
|
- [x] Stream
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
Send and receive real time events
|
Event stream processing
|
||||||
|
|
||||||
# Event Service
|
# Event Service
|
||||||
|
|
||||||
Publish and subscribe to messages on an event stream. Group messages by topic and asynchronously
|
Publish and consume messages from a scalable persistent event stream. Group messages by topic and asynchronously
|
||||||
notify listeners of new events occuring in real time. Messages are persisted in case consumers
|
notify listeners of new events occuring in real time. Messages are persisted in case consumers disconnect.
|
||||||
disconnect.
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Ephemeral pubsub messaging
|
PubSub messaging
|
||||||
|
|
||||||
# MQ Service
|
# MQ Service
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
"name": "mq",
|
"name": "mq",
|
||||||
"icon": "🌊",
|
"icon": "🌊",
|
||||||
"category": "messaging",
|
"category": "messaging",
|
||||||
"display_name": "MQ"
|
"display_name": "Message Queue"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user