dagger
dagger copied to clipboard
Dagger is an easy-to-use, configuration over code, cloud-native framework built on top of Apache Flink for stateful processing of real-time streaming data.
Dagger currently only supports Apache Kafka as a data source. Add support for adding change data capture (CDC) connector as a source for Dagger. Find more details about Flink's CDC...
Publish metric if table creation for Bigtable fails in Longbow and Longbow_plus. One known error scenario: put `%^` in the dagger job name
we are working on a centralized Kafka cluster that would contain data from other entities (Gojek/Gofin..etc). For compliance reasons, the cluster needs to be ACL enabled. Also, there is a...
This is the first step towards creating a better quickstart documentation. Contains more step by step details on how to run dagger locally. In the future, we will add more...
**Summary** As of now, there is some issues in the local setup of Dagger: 1. The `local.properties` assumes there is a `TestMessage` [proto present](https://github.com/odpf/dagger/blob/main/dagger-core/env/local.properties#L6). However, it is not the case....
**Description** The failure occurred when I checked out the repo and ran the basic command in the guide. It seems `com.tests.TestMessage` is somehow not registered in Stencil. I'm on MacOS...
**Description** Mentioned version of `protoc` does not have aarch64 files, that fails the gradle build **To Reproduce** `./gradlew clean dagger-common:generateTestProto` **Expected behavior** Proto file generation **Behavior** ``` Execution failed for...
- [ ] Implement Flink Sink using HttpSink from depot - [ ] Documentation
fixes #199