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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:27:47.000Z (about 2 years ago)
- Last Synced: 2024-12-31T00:13:58.415Z (over 1 year 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