{"id":50768222,"url":"https://github.com/noxify/lakeql","last_synced_at":"2026-06-11T16:00:14.556Z","repository":{"id":355366706,"uuid":"1192706518","full_name":"noxify/lakeql","owner":"noxify","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-11T14:12:48.000Z","size":4079,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T14:12:50.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lakeql.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noxify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-26T13:36:54.000Z","updated_at":"2026-06-11T13:52:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/noxify/lakeql","commit_stats":null,"previous_names":["noxify/lakeql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noxify/lakeql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Flakeql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Flakeql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Flakeql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Flakeql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noxify","download_url":"https://codeload.github.com/noxify/lakeql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxify%2Flakeql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34206492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-11T16:00:12.713Z","updated_at":"2026-06-11T16:00:14.540Z","avatar_url":"https://github.com/noxify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./lakeql-logo.png\" width=\"128\" alt=\"LakeQL logo\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\" style=\"border-width:0px;margin-bottom:0px\"\u003eLakeQL\u003c/h1\u003e\n\u003cdiv align=\"center\" style=\"margin-bottom:50px;\"\u003eStreamlined Data Access Layer for Data Platforms\u003c/div\u003e\n\nLakeQL is a monorepo that provides a type-safe GraphQL access layer for Trino-powered data platforms.\nIt combines a backend runtime with a CLI that generates schema and query files from your existing data model.\n\nThe goal is to reduce manual boilerplate while keeping your API predictable, secure, and easy to extend.\n\n## Features\n\n- Type-safe GraphQL APIs for Trino-powered data platforms\n- CLI-based schema generation from existing Trino metadata and table structures\n- Built-in filtering, sorting, and pagination for generated queries\n- Extensible response transformation with reusable helper packages\n- Trino authentication with Basic Auth and OAuth flows\n- Monorepo setup with reusable packages and a ready-to-use app template\n\n## Requirements\n\n- Node.js 24\n- pnpm 11+\n\n## Getting started\n\n### Init project \u0026 setup\n\nRun the following command in your terminal:\n\n```bash\npnpm dlx @lakeql/create-app\n```\n\nThen follow the interactive setup.\n\nThe command bootstraps a project from the preconfigured template in [templates/app](./templates/app/).\n\n### Schema generation\n\nRun the interactive CLI to generate your schemas.\n\n```bash\npnpm cli pull --target ./src\n```\n\n### Local development\n\nTo start local development, run:\n\n```bash\npnpm dev\n```\n\n### Build \u0026 Production\n\nThe template ships with a production-ready `tsdown` setup.\n\nUse `pnpm build` to generate the production `dist` output, which you can then use in your deployment setup (for example, in a Dockerfile).\n\n## Learn more\n\nFull docs and examples are available at https://lakeql.dev\n\n## Project background\n\nThis project has its roots in the original [datalake-graphql-wrapper](https://github.com/dbsystel/datalake-graphql-wrapper).\n\nLakeQL was later rebuilt from the ground up as a fully type-safe monorepo, with a complete refactoring of the codebase and architecture.\n\n## Special thanks\n\n- [Igal Klebanov](https://github.com/igalklebanov) and the [Kysely Team](https://github.com/kysely-org/kysely) - Kysely is used to generate valid SQL statements from GraphQL queries, and Igal helped make the query builder more generic.\n- [Michael Hayes](https://github.com/hayes/pothos) - He created Pothos GraphQL, which is the foundation of our GraphQL server and its code-first schema generation approach.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxify%2Flakeql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoxify%2Flakeql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxify%2Flakeql/lists"}