Giter Site home page Giter Site logo

kirkhadley / metadata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kubeflow/metadata

0.0 2.0 0.0 50.62 MB

Repository for assets related to Metadata.

License: Apache License 2.0

Python 5.87% Go 42.47% Shell 3.07% Jsonnet 1.93% Dockerfile 0.30% Makefile 0.30% Jupyter Notebook 2.30% JavaScript 0.52% HTML 0.17% TypeScript 43.08%

metadata's Introduction

Go Report Card

Metadata

Tracking and managing metadata of machine learning workflows in Kubeflow. For more information, you can visit this page.

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

metadata's People

Contributors

abhi-g avatar amygdala avatar avdaredevil avatar bobgy avatar dreamryx avatar dushyanthsc avatar gaoning777 avatar gyliu513 avatar jinchihe avatar jlewi avatar kwasi avatar neuromage avatar paveldournov avatar prodonjs avatar rileyjbauer avatar terrytangyuan avatar zhenghuiwang 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.