{"id":18008901,"url":"https://github.com/elbow-jason/bus_car_dsl","last_synced_at":"2026-04-30T01:32:30.988Z","repository":{"id":57481593,"uuid":"86494113","full_name":"elbow-jason/bus_car_dsl","owner":"elbow-jason","description":"A library than turns BusCarDsl lists into valid ElasticSearch JSON.","archived":false,"fork":false,"pushed_at":"2017-06-07T01:52:59.000Z","size":47,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-03T11:14:04.135Z","etag":null,"topics":["dsl","elasticsearch","elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/elbow-jason.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-03-28T18:33:52.000Z","updated_at":"2017-03-28T20:42:40.000Z","dependencies_parsed_at":"2022-09-19T17:41:54.572Z","dependency_job_id":null,"html_url":"https://github.com/elbow-jason/bus_car_dsl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elbow-jason/bus_car_dsl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elbow-jason%2Fbus_car_dsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elbow-jason%2Fbus_car_dsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elbow-jason%2Fbus_car_dsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elbow-jason%2Fbus_car_dsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elbow-jason","download_url":"https://codeload.github.com/elbow-jason/bus_car_dsl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elbow-jason%2Fbus_car_dsl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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":["dsl","elasticsearch","elixir"],"created_at":"2024-10-30T02:07:49.970Z","updated_at":"2026-04-30T01:32:30.974Z","avatar_url":"https://github.com/elbow-jason.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BusCarDsl\n[![Build Status](https://travis-ci.org/elbow-jason/bus_car_dsl.svg?branch=master)](https://travis-ci.org/elbow-jason/bus_car_dsl)\n\n**A Domain Specific Language for composing ElasticSearch queries without all the nesting.**\n\n\n## Installation\n\nThe package can be installed\nby adding `bus_car_dsl` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:bus_car_dsl, \"~\u003e 0.1.3\"}]\nend\n```\n\nDocumentation can be found at [https://hexdocs.pm/bus_car_dsl](https://hexdocs.pm/bus_car_dsl).\n\n## Examples\n\n```elixir\niex\u003e BusCarDsl.parse([:query, :bool, :must, :range, \"age\", :gte, 18, :must_not, :match, \"likes\", \"dogs\", [boost: 2.0], :fuzzy, \"name\", \"jason\", [fuzziness: 2]])\n%{query: %{bool: %{must: [%{range: %{\"age\" =\u003e %{gte: 18}}}],\n      must_not: [%{fuzzy: %{\"name\" =\u003e %{fuzziness: 2, value: \"jason\"}}},\n       %{match: %{\"likes\" =\u003e %{boost: 2.0, query: \"dogs\"}}}]}}}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felbow-jason%2Fbus_car_dsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felbow-jason%2Fbus_car_dsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felbow-jason%2Fbus_car_dsl/lists"}