# Graphic Walker DSL Parser > The project is currently in testing & validation. Welcome the community to raise issues and contribute code. ## Introduction ![./LICENSE](https://img.shields.io/github/license/kanaries/gw-dsl-parser?style=flat-square) [![](https://img.shields.io/badge/twitter-kanaries_data-03A9F4?style=flat-square&logo=twitter)](https://twitter.com/kanaries_data) [![](https://img.shields.io/discord/987366424634884096?color=%237289da&label=Discord&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/WWHraZ8SeV) [![](https://img.shields.io/badge/Slack-green?style=flat-square&logo=slack&logoColor=white)](https://kanaries-community.slack.com/join/shared_invite/zt-20hho6t45-_OSDdTQamnrSnOW6C2PTgg) 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](https://github.com/Kanaries/dsl-parser/blob/main/LICENSE).