Тёмный
Synadia
Synadia
Synadia
Подписаться
Synadia, and NATS.io, were designed from the ground up for the new reality when all computing, applications and infrastructure are truly distributed. The company is funded by leading VCs and strategic investors including True Ventures, Bold Ventures, and Accenture. The team is fully distributed and globally available. Synadia’s diverse customer base ranges from Fortune 500 enterprises in finance, retail, healthcare and industrials, to innovative startups in fintech, industrial IoT, AI, gaming, and transportation.
NATS.fm S2EP1: Welcoming in 2024 with a bang
53:59
6 месяцев назад
Synadia RethinkConn 24 Intro
0:32
6 месяцев назад
EP09: Grokking NATS.io Streams and Consumers
1:21:33
8 месяцев назад
NATS 2.10 Webinar
57:44
9 месяцев назад
EP08: AI at the Edge(s) with NATS.io
47:03
9 месяцев назад
Комментарии
@PeterNunnOZ
@PeterNunnOZ День назад
Do you happen to have the code running on the Pi some where handy? I need to do something similar to this :)
@nchomey
@nchomey 3 дня назад
This is huge. I'm not ready to use it yet, but will definitely use it when my system is in production. I have to figure most self-hosted nats clusters will do the same! I wonder if you'd consider some sort of free or cheap dev license, where we can get it connected to get it integrated into our workflows while developing our system, but it has severely limited message quotas or something like that so that we aren't freeloading off of it on a production system?
@SynadiaCommunications
@SynadiaCommunications 3 дня назад
Thanks @nchomey! It may have not been clear, but since you are bringing your own NATS system, there are no limits imposed on the NATS side since you are paying for it/running it. BYON is about utilizing the capabilities noted in the video (blog post coming out shortly today). Is the ask more around "try-before-you-subscribe"?
@nchomey
@nchomey 3 дня назад
@@SynadiaCommunications Thanks! Yes, its more a try-before-you-subscribe sort of thing. Or, more specifically, free while you get your architecture set up and then start paying for it once you have actual usage/traffic beyond just basic dev work. Sort of like you have for the hosted cloud offering!
@holgerwinkelmann6219
@holgerwinkelmann6219 3 дня назад
Good idea ! That’s what we spoke about recently…
@trejohnson7677
@trejohnson7677 7 дней назад
MQTT as a first class citizen? it's what we need. digital twin microservice anyone?
@tinnyw2
@tinnyw2 7 дней назад
Whoaa, is that neovim? I haven't seen a non vim tutorial use that before and this is great!
@brettinternet
@brettinternet 7 дней назад
Great demo!
@evertonfernandes143
@evertonfernandes143 7 дней назад
Thats is really cool
@BarakaAndrew
@BarakaAndrew 12 дней назад
This is very powerful, I like modular monoliths, spinning my API servers globally with nats included makes life so much simpler, comes with unified KV store, literally input one key on one API server it syncs in all. Life has never been easier.
@BarakaAndrew
@BarakaAndrew 12 дней назад
Was waiting for this coz the documentation was lacking, it's great, kinda answered most of the questions I had. I use nats a lot nowadays.
@spartan_j117
@spartan_j117 13 дней назад
T F is nuts server?!
@lldadb664
@lldadb664 14 дней назад
Unrelated to NATS, but Jeremy, do you have any info somewhere on what you use in Vim to do the static analysis and error checking? Looks nice.
@lldadb664
@lldadb664 14 дней назад
This is my first time watching one of your videos. It’s one of the best tech overviews I’ve seen. I really enjoy the balance of concept and concrete example. Thanks!
@GabrielPozo
@GabrielPozo 15 дней назад
Thanks for this tutorial!! It's a great video!!
@deviktor
@deviktor 15 дней назад
Hello I just tried to sign up to synadia cloud, but it fails can you check?
@PratikGupta-cw3gx
@PratikGupta-cw3gx 18 дней назад
@Synadia I'd like to have a video on this againg but with Nest js, So Please make it if possible
@chriwas
@chriwas 18 дней назад
Thanks for the great video. Would it be possible to embed the NATS server with other languages, such as Java or Rust?
@dandogamer
@dandogamer 18 дней назад
Hey, were trying to build a product as a non-profit that operates in extremely internet sparse regions. So we do offline first with an upsync and some downsyncing to devices operating in the same project. I was wondering if nats would be a good solution here over GCP pub/sub?
@hasanerken9604
@hasanerken9604 18 дней назад
Thanks for your fantastic tutorials and videos on NATS and golang
@derekperkins
@derekperkins 19 дней назад
What does it look like if I want to deploy an embedded NATS server in an autoscaling k8s environment? Is there a leader? How does the cluster get bootstrapped? My idea is that we'd autoscale the pods, and the leader would poll for work to be done, distributing work via a queue group
@SimonVallebro
@SimonVallebro 19 дней назад
Is there a way to control when/if the server connects the leaf node connection. We have a use case that need to control when we connect to the back to sync data.
@chris-malek
@chris-malek 19 дней назад
Really cool demo 😀
@daviddesmarais-michaud4345
@daviddesmarais-michaud4345 19 дней назад
This is awesome. I've mainly been using embedded servers as a way to do local development and testing. I hadn't thought of using it to do offline-first applications. My thinking was: local -> embedded server production -> remote server Do you have more content on leaf nodes and their applications?
@thecodegangsta
@thecodegangsta 19 дней назад
What does everyone think of this feature? What's a cool way to use it that I haven't thought of?
@ffbrownie
@ffbrownie 19 дней назад
A while ago I had a issue up related to using embedded servers as part of a cluster. Didn’t manage to get it working but I’d be interested what a working setup could look like. Using a leaf node may even be the answer for me
@Mauro-l3s
@Mauro-l3s 19 дней назад
Great video! This is the exact use case we have, but for our business model the price per leaf node connection in NGS is sadly not feasible. What would you suggest in this case?
@user-vu6io8lk1q
@user-vu6io8lk1q 19 дней назад
I have been using embedded nats server for a couple of years now. It is one of the great features of nats. What I was missing was how to connect it to a nats cluster and your video answered my question very nicely. Thanks. It is a very powerful construct that can replace a lot of infrastructure setup and have microservices talk to each other in a clean transparent unified way. Thanks!!
@idearat0
@idearat0 19 дней назад
My target design is effectively a blend of this and Natster where you end up with a peer-to-peer desktop application mesh of sorts. We'll see how that works out over the coming months.
@chmod0644
@chmod0644 18 дней назад
Embedding lets you write software that scales from the small to the large. If you are writing a NATS-based API, your users can start with a single static binary, and move to HA with clustered+embedded, then scale out to externalized nats-server clusters. Giving people a way to try stuff out with minimal infra is a killer feature, imo. It's kind of like how Gitea (git server) or Prosody (xmpp srever) support sqlite. It's sufficient for small/medium deployments, and that's the proving ground for introducing new tech into your organization. Etcd supported embedding early on, too, and while it's hard to measure I think that partially accounts for its success.
@Optimusjf
@Optimusjf 19 дней назад
Você é muitos bom nessa tecnologia
@gedw99
@gedw99 22 дня назад
Very nice !!!
@roaring_cannon
@roaring_cannon 24 дня назад
Thank you for this!
@muonx9649
@muonx9649 28 дней назад
wow this was very helpful! 👍👍👍
@imagineabout4153
@imagineabout4153 28 дней назад
I just deployed a nice NATS server pubs and subs and I'm about to stress test it. I hope it goes well cause it was a breeze to integrate. Well done! ❤
@JedadTreshdoic
@JedadTreshdoic 29 дней назад
ugly
@ovidiusbr
@ovidiusbr 29 дней назад
I just found about NATS and your videos are helpful to understand the technology and get me started. I am working on a greenfield app using microservices architecture and writting an article/demo on NATS JetStream. I couldn't find anything on how to cover the following scenario: a stream for each microservice (for publishing) + a consumer for each microservice which aggregates messages from multiple streams based on subjects. The only possible way to maybe make it work appeared marked as legacy so I am not going to go forward with that. Would currently the recommended way be to use a single stream for everything + filter_subjects on consumers? I feel that this kind of kills the purpose of having multiple streams available for my scenario.
@GabrielPozo
@GabrielPozo 29 дней назад
Thank you for the video!
@Mo.Faried
@Mo.Faried 29 дней назад
A great informative tutorial, but I have to ask, which terminal client are you using? Is it ITerm2?
@glebbondarenko67
@glebbondarenko67 Месяц назад
How reliable is NATS? looks like a single point of failure
@BZValoche
@BZValoche 8 дней назад
If setup correctly, it's not. If you're talking about bugs, well, make sure to use the latest version .
@GabrielPozo
@GabrielPozo Месяц назад
Great video, thank you for sharing!
@Mo.Faried
@Mo.Faried Месяц назад
Just have a couple of seconds before you press enter for each command. You write the command fast and we barely notice what you wrote.
@sonuselva
@sonuselva Месяц назад
where can i find the reference code given in this video?
@selvaKumaresra
@selvaKumaresra Месяц назад
is it fully opensource or has strings attched to Synadia cloud? those that only works with Synadia?
@SynadiaCommunications
@SynadiaCommunications Месяц назад
NATS is fully open source, not open core. Synadia cloud is a hosted version of NATS with some extra tooling around monitoring and management. So no strings attached here
@cristhianferrufino8923
@cristhianferrufino8923 Месяц назад
how you would use an external IdP and OPA for IAM ?
@Zro_2_One
@Zro_2_One Месяц назад
Superb content! May you share your .vimrc, please?
@ch08532
@ch08532 Месяц назад
Excellent presentation skills. Presenting the material in a simple way. Thank you!
@tritoanst
@tritoanst Месяц назад
Thanks guy.
@oishh
@oishh Месяц назад
Would it be possible to connect through Directus Auth?
@cbnsndwch
@cbnsndwch Месяц назад
🙌🙌🙌🙌
@siva710
@siva710 Месяц назад
❤ Thank you so much for this video. Long awaited..!!!
@SynadiaCommunications
@SynadiaCommunications Месяц назад
Hope you enjoyed it!
@zapdelivery5169
@zapdelivery5169 Месяц назад
Great videos, I have binging these lately. Good to see how nats has grown over the years. Can i suggest doing a video about implementing advanced messaging patterns such as workflow patterns like route slips and distributed transaction handling with compensations. It would be great to understand what the stream configuration will look like.
@SureshBala66
@SureshBala66 Месяц назад
To set the context, Redpanda acquired Benthos and launched Redpanda Connect.
@bronifty598
@bronifty598 Месяц назад
these are all so good
@billyogat
@billyogat Месяц назад
Did this PoC ever land as a feature? I’m not seeing anything regarding this in the documentation.
@nexovec
@nexovec Месяц назад
Glad you've named an internal component after me I always knew I deserved it