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)
|
||||
- Review (hyper local ephemeral reviews)
|
||||
- Reward (points / tokens)
|
||||
- Search
|
||||
- [x] Search
|
||||
- Secrets
|
||||
- Status
|
||||
- [x] Stream
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
Send and receive real time events
|
||||
Event stream processing
|
||||
|
||||
# Event Service
|
||||
|
||||
Publish and subscribe to messages on an event stream. Group messages by topic and asynchronously
|
||||
notify listeners of new events occuring in real time. Messages are persisted in case consumers
|
||||
disconnect.
|
||||
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 disconnect.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Ephemeral pubsub messaging
|
||||
PubSub messaging
|
||||
|
||||
# MQ Service
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
"name": "mq",
|
||||
"icon": "🌊",
|
||||
"category": "messaging",
|
||||
"display_name": "MQ"
|
||||
"display_name": "Message Queue"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user