graphic-walker-parser

Crates.iographic-walker-parser
lib.rsgraphic-walker-parser
version0.0.10
sourcesrc
created_at2023-10-19 05:19:48.726996
updated_at2023-11-09 05:53:17.087497
description[Graphic-walker](https://github.com/Kanaries/graphic-walker) DSL parser
homepage
repository
max_upload_size
id1007488
size196,833
Kikkon (Kikkon)

documentation

README

Graphic Walker DSL Parser

The project is currently in testing & validation. Welcome the community to raise issues and contribute code.

Introduction

./LICENSE

This project converts Graphic Walker DSL into SQL, which is needed for connecting Graphic Walker with databases/OLAP/data services. By integrating with Graphic Walker's server-side mode, it pushes down computations to the query engine for improved performance.

  • Leverage the query engine for faster processing instead of pulling all data to the application layer

  • Reduce data transfer between database and application server

  • Allow users to analyze data using their own databases

LICENSE

Please refer to LICENSE.

Commit count: 0

cargo fmt