• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Event Streams question: ESP Platforms

 
Greenhorn
Posts: 25
Scala Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the best ESP Platforms for particular Event Stream processing scenarios and why?
 
Author
Posts: 2
5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The hottest ones at the moment are probably:

* Kafka Connect
* Flink
* Spark Structured Streaming

There's also a more "descontructed" approach of chaining together serverless functions like AWS Lambda.
 
Sheriff
Posts: 4643
582
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are there any implementations which are suitable for low CPU/RAM platforms?  I've put together some applications using Kafka/ZooKeeper which do what I want, but were pretty demanding on RAM.
 
Yury Nebieridze
Greenhorn
Posts: 25
Scala Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the answer, Alexander.
You mentioned "There's also a more "descontructed" approach of chaining together serverless functions like AWS Lambda." .

Will it be a multi-phase analytics system? Meaning a mixed strategy of analytics processing, chaining:
- at-the edge analytics (IoT devices)
- in-stream analytics (derived/complex stream evens)
- at-rest analytics (rich, historical context in data lakes for predictive analytics modeling and forecasting, data patterns discovery)  

Can you elaborate on that? Any specific scenarios/patterns/use cases for building such chains, which, I understand should mix both push-based continuous intelligence analytics systems with on-demand, pull-based analytics.
 
I am not young enough to know everything. - Oscar Wilde This tiny ad thinks it knows more than Oscar:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic