metriql / metriql

The metrics layer for your data. Join us at https://metriql.com/slack

Home Page:https://metriql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metriql

All Contributors

Metriql is an open-source metrics store which allows companies to define their metrics as code and share them across their BI and data tools easily. It uses dbt for the transformation layer and integrate with dbt via its manifest.json artifact. You can learn more about metriql from here.

This is the core repository of the metriql project. It includes the JDBC driver, REST API, and the CLI.

Integrations

Running Metriql in your IDE

Run the following commands to pull Metriql and build it locally:

git clone https://github.com/metriql/metriql.git
cd metriql
./mvnw clean install -DskipTests
cd ./frontend && npm run build

We suggest using Intellij, here are the configuration that you need to run Metriql locally. Here is the required configuration:

Main class: com.metriql.ServiceStarterKt
Program arguments: serve --jdbc --manifest-json "https://metriql.github.io/metriql-public-demo/manifest.json"

Once you're with the setup, please make sure that:

Goodreads

Contributors ✨

We're currently hiring a senior software engineer in UK & France if you'd like to join our team and help us build the next big thing in the modern data stack!

About

The metrics layer for your data. Join us at https://metriql.com/slack

https://metriql.com

License:Apache License 2.0


Languages

Language:Kotlin 74.8%Language:Java 13.7%Language:Jinja 4.4%Language:Vue 4.3%Language:JavaScript 1.8%Language:SCSS 0.5%Language:PLpgSQL 0.2%Language:Dockerfile 0.2%Language:HTML 0.0%