Giter Site home page Giter Site logo

dkoval / flamalgam Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 128 KB

Apache Flink-powered implementation of relational JOIN operator on infinite data streams

License: Apache License 2.0

Kotlin 100.00%
flink kotlin stream-processing cdc kafka elasticsearch relational-algebra

flamalgam's Introduction

flamalgam

Build Status Coverage Status Apache 2.0 License

Apache Flink-powered Implementation of relational JOIN operator on infinite data streams.

Introduction

JOIN is a fundamental operation in SQL. However, it's far from trivial to model and execute this type of operation in a streaming environment. The problem becomes even more difficult to tackle if you need to join infinite data streams. That is, where the concept of windows for stream processing is no longer applicable.

The goal of this project is to make relational JOIN operation possible on infinite data streams. The underlying implementation makes use of Apache Flink as a stream processing technology and Kotlin as a programming language of choice.

What is it for?

To make the description less abstract, let's consider a practical example.

Imagine you already CDC -ed two logically related tables A and B from your RDBS of choice and now want to create a higher-order view C out of these streams of data. You may then want to store this new view of original data in another specialized database, say Elasticsearch, to optimize the read layer of the system you are building. But first things first - you somehow need to join infinite streams A and B in order to produce C and and these are types of problems this project deals with.

... TODO: put a diagram here ...

Without any further ado, let's get started.

Quickstart

... to be continued ...

Licence

The project is distributed under the terms of the Apache 2.0 License.

flamalgam's People

Contributors

dkoval avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.