https://github.com/rss3-network/gateway-common
Some common utilities shared between Gateway and FlowController
https://github.com/rss3-network/gateway-common
Last synced: about 1 year ago
JSON representation
Some common utilities shared between Gateway and FlowController
- Host: GitHub
- URL: https://github.com/rss3-network/gateway-common
- Owner: RSS3-Network
- License: mit
- Created: 2024-03-19T09:16:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T05:05:23.000Z (about 2 years ago)
- Last Synced: 2025-01-21T20:48:41.612Z (over 1 year ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS3 Gateway Common
## About
- `control` directory is for key & user state related storage. Plugin will read them to apply flow control. They are managed by Gateway billing backend.
- `accesslog` directory is for accesslog report back to billing backend by MQ (we are using Kafka).
Feel free to use them.