Skip to content

log all events on a certain namespace from nats message bus

Notifications You must be signed in to change notification settings

sirus-rnd/nats-logger

Repository files navigation

Nats Logger

service to log nats event to database

Development

to develop this project you should have these tools

  • go with go module enabled
  • make utility
  • gcc to compile some deps. that required CGO functionality

compile binary using this command

make all

to just run this project, make sure you install deps before run

make init # (optional) for first build only
make run

Indexing

to make index on payload data

CREATE INDEX eventpayload ON event_models USING GIN (payload jsonb_path_ops);

About

log all events on a certain namespace from nats message bus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages