flink-rest-client

Table of contents

  • Installation
  • API endpoint mapping
  • Usage examples
  • Python API documentation
flink-rest-client
  • »
  • Welcome to Flink REST Client’s documentation!
  • View page source

Welcome to Flink REST Client’s documentation!¶

The Flink REST Client provides an easy-to-use python API for Flink REST API. The client implements all available REST API endpoints that are documented on the `official Flink site<https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/ops/rest_api/>`_. Using this client, you can easily query your Flink cluster status, or you can upload and run arbitrary Flink jobs wrapped in a Java archive file.

Table of contents

  • Installation
  • API endpoint mapping
    • Cluster level
    • Jobmanager
    • Taskmanager
    • Jars
    • Jobs
  • Usage examples
    • How to create a new FlinkRestClient instance
    • How to upload and run a Flink job
  • Python API documentation
    • common
    • version 1
Next

© Copyright 2021, frego.dev.

Built with Sphinx using a theme provided by Read the Docs.