Data lineage made simple. Grai makes it easy to understand and test how your data relates across databases, warehouses, APIs, and dashboards.
dbt
, Snowflake
, Fivetran
, and more (see below).integration | install | |
---|---|---|
Snowflake | pip install grai-source-snowflake |
|
BigQuery | pip install grai-source-bigquery |
|
Redshift | pip install grai-source-redshift |
|
Postgres | pip install grai-source-postgres |
|
MySQL | pip install grai-source-mysql |
|
SQL Server | pip install grai-source-mssql |
|
dbt | pip install grai-source-dbt |
|
Fivetran | pip install grai-source-fivetran |
|
csv, parquet, feather | pip install grai-source-flat-file |
|
Metabase | pip install grai-source-metabase |
|
Looker (alpha) | pip install grai-source-looker |
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
pip install grai-cli
grai demo start
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
For more information about using the web application check out the getting started guide.
You can find example configurations for docker compose and Kubernetes in the examples folder.
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
Community Feedback drives our roadmap. Please let us know what you'd like to see next by asking questions and upvoting feature requests!
Email us: founders@grai.io
Check us out at www.grai.io
Sign up for our Newsletter Grai Matters
email list.