stream-processing
Here are 713 public repositories matching this topic...
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
-
Updated
Jun 24, 2021 - Java
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Aug 7, 2021
Python Stream Processing
-
Updated
Jun 24, 2021 - Python
Bug description
There seem to be more space between 'Application Metrics' and 'External Calls' compared to the space between 'External Calls' and 'Database Calls' on Macbook Air 13 inch model.
Expected behavior
The tabs should be evenly spac
There is no technical difficulty to support includeValue option, looks like we are just missing it on the API level.
See SO question
MySQL and Postgres support the \G modifier at the end of a query to present output in a vertical format instead of a horizontal one. It's supremely useful when you have a lot of columns. We should adopt the same.
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
-
Updated
Apr 7, 2021
Declarative stream processing for mundane tasks and data engineering
-
Updated
Aug 14, 2021 - Go
For an implementation of #126 (PostgreSQL driver with SKIP LOCKED), I create a SQL table for each consumer group containing the offsets ready to be consumed. The name for these tables is build by concatenating some prefix, the name of the topic and the name of the consumer group. In some of the test cases in the test suite, UUID are used for both, the topic and the consumer group. Each UUID has
Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
-
Updated
Aug 14, 2021 - C
High-performance time-series aggregation for PostgreSQL
-
Updated
Aug 6, 2021 - C
Upserts, Deletes And Incremental Processing on Big Data.
-
Updated
Aug 14, 2021 - Java
fastest JSON encoder/decoder with powerful stream API for Golang
-
Updated
Jul 26, 2021 - Go
a curated list of awesome streaming frameworks, applications, etc
-
Updated
Jun 15, 2021
A Python stream processing engine modeled after Yahoo! Pipes
-
Updated
Aug 14, 2020 - Python
It can be very difficult to piece together a reasonably estimate of a history of events from the current workers logs because none of them have timestamps.
So for that end, I think we should add timestamps to the logs.
This has some cons:
- We can't just use
@printflike we have been until now. We need to either include a timestamp in every@printfcall (laborious and error prone) or c
Stream Processing and Complex Event Processing Engine
-
Updated
Aug 13, 2021 - Java
For example, given a simple pipeline such as:
Pipeline p = Pipeline.create();
p.readFrom(TestSources.items("the", "quick", "brown", "fox"))
.aggregate(aggregator)
.writeTo(Sinks.logger());
I'd like aggregator to be something requiring a non-serialisable dependency to do its work.
I know I can do this:
Pipeline p = Pipeline.create();
p.readFrom(TestSource
Wormhole is a SPaaS (Stream Processing as a Service) Platform
-
Updated
Aug 13, 2021 - JavaScript
A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
-
Updated
Aug 12, 2021 - Java
Lightweight real-time big data streaming engine over Akka
-
Updated
Jul 20, 2021 - Scala
Framework for building Event-Driven Microservices
-
Updated
Jul 30, 2021 - Java
A lightweight stream processing library for Go
-
Updated
Jun 25, 2021 - Go
equivalent to kafka-streams
-
Updated
Aug 12, 2021 - TypeScript
A stream processing API for Go (alpha)
-
Updated
Aug 3, 2021 - Go
Streaming System 相关的论文读物
-
Updated
Mar 31, 2018
-
Updated
Aug 13, 2021 - Go
Improve this page
Add a description, image, and links to the stream-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stream-processing topic, visit your repo's landing page and select "manage topics."



I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h