Skip to content

jogrogan/Hoptimator

Repository files navigation

Hoptimator

Multi-hop declarative data pipelines

Quick Start

  $ ./gradlew build
  $ ./bin/hoptimator
  > !intro

What is Hoptimator?

Hoptimator is an SQL-based control plane for complex data pipelines.

Hoptimator turns high-level SQL subscriptions into low-level SQL pipelines. Pipelines may involve an auto-generated Flink job (or similar) and any arbitrary resources required for the job to run.

How does it work?

Hoptimator has a pluggable adapter framework, which lets you wire-up arbtitary data sources. Adapters loosely correspond to "connectors" in the underlying compute engine (e.g. Flink Connectors), but they may bring along additional baggage. For example, an adapter may bring along a cache or a CDC stream as part of the resulting pipeline.

About

Multi-hop declarative data pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.3%
  • Other 1.7%