{"id":18000168,"url":"https://github.com/joargp/pathfinder_ex","last_synced_at":"2025-04-04T07:44:04.599Z","repository":{"id":62430299,"uuid":"204542941","full_name":"joargp/pathfinder_ex","owner":"joargp","description":"jsonpath for elixir through nodejs","archived":false,"fork":false,"pushed_at":"2023-05-06T15:19:33.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T00:34:11.590Z","etag":null,"topics":["elixir","jsonpath"],"latest_commit_sha":null,"homepage":null,"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/joargp.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}},"created_at":"2019-08-26T19:08:41.000Z","updated_at":"2019-09-08T10:45:41.000Z","dependencies_parsed_at":"2024-10-29T23:20:07.831Z","dependency_job_id":null,"html_url":"https://github.com/joargp/pathfinder_ex","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"19a77d555419223909f07eaed5dcf8122e8bec1c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joargp%2Fpathfinder_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joargp%2Fpathfinder_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joargp%2Fpathfinder_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joargp%2Fpathfinder_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joargp","download_url":"https://codeload.github.com/joargp/pathfinder_ex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142043,"owners_count":20890652,"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":["elixir","jsonpath"],"created_at":"2024-10-29T23:09:59.655Z","updated_at":"2025-04-04T07:44:04.576Z","avatar_url":"https://github.com/joargp.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pathfinder\n\njsonpath in elixir through nodejs\n\nmade possible thanks to reverly labs' library https://hex.pm/packages/nodejs\n\n⚠️WIP. This is an early and uncomplete release, expect breaking changes\n\n## Installation\n\n### Prerequisite\n- Installation of nodejs\n\n### Steps\n1. Add pathfinder to your mix.exs\n```elixir\ndef deps do\n  [\n    {:pathfinder, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n1. Run `mix deps.get`\n1. Copy NodeJS files\n`cp -a deps/pathfinder/node ./`\n1. Install NodeJS dependencies\n`cd node \u0026\u0026 npm install`\n\n## Test drive it\n\n```elixir\n⇒  iex -S mix\nErlang/OTP 22 [erts-10.4.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]\n\nInteractive Elixir (1.8.2) - press Ctrl+C to exit (type h() ENTER for help)\niex(1)\u003e Pathfinder.query(\"{\\\"test\\\": 1}\",\"$..test\")\n{:ok, [1]}\niex(2)\u003e\n```\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/pathfinder](https://hexdocs.pm/pathfinder).\n\n## Dev status\n\n- [x] .query/2 \n- [x] .query/3\n- [ ] .paths\n- [ ] .nodes\n- [ ] .parse\n- [ ] .parent\n- [ ] .value\n- [ ] .stringify\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoargp%2Fpathfinder_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoargp%2Fpathfinder_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoargp%2Fpathfinder_ex/lists"}