Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Repository files navigation

🗑 As of Oct-23 we moved the development of this component to monorepo. 🗑

FlyteAdmin

Current ReleaseMasterGoDocLicenseCodeCoverageGo Report CardCommit activityCommit since last releaseSlack

FlyteAdmin is the control plane for Flyte responsible for managing entities (task, workflows, launch plans) and administering workflow executions. FlyteAdmin implements the AdminService which defines a stateless REST/gRPC service for interacting with registered Flyte entities and executions. FlyteAdmin uses a relational style Metadata Store abstracted by GORM ORM library.

For more background on Flyte, check out the official website and the docs

Before Check-In

Flyte Admin has a few useful make targets for linting and testing. Please use these before checking in to help suss out minor bugs and linting errors.

 # Please make sure you have all the dependencies installed:
$ make install
# In case you are only missing goimports:
$ go install golang.org/x/tools/cmd/goimports@latest
$ make goimports
 $ make test_unit
 $ make lint

About

Control Plane for Flyte. Flyteadmin is a gRPC + REST Service written in golang and uses a RDBMs to store meta information and management information for Flyte Tasks and Workflows.

Topics

Resources

Code of conduct

Stars

39 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages