Home

Awesome

<div align="center"> <img src="docs/assets/Grai-Logo-Horizontal-2.png" width="375px"/><br/> </div> <p align="center"> <a href="https://join.slack.com/t/graicommunity/shared_invite/zt-1il70kfeb-TaCm5fwHg_quWCpKNYyj6w"> <img src="https://img.shields.io/badge/slack-Grai-FFB567.svg?logo=slack&labelColor=351D36" alt="Join Grai on Slack" height="22"/> </a> <a href="https://github.com/grai-io/grai-core"> <img src="https://img.shields.io/github/issues/grai-io/grai-core?style=flat-square" height="22" alt="Open Issues"/> </a> <a href="https://github.com/grai-io/grai-core"> <img src="https://img.shields.io/github/languages/top/grai-io/grai-core?style=flat-square" height="22" alt="Python fraction of codebase"/> </a> <a href="https://github.com/grai-io/grai-core"> <img src="https://img.shields.io/pypi/pyversions/grai-graph?style=for-the-badge" height="22" alt="Supported python versions"/> </a> <a href=https://www.ycombinator.com/launches/H8h-grai-open-source-version-control-for-metadata target='_blank'> <img alt="Launch YC: ✨ Grai - Open-source version control for metadata" src="https://www.ycombinator.com/launches/H8h-grai-open-source-version-control-for-metadata/upvote_embed.svg" height="22"/> </a> </p> <h3 align="center"> <a href="https://docs.grai.io/"><b>Documentation</b></a> &bull; <a href="https://www.grai.io" title="Grai Homepage"> Website </a> &bull; <a href="https://join.slack.com/t/graicommunity/shared_invite/zt-1il70kfeb-TaCm5fwHg_quWCpKNYyj6w"><b>Slack</b></a> &bull; <a href="https://github.com/orgs/grai-io/discussions/" title="Community Page"> Discussion </a> &bull; <a href="https://calendly.com/grai-founders"><b>Want to Chat?</b></a> </h3>

Introduction

Data lineage made simple. Grai makes it easy to understand and test how your data relates across databases, warehouses, APIs, and dashboards.

How it works

Connectors

integrationinstall
<img src="resources/snowflake.png" alt=“” width="30" height="30">Snowflakepip install grai-source-snowflake
<img src="resources/bigquery.svg" alt=“” width="30" height="30">BigQuerypip install grai-source-bigquery
<img src="resources/redshift.png" alt=“” width="30" height="30">Redshiftpip install grai-source-redshift
<img src="resources/postgres.png" alt=“” width="30" height="30">Postgrespip install grai-source-postgres
<img src="resources/mysql.png" alt=“” width="30" height="30">MySQLpip install grai-source-mysql
<img src="resources/mssql.png" alt=“” width="30" height="30">SQL Serverpip install grai-source-mssql
<img src="resources/dbt.png" alt=“” width="30" height="30">dbtpip install grai-source-dbt
<img src="resources/fivetran.png" alt=“” width="30" height="30">Fivetranpip install grai-source-fivetran
<img src="resources/csv.png" alt=“” width="30" height="30">csv, parquet, featherpip install grai-source-flat-file
<img src="resources/metabase.png" alt=“” width="30" height="30">Metabasepip install grai-source-metabase
<img src="resources/looker.svg" alt=“” width="25" height="40">Looker (alpha)pip install grai-source-looker

Quickstart

You can find a full quickstart guide in the documentation which covers deploying your own instance of Grai and getting set up with your first connector in Python. The fastest way to get started is through the Grai CLI but you can also run the project locally with docker compose.

Default login credentials:

username: null@grai.io
password: super_secret

CLI

pip install grai-cli
grai demo start

Running Locally

You can always find pre-built images of the backend server at ghcr.io/grai-io/grai-core/grai-server:latest and the frontend at ghcr.io/grai-io/grai-core/grai-frontend:latest, however, if you prefer to build from source, you can do so with docker compose.

git clone https://github.com/grai-io/grai-core
cp examples/deployment/docker-compose/docker-compose.yml
docker compose up

The backend server will be available at http://localhost:8000/ and the frontend is now here http://localhost:3000/.

After logging in and connecting a data source you'll be greeted with a lineage graph looking something like this

Frontend

For more information about using the web application check out the getting started guide.

Other Deployment Mechanisms

You can find example configurations for docker compose and Kubernetes in the examples folder.

Helm

We also publish a set of Helm charts which are available if you prefer.

helm repo add grai https://charts.grai.io
helm install grai grai/grai

Component Services

Community Roadmap

Community Feedback drives our roadmap. Please let us know what you'd like to see next by asking questions and upvoting feature requests!

Repo Activity

Repo activity

Community

Email us: founders@grai.io

Join us on Slack: <a href="https://join.slack.com/t/graicommunity/shared_invite/zt-1il70kfeb-TaCm5fwHg_quWCpKNYyj6w"><img src="https://img.shields.io/badge/slack-Grai-FFB567.svg?logo=slack&labelColor=351D36" alt="Join Grai on Slack"></a>

Check us out at www.grai.io

Sign up for our Newsletter Grai Matters email list.

<a href="https://github.com/grai-io/grai-core/graphs/contributors"> <img src="https://contrib.rocks/image?repo=grai-io/grai-core" /> </a>