{"id":22869977,"url":"https://github.com/iwillig/data-ql","last_synced_at":"2025-03-31T11:25:29.768Z","repository":{"id":265573712,"uuid":"862109317","full_name":"iwillig/data-ql","owner":"iwillig","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-13T11:16:12.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T13:06:13.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iwillig.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-09-24T03:52:19.000Z","updated_at":"2024-10-13T11:16:15.000Z","dependencies_parsed_at":"2024-11-30T00:44:36.854Z","dependency_job_id":"851cc325-f08f-492a-848d-37491c9a8b80","html_url":"https://github.com/iwillig/data-ql","commit_stats":null,"previous_names":["iwillig/data-ql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillig%2Fdata-ql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillig%2Fdata-ql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillig%2Fdata-ql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwillig%2Fdata-ql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwillig","download_url":"https://codeload.github.com/iwillig/data-ql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246460032,"owners_count":20781033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-13T13:13:11.122Z","updated_at":"2025-03-31T11:25:29.741Z","avatar_url":"https://github.com/iwillig.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data-ql\n\nThis project is a Clojure based GraphQL implementation. The goal is to\nprovide a light-weight collection of tools that allows you to build a\ncomplex GraphQL API in the Clojure language.\n\nThis project is similar in scope as Lacina, but takes a different\napproach to both parsing, schema definition and execution engine.\n\n## Parsing\n\nDataQL uses the same underlying parsing engine as Lacinia, clj-antr.\n\nDataQL exposes both your GraphQL Schema *and* your GraphQL Operations\n(Mutations and Queries) as a DataLog database. This DataLog database\nprovides a convent place to discover and analysis your GraphQL System.\n\n```clojure\n\n```\n\n## Schema Definition\n\nDataLog provides several methods for defining your Schema. You can\ndefine your GraphQL Schema in the Schema language. However, since\nDataQL treats your schema and queries as a database, you are equally\nwelcome to define your schema in a DataLog Database.\n\n## Execution Engine\n\nGraphQL engines inherently need the ability to manage complex async\nworkflows. In the Clojure ecosystem there are a couple of different\nchoices to handling this. The default is core.async. data-ql uses the\nmailfold library. The key to any complex project is how to handle\nerror conditions. While core.async does provide a very basic form of\nerror handling, has refined the async error handling.\n\n## Query, Mutation and Schema managment.\n\n### Schema linter\n\n### GraphQL Plus\n\nThe data-log project encourages you to consider how you shape your\nGraphQL API. While GraphQ offers some advantages over REST, it still\nleaves a lot to the implementor to define. Query, mutation and types\ncan be defined in almost any shape. data-log offers an advance linter\nthat will examine your Schema and offer advice.\n\n### GraphQL Vs REST\n\nGraphQL and REST are very similar. They are a lot in common, while.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwillig%2Fdata-ql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwillig%2Fdata-ql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwillig%2Fdata-ql/lists"}