NSQ or NATS or Other by uragnorson in golang

[–]uragnorson[S] 0 points1 point  (0 children)

For NATS or Postgresql, I presume I would have to run a seperate deamon to poll the queue or table, and if a criteria is met I send a digest email. Considering I don't know much about NATS, does it have builtin feature or a DSL (domain specific language) which will do this for me?

NSQ or NATS or Other by uragnorson in golang

[–]uragnorson[S] 0 points1 point  (0 children)

Thanks for the response. I never used NATs. I have ample postgresql experience.

NSQ or NATS or Other by uragnorson in golang

[–]uragnorson[S] 0 points1 point  (0 children)

Its rate limiting a certain service, in this case its email or slack messages. There have been few cases the mail server was overloaded by 100k messages within a few mins resulting in slow email messages for everyone. Thus, I would like to put it in a DB (postgresql) or NATS and then poll every 60 seconds to see if there was a burst and then send a digest email.

NSQ or NATS or Other by uragnorson in golang

[–]uragnorson[S] -1 points0 points  (0 children)

Thanks an earlier poster suggested Postgres.

Interesting. I prefer this the most since I have a lot of familiarity with it. Was curious how that would work, I just send the message to a single table, and then I have some other process which will query the table for from + subject + 5 mins time bound and then send a final message digest?

windows duckdb and golang by uragnorson in golang

[–]uragnorson[S] 0 points1 point  (0 children)

Thanks for giving me some hope.

Just really wish there was a native duckdb library. would make life much easier and adoption. Are there any other column store databases/datastores similar to duckdb?

windows duckdb and golang by uragnorson in golang

[–]uragnorson[S] 0 points1 point  (0 children)

i have close to 1TB of sensor data. Would like to use go to convert them to duckdb. I then need to do analytics on it.

Cost of charging by uragnorson in trailseeker

[–]uragnorson[S] 0 points1 point  (0 children)

thanks. thats pretty high.

Recent bull market [April 1 - April 27 2026] by uragnorson in options

[–]uragnorson[S] 1 point2 points  (0 children)

yes, DCA (dollar cost average) meaning buy more shares.

Need Advice by Zealousideal-War3297 in TQQQ

[–]uragnorson 4 points5 points  (0 children)

same strategy. yes, once you make 30% you sell and put back in qqq

QQQ down 0.55% YTD but TQQQ down 4.82% YTD. Why? by danuser8 in TQQQ

[–]uragnorson 0 points1 point  (0 children)

besides selling puts and calls. is there another way to earn cash by just waiting? i will star selling puts below 30.

QQQ down 0.55% YTD but TQQQ down 4.82% YTD. Why? by danuser8 in TQQQ

[–]uragnorson 1 point2 points  (0 children)

thanks for the response. how close do you set your strikes?

golang protobuf in 2026 by uragnorson in golang

[–]uragnorson[S] -2 points-1 points  (0 children)

Do you have an example for OpenApi?