Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfomuseum/go-pubsub-flamework
Go package implementing the sfomuseum/go-pubsub.Publisher interface for Flamework log events
https://github.com/sfomuseum/go-pubsub-flamework
flamework golang
Last synced: about 2 months ago
JSON representation
Go package implementing the sfomuseum/go-pubsub.Publisher interface for Flamework log events
- Host: GitHub
- URL: https://github.com/sfomuseum/go-pubsub-flamework
- Owner: sfomuseum
- Created: 2024-02-23T02:05:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:27:47.000Z (9 months ago)
- Last Synced: 2024-04-15T22:58:50.555Z (8 months ago)
- Topics: flamework, golang
- Language: Go
- Homepage:
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-pubsub-flamework
Go package implementing the `sfomuseum/go-pubsub.Publisher` interface for Flamework log events.
## Documentation
Documentation is incomplete
## Example
### apilogsql://
```
$> go run -mod vendor cmd/subscribe/main.go \
-subscriber-uri redis://api_log \
-publisher-uri 'apilogsql://mysql?dsn={DB_USER}:{DB_PSWD}@tcp({DB_HOST}:{DB_PORT})/{DB_TABLE}'
```## See also:
* https://github.com/sfomuseum/go-pubsub