GlassFlowforGlassFlow Blogglassflowblog.hashnode.dev·Jul 11, 2024Revolutionizing Real-Time Alerts with AI, NATs and StreamlitImagine you have an AI-powered personal alerting chat assistant that interacts using up-to-date data. Whether it's a big move in the stock market that affects your investments, any significant change on your shared SharePoint documents, or discounts ...113 readsEngineeringstreamlit
Hirameichgi.hashnode.dev·Apr 26, 2024Nest.js microservices via NATSA new practice is here, we are going to communicate 2 nest microservices using NATS as a transport layer. But, what is NATS? Well, it basically allows us to connect apps similarly to TCP. Nest already provide wrappers for these types of communication...269 readsnestjs
pocket buspocketbus.hashnode.dev·Jan 13, 2024Pocketbus - What?https://pocketbus.io Introduction Pocketbus will be a combination of Pocketbase and the NATS messaging platform. I aim to document my journey and thoughts here. Who am I? I am a huge fan of the Go programming language these days. I have worked with n...49 readsGo Language
Karuppiah Natarajankaruppiah.dev·Sep 27, 2023Upgrading a NATS Cluster in ProductionThis blog post provides details on how to upgrade a NATS cluster from one version to another version. This is a pretty straightforward process, assuming You have a good Highly Available (HA) setup (topology) for the NATS cluster. And all your data i...55 readsnats
Karuppiah Natarajankaruppiah.dev·Jul 10, 2023Monitoring NATS using New Relic: InstrumentationAt Togai we are using NATS as our messaging system. Our microservices use it to communicate among themselves We wanted to set up monitoring for all the systems that we run and manage. We self-host NATS so we wanted to monitor NATS too, apart from our...62 readsmonitoring
Claudiuclanic.hashnode.dev·Apr 27, 2023NATS Message Deduplication in GoSummary / TL;DR natsdedup is a simple and efficient message deduplication solution for NATS-based applications, focusing on content-based deduplication. It offers easy integration, configurable deduplication TTL, and in-memory caching. Check out the ...Go Language