{"id":15010467,"url":"https://github.com/sashkachan/clj-dgraph","last_synced_at":"2026-05-21T20:02:11.473Z","repository":{"id":62431442,"uuid":"92913842","full_name":"sashkachan/clj-dgraph","owner":"sashkachan","description":"Clojure wrapper for processing Clojure vectors into Dgraph strings","archived":false,"fork":false,"pushed_at":"2017-05-31T07:52:10.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-01T15:19:27.365Z","etag":null,"topics":["clj","clojure-library","dgraph","graph"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sashkachan.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}},"created_at":"2017-05-31T06:45:16.000Z","updated_at":"2017-05-31T07:47:13.000Z","dependencies_parsed_at":"2022-11-01T21:00:37.564Z","dependency_job_id":null,"html_url":"https://github.com/sashkachan/clj-dgraph","commit_stats":null,"previous_names":["alex-glv/clj-dgraph","sashkachan/clj-dgraph"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sashkachan/clj-dgraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashkachan%2Fclj-dgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashkachan%2Fclj-dgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashkachan%2Fclj-dgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashkachan%2Fclj-dgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sashkachan","download_url":"https://codeload.github.com/sashkachan/clj-dgraph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sashkachan%2Fclj-dgraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29587076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["clj","clojure-library","dgraph","graph"],"created_at":"2024-09-24T19:34:22.334Z","updated_at":"2026-02-18T17:31:00.299Z","avatar_url":"https://github.com/sashkachan.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clj-dgraph\n\nClojure library to turn Clojure vectors and maps into Dgraph query strings\n\n[![Clojars Project](https://img.shields.io/clojars/v/clj-dgraph.svg)](https://clojars.org/clj-dgraph)\n\n## Usage\n\n\n```\n(require 'clj-dgraph.core)\n\n(def query\n  [:query\n   [:director.name\n    [{:func :me, :args {:id 1}}\n     [{:func :allofterms :args [:name \"quoted-name\"]} :title2 :title3 ]]]])\n\n(clj-dgraph.core/vec-\u003equery query)\n\n```\nWill return (non-pretty printed):\n\n```\nquery{\n    director.name\n    me(id:1) {\n        allofterms(name, \"quoted-name\") {\n            title2\n            title3\n        }\n    }\n}\n```\n# TODO\n\n- [ ] Support schema definitions\n- [ ] Add some syntactic sugar for queries\n\n## License\n\nCopyright © 2017 Aleksandr Guljajev\n\nDistributed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsashkachan%2Fclj-dgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsashkachan%2Fclj-dgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsashkachan%2Fclj-dgraph/lists"}