Giter VIP home page Giter VIP logo

wangmeng6313 / marquez Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marquezproject/marquez

1.0 0.0 0.0 18.12 MB

Collect, aggregate, and visualize a data ecosystem's metadata

Home Page: https://marquezproject.ai

License: Apache License 2.0

Java 69.35% Dockerfile 0.11% Shell 1.74% JavaScript 0.72% HTML 1.34% TypeScript 6.15% CSS 0.12% Python 20.35% Mustache 0.10% PLpgSQL 0.04%

marquez's Introduction

Marquez is an open source metadata service for the collection, aggregation, and visualization of a data ecosystem's metadata. It maintains the provenance of how datasets are consumed and produced, provides global visibility into job runtime and frequency of dataset access, centralization of dataset lifecycle management, and much more. Marquez was released and open sourced by WeWork.

Badges

CircleCI codecov status Slack license Contributor Covenant maven docker Known Vulnerabilities

Status

Marquez is an LF AI & Data Foundation incubation project under active development and we'd love your help!

Quickstart

Marquez provides a simple way to collect and view dataset, job, and run metadata. The easiest way to get up and running is with Docker. From the base of the Marquez repository run:

$ ./docker/up.sh

Tip: Use the --build flag to build images from source, and/or --seed to start Marquez with sample lineage metadata. For a more complete example using the sample metadata, please follow our quickstart guide.

WEB UI

You can open http://localhost:3000 to begin exploring the web UI. The UI enables you to discover dependencies between jobs and the datasets they produce and consume via the lineage graph, view run metadata of current and previous job runs, and much more!

HTTP API

The HTTP API listens on port 5000 for all calls and port 5001 for the admin interface. The admin interface exposes helpful endpoints like /healthcheck and /metrics. To verify the HTTP API server is running and listening on localhost browse to http://localhost:5001.

Note: By default, the HTTP API does not require any form of authentication or authorization.

GRAPHQL

To explore metadata via graphql, browse to http://localhost:5000/graphql-playground. The graphql endpoint is currently in beta and is located at http://localhost:5000/api/v1-beta/graphql.

Documentation

We invite everyone to help us improve and keep documentation up to date. Documentation is maintained in this repository and can be found under docs/.

Note: To begin collecting metadata with Marquez, follow our quickstart guide. Below you will find the steps to get up and running from source.

Modules

Marquez uses a multi-project structure and contains the following modules:

Requirements

Note: To connect to your running PostgreSQL instance, you will need the standard psql tool.

Building

You can build most of the project modules using Java 11. We recommend setting JAVA_HOME to your local JDK 11 installation and invoking ./gradlew :<module>:build with the specific module you'd like to build. For example, to build the api module run:

$ ./gradlew :api:build

The executable can be found under api/build/libs/

To build the entire project, set JAVA_HOME to your local JDK 11 installation and JDK8_HOME to your local JDK 8 installation. Then, build all modules with:

$ ./gradlew build

The spark integration requires Java 8 to build. The module can be built separately by setting JAVA_HOME to your local JDK 8 installation and invoking ./gradlew :integrations:spark:build.

Configuration

To run Marquez, you will have to define marquez.yml. The configuration file is passed to the application and used to specify your database connection. The configuration file creation steps are outlined below.

Step 1: Create Database

When creating your database using createdb, we recommend calling it marquez:

$ createdb marquez

Step 2: Create marquez.yml

With your database created, you can now copy marquez.example.yml:

$ cp marquez.example.yml marquez.yml

You will then need to set the following environment variables (we recommend adding them to your .bashrc): POSTGRES_DB, POSTGRES_USER, and POSTGRES_PASSWORD. The environment variables override the equivalent option in the configuration file.

By default, Marquez uses the following ports:

  • TCP port 8080 is available for the HTTP API server.
  • TCP port 8081 is available for the admin interface.

Note: All of the configuration settings in marquez.yml can be specified either in the configuration file or in an environment variable.

Running the Application

$ ./gradlew :api:runShadow

Then browse to the admin interface: http://localhost:8081

Related Projects

  • OpenLineage: open standard for metadata and lineage collection

Getting Involved

Contributing

See CONTRIBUTING.md for more details about how to contribute.

marquez's People

Contributors

wslulciuc avatar renovate[bot] avatar ashulmanwework avatar collado-mike avatar henneberger avatar roaraya8 avatar sshah-wework avatar sreev avatar julienledem avatar mobuchowski avatar phixme avatar grantdfoster avatar ravikamaraj avatar kevinmellott91 avatar ryanpeterson avatar ronthalanki-wework avatar ronthalanki avatar hjpatel16 avatar ankitcha avatar soumyasmruti avatar dependabot[bot] avatar pbrahmbhatt3 avatar alulc avatar alevine-wework avatar ajithpunnakula avatar rossturk avatar overlinden avatar olenavyshnevska avatar hougs avatar harels avatar

Stargazers

 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.