stream-processing Questions
4
Solved
I have used Kafka Streams in Java. I could not find similar API in python.
Do Apache Kafka support stream processing in python?
Ladylike asked 19/8, 2018 at 14:59
21
Solved
How do I collect all the data from a Node.js stream into a string?
Satterlee asked 16/5, 2012 at 17:42
5
Solved
I am currently working with Akka Stream Kafka to interact with kafka and I was wonderings what were the differences with Kafka Streams.
I know that the Akka based approach implements the reactive ...
Maulmain asked 11/8, 2017 at 6:17
1
Solved
The Control.Arrow.Operations.ArrowCircuit class is for:
An arrow type that can be used to interpret synchronous circuits.
I want to know what synchronous means here. I looked it up on Wikipedia, ...
Cannabin asked 19/10, 2020 at 15:58
2
Solved
I am trying to figure out more about the hardware that can be utilized when running a php application or even a c++ compiled php app using HipHop. I would like to setup a microserver and use the GP...
Studio asked 12/4, 2011 at 14:55
1
Given a result stream with a lot of items I want to store them and handle potential concurrency conflicts:
public void onTriggerEvent(/* params */) {
Stream<Result> results = customThreadPo...
Stanza asked 12/5, 2020 at 17:36
1
Solved
Problem Definition & Establishing Concepts
Let’s say we have a TumblingEventTimeWindow with size 5 minutes. And we have events containing 2 basic pieces of information:
number
event timestamp
...
Constructionist asked 20/7, 2019 at 1:1
4
Solved
Our team is trying to build a predictive maintenance system whose task is to look at a set of events and predict whether these events depict a set of known anomalies or not.
We are at the design p...
Agrarian asked 27/5, 2019 at 12:57
1
Solved
After reading flink's documentation and searching around, i couldn't entirely understand how flink's handles state in its windows.
Lets say i have an hourly tumbling window with an aggregation func...
Pashm asked 19/3, 2019 at 18:22
2
I am in the process of designing a system where there's a main stream of objects and there are multiple workers which produces some result from that object. Finally, there is some special/unique wo...
Deathday asked 22/11, 2018 at 8:10
2
I am not able to understand the concept of groupBy/groupById and windowing in kafka streaming. My goal is to aggregate stream data over some time period (e.g. 5 seconds). My streaming data looks so...
Windowsill asked 10/8, 2018 at 5:16
2
What are the differences between Apache Beam and Apache Kafka with respect to Stream processing?
I am trying to grasp the technical and programmatic differences as well.
Please help me understand ...
Blende asked 14/6, 2018 at 20:4
1
Solved
Can someone explain Event timestamp and watermark properly. I understood it from docs, but it is not so clear. A real life example or layman definition will help. Also, if it is possible give an ex...
Dorothadorothea asked 25/7, 2018 at 6:57
1
I wonder if there's any way to sort records within a window using Kafka Streams DSL or Processor API.
Imagine the following situation as an example (arbitrary one, but similar to what I need):
T...
Perkoff asked 13/3, 2018 at 15:51
0
I'm trying to i) troubleshoot a simple onyx-kafka job not writing to a topic. More details are given here. And you can try it out in this sample project. I think the reason is because there's only ...
Ambrosane asked 20/11, 2017 at 21:58
1
As both are streaming frameworks which processes event at a time, What are the core architectural differences between these two technologies/streaming framework?
Also, what are some particular use...
Towel asked 24/8, 2017 at 12:40
2
Solved
Apache Apex looks similar to Apache Storm.
Users build application/topology as Directed Acyclic Graph (DAG) on both platforms. Apex uses operators/streams and Storm uses spouts/streams/bolts.
T...
Cumulous asked 14/4, 2016 at 7:9
3
Solved
What is the difference between mini-batch vs real time streaming in practice (not theory)? In theory, I understand mini batch is something that batches in the given time frame whereas real time str...
Cryo asked 27/9, 2016 at 4:8
2
Solved
I am using a Java class to submit a topology to a Storm cluster and I also plan to use a Java class to kill the topology. But as per storm documentation, the following command is used to kill a top...
Machado asked 27/12, 2013 at 10:38
1
Apache Apex - is an open source enterprise grade unified stream and batch processing platform. It is used in GE Predix platform for IOT.
What are the key differences between these 2 platforms?
Qu...
Singapore asked 23/2, 2016 at 14:11
2
Solved
The recent game TIS-100 is centered around a rather interesting machine architecture, where the CPU consists of "nodes" which can communicate to their adjacent neighbours. I unfortunately cannot fi...
Brodie asked 9/6, 2015 at 16:23
3
Solved
I am designing a prototype realtime monitor for processing fairly large amounts (>30G/day) of streaming numeric data. I would like to write this in Clojure, as the language seems to be well suited ...
Counterfeit asked 17/6, 2013 at 8:7
2
Solved
I'm trying to grab 5 lines by their line numbers from a large (> 1GB) file with Clojure. I'm almost there but am seeing some strange things, and I want to understand what's going on.
So far I've g...
Kasey asked 16/8, 2012 at 21:37
3
Solved
Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU. What other real-life problems do you think will benefit from similar techniques?
Finedrawn asked 17/10, 2008 at 14:20
1
© 2022 - 2025 — McMap. All rights reserved.