AvitalTrifsik

↗ HN profile [ 35.8 ms ] full profile
Karma
1
Created
July 5, 2022 (4y ago)
Submissions
0
Hey my name is Avital an open-source enthusiast & a part of the Memphis.dev community, we are currently working on a real-time data processing platform that will make devs' lives much easier.
  1. Event Stream Processing consists of two separate technologies. The first form of technology is a system that logically stores Events, and the second type is software used to process Events. The first component is…

  2. Coupling between services is one of the most significant difficulties associated with microservices. Conventional architecture is a “don’t ask, don’t tell” architecture in which data is collected only when requested.…