Coder Social home page Coder Social logo

rc66141 / quary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quarylabs/quary

0.0 0.0 0.0 105.04 MB

Open-source BI for engineers

Home Page: https://www.quary.dev

License: Apache License 2.0

Shell 0.16% JavaScript 0.28% Python 0.05% Rust 54.54% TypeScript 44.08% CSS 0.78% Makefile 0.08% HTML 0.01% Dockerfile 0.01%

quary's Introduction

Quary

Business Intelligence for Engineers ๐Ÿ…€

Made by Quary Slack Community YC GitHub Repo stars

With Quary, engineers can:

  • ๐Ÿ”Œ Connect to their Database
  • ๐Ÿ“– Write SQL queries to transform, organize, and document tables in a database
  • ๐Ÿ“Š Create charts, dashboards and reports (in development)
  • ๐Ÿงช Test, collaborate & refactor iteratively through version control
  • ๐Ÿš€ Deploy the organised, documented model back up to the database

View the documentation.

๐Ÿ—ƒ๏ธ Supported Databases

Amazon Redshift Google BigQuery PostgreSQL Snowflake Supabase DuckDB SQLite

quary_core_image

๐Ÿ—๏ธ Asset Types in Quary

Define and manage the following asset types as code:

  • Sources: Define the external data sources that feed into Quary, such as database tables, flat files, or APIs (with DuckDB).
  • Models: Transform raw data from sources into analysis-ready datasets using SQL, this lets engineers split complex queries into atomic components.
  • Charts: Create visual representations of your data using SQL.
  • ๐Ÿšง Dashboards (WIP): Combine multiple charts into a single view, allowing engineers to monitor and analyze data in one place.
  • ๐Ÿšง Reports (WIP): Create detailed reports to share insights and findings with your team or stakeholders.

๐Ÿš€ Getting Started

Installation

Quary is a VSCode Extension (Interface) & Rust-based CLI (Core)

Extension

The VSCode extension can be installed here. Note that it depends on the CLI being installed.

CLI

Homebrew installation

brew install quarylabs/quary/quary

Linux/Mac through curl

Quary can be installed using curl on Linux/Mac using the following command:

curl -fsSL https://raw.githubusercontent.com/quarylabs/quary/main/install.sh | bash

Other installations

Other builds are available in the releases page to download.

Usage

Once installed, a sample project can be created and run as follows:

mkdir example # create an empty project folder
cd example
quary init    # initialize DuckDB demo project with sample data
quary compile # validate the project structure and model references without database
quary build   # build and execute the model views/seeds against target database
quary test -s   # run defined tests against target database

๐Ÿ…€ Community

Join our Slack channel, for help, ideas, and discussions.

Support

If you run into any problems using Quary, please let us know. We want Quary to be easy-to-use, so if you are getting confused, it is our fault, not yours. Create an issue and we'll be happy to help you out.

Check out our other projects

SQRUFF, a compact, high-speed SQL linter, engineered with Rust efficiency.

quary's People

Contributors

benfdking avatar louisjoecodes avatar dependabot[bot] avatar actions-user avatar zsombor-flds 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.