• This repository has been archived on 02/Dec/2021
  • Stars
    star
    120
  • Rank 294,371 (Top 6 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Repository for assets related to Metadata.

⚠️ kubeflow/metadata is not maintained

This repository has been deprecated and archived on Nov 30th, 2021. If you want to use Metadata in Kubeflow, please refer to google/ml-metadata.

Go Report Card

Metadata

Tracking and managing metadata of machine learning workflows in Kubeflow. For more information, see our previous documentation and Pipelines' reference to ML Metadata integration.

Building & Testing

Make sure to use the Bazel 0.24.1 version. If not, follow the instructions to update your Bazel version.

To build and test everything under the project using Bazel, run:

make build
make test

To update BUILD file rules, run:

bazel run //:gazelle -- update-repos -from_file=go.mod

To build and test everything using the go command, you must first build the project using Bazel above. This will generate the necessary object libraries that can be used by cgo when linking with Metadata's C++ dependencies. Once Bazel has completed the build, you can build and test everything using go as usual:

go build ./...
go test ./...

To run the server, run the following command:

go run server/main.go --logtostderr

Or to run with bazel:

bazel run --define=grpc_no_ares=true //server -- --logtostderr

More Repositories

1

kubeflow

Machine Learning Toolkit for Kubernetes
TypeScript
13,574
star
2

pipelines

Machine Learning Pipelines for Kubeflow
Python
3,550
star
3

spark-operator

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
Go
2,724
star
4

training-operator

Distributed ML Training and Fine-Tuning on Kubernetes
Go
1,561
star
5

katib

Repository for hyperparameter tuning
Go
1,415
star
6

examples

A repository to host extended examples and tutorials
Jsonnet
1,386
star
7

manifests

A repository for Kustomize manifests
YAML
735
star
8

arena

A CLI for Kubeflow.
Go
730
star
9

mpi-operator

Kubernetes Operator for MPI-based applications (distributed training, HPC, etc.)
Go
392
star
10

fairing

Python SDK for building, training, and deploying ML models
Jsonnet
335
star
11

pytorch-operator

PyTorch on Kubernetes
Jsonnet
301
star
12

kfctl

kfctl is a CLI for deploying and managing Kubeflow
Go
177
star
13

example-seldon

Example for end-to-end machine learning on Kubernetes using Kubeflow and Seldon Core
Jupyter Notebook
172
star
14

kfp-tekton

Kubeflow Pipelines on Tekton
TypeScript
171
star
15

community

Information about the Kubeflow community including proposals and governance information.
Jsonnet
153
star
16

website

Kubeflow's public website
HTML
146
star
17

xgboost-operator

Incubating project for xgboost operator
Python
76
star
18

kubebench

Repository for benchmarking
Jsonnet
75
star
19

testing

Test infrastructure and tooling for Kubeflow.
Python
63
star
20

code-intelligence

ML-Powered Developer Tools, using Kubeflow
Jupyter Notebook
56
star
21

mxnet-operator

A Kubernetes operator for mxnet jobs
Go
53
star
22

common

Common APIs and libraries shared by other Kubeflow operator repositories.
Go
51
star
23

fate-operator

Fate operator
Go
50
star
24

model-registry

Go
32
star
25

batch-predict

Repository for batch predict
Python
17
star
26

chainer-operator

Repository for chainer operator
Jsonnet
17
star
27

blog

Kubeflow blog based on fastpages
Jupyter Notebook
16
star
28

caffe2-operator

Experimental repository for a caffe2 operator
Go
16
star
29

internal-acls

Repository used to main group ACLs used by Kubeflow developers
Go
14
star
30

crd-validation

Validation Generation for Kubeflow CRD on Kubernetes
Go
11
star
31

kfserving-lts

Jsonnet
10
star
32

frontend

Repository for kubeflow frontend
JavaScript
8
star
33

kfp-tekton-backend

Experimental project plugging Tekton yaml behind KFP API and UI engine
TypeScript
8
star
34

marketing-materials

4
star
35

community-infra

Declarative configurations for KF community infrastructure
Go
3
star
36

fastpages

fastpages is a platform for blogging
Jupyter Notebook
3
star
37

.allstar

2
star
38

reporting

Repository for collecting and analyzing metrics about Kubeflow usage.
Jsonnet
2
star
39

.github

Org wide templates
2
star
40

triage-issues

For triaging issues in kubeflow
1
star
41

dashboard

1
star