sdk-go
flink-kubernetes-operator
sdk-go | flink-kubernetes-operator | |
---|---|---|
2 | 17 | |
35 | 923 | |
- | 1.0% | |
8.3 | 8.8 | |
15 days ago | 5 days ago | |
Go | Java | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sdk-go
-
WebAssembly: Yes, but for What?
Plus, from what I've tried myself, the whole WASM experience is great only when used in combination with TS/wasm-bindgen, in the other scenarios it's a lot of manual tedious memory moving code involved. Maybe when WIT gets more broadly adopted, and there will be bindgens available in most languages/engines, this will be different.
If you wanna check out the projects and see how it works: https://github.com/restatedev/sdk-shared-core/, https://github.com/restatedev/sdk-go/ and https://github.com/restatedev/sdk-typescript/
- Show HN: Restate, low-latency durable workflows for JavaScript/Java, in Rust
flink-kubernetes-operator
-
Major Technologies Worth Learning in 2025 for Data Professionals
With the explosion of IoT devices and demand for instant insights, real-time analytics is no longer optional. Technologies like Apache Kafka, Apache Flink, and Redpanda are at the forefront of this movement. Learning these platforms will help you design systems that process streaming data efficiently.
-
Serverless Data Processing on AWS : AWS Project
To do so, we will use Kinesis Data Analytics to run an Apache Flink application. To enhance our development experience, we will use Studio notebooks for Kinesis Data Analytics that are powered by Apache Zeppelin.
-
Data Engineering with Scala: Mastering Real-Time Data Processing with Apache Flink and Google Pub/Sub
Apache Flink is a distributed data processing framework for both batch and streaming processing. It can be used to develop event-driven applications; perform batch and streaming data analysis; and can be used to develop ETL data pipelines.
-
Show HN: Glasskube's Argo CD GitOps Template for Kubernetes
all operator hubs on openshift are backed by the actual projects operator, ie https://github.com/apache/flink-kubernetes-operator
-
Streaming Data Alchemy: Apache Kafka Streams Meet Spring Boot
Apache Flink: A more general-purpose stream processing framework known for its low latency and advanced windowing capabilities. https://flink.apache.org/
- Engenharia de Dados com Scala: masterizando o processamento de dados em tempo real com Apache Flink e Google Pub/Sub
-
Show HN: Restate, low-latency durable workflows for JavaScript/Java, in Rust
Restate is built as a sharded replicated state machine similar to how TiKV (https://tikv.org/), Kudu (https://kudu.apache.org/kudu.pdf) or CockroachDB (https://github.com/cockroachdb/cockroach) are designed. Instead of relying on a specific consensus implementation, we have decided to encapsulate this part into a virtual log (inspired by Delos https://www.usenix.org/system/files/osdi20-balakrishnan.pdf) since it makes it possible to tune the system more easily for different deployment scenarios (on-prem, cloud, cost-effective blob storage). Moreover, it allows for some other cool things like seamlessly moving from one log implementation to another. Apart from that the whole system design has been influenced by ideas from stream processing systems such as Apache Flink (https://flink.apache.org/), log storage systems such as LogDevice (https://logdevice.io/) and others.
We plan to publish a more detailed follow-up blog post where we explain why we developed a new stateful system, how we implemented it, and what the benefits are. Stay tuned!
-
Array Expansion in Flink SQL
I’ve recently started my journey with Apache Flink. As I learn certain concepts, I’d like to share them. One such "learning" is the expansion of array type columns in Flink SQL. Having used ksqlDB in a previous life, I was looking for functionality similar to the EXPLODE function to "flatten" a collection type column into a row per element of the collection. Because Flink SQL is ANSI compliant, it’s no surprise this is covered in the standard.
-
Show HN: An SQS Alternative on Postgres
You should let the Apache Flink team know, they mention exactly-once processing on their home page (under "correctness guarantees") and in their list of features.
[0] https://flink.apache.org/
[1] https://flink.apache.org/what-is-flink/flink-applications/#b...
-
Top 10 Common Data Engineers and Scientists Pain Points in 2024
Data scientists often prefer Python for its simplicity and powerful libraries like Pandas or SciPy. However, many real-time data processing tools are Java-based. Take the example of Kafka, Flink, or Spark streaming. While these tools have their Python API/wrapper libraries, they introduce increased latency, and data scientists need to manage dependencies for both Python and JVM environments. For example, implementing a real-time anomaly detection model in Kafka Streams would require translating Python code into Java, slowing down pipeline performance, and requiring a complex initial setup.
What are some alternatives?
examples - Restate examples
Qwen-7B - The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud. [Moved to: https://github.com/QwenLM/Qwen]
restate - Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
inngest-js - The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
hugging-chat-api - HuggingChat Python API🤗