{"id":16852924,"url":"https://github.com/lann/rexpro-ruby","last_synced_at":"2025-03-22T06:30:53.214Z","repository":{"id":8389674,"uuid":"9965829","full_name":"lann/rexpro-ruby","owner":"lann","description":"Ruby implementation of binary protocol for Rexster","archived":false,"fork":false,"pushed_at":"2014-10-06T20:56:58.000Z","size":310,"stargazers_count":21,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T08:53:26.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/tinkerpop/rexster/wiki/RexPro","language":"Ruby","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/lann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-09T18:39:46.000Z","updated_at":"2018-07-08T01:45:02.000Z","dependencies_parsed_at":"2022-07-31T01:07:57.980Z","dependency_job_id":null,"html_url":"https://github.com/lann/rexpro-ruby","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lann%2Frexpro-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lann%2Frexpro-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lann%2Frexpro-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lann%2Frexpro-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lann","download_url":"https://codeload.github.com/lann/rexpro-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918500,"owners_count":20531682,"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-10-13T13:49:07.180Z","updated_at":"2025-03-22T06:30:52.896Z","avatar_url":"https://github.com/lann.png","language":"Ruby","readme":"# Rexpro\n\n[![Build Status](https://travis-ci.org/lann/rexpro-ruby.png)](https://travis-ci.org/lann/rexpro-ruby)\n\nTested against rexster-server-2.4.0 on Ruby 1.9.3 and 2.0.0.\n\nhttps://github.com/tinkerpop/rexster/wiki/RexPro\n\n## Installation\n\n**NOTE: Version 1.x breaks compatibility with rexster-server-2.3 and below!**\n\nUse 0.x gem versions for older versions of rexster, or follow the protocol-0\nbranch which may still recieve critical updates.\n\nAdd this line to your application's Gemfile:\n\n    gem 'rexpro'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rexpro\n\n## Usage\n\n```ruby\nrequire 'rexpro'\n\nclient = Rexpro::Client.new(host: 'localhost', port: 8184) # defaults\n\nresponse = client.execute('g.v(vid)', graph_name: 'tinkergraph', bindings: {vid: 2})\n\nresponse.results\n=\u003e {\"_id\"=\u003e\"2\", \"_type\"=\u003e\"vertex\", \"_properties\"=\u003e{\"name\"=\u003e\"vadas\", \"age\"=\u003e27}}\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flann%2Frexpro-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flann%2Frexpro-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flann%2Frexpro-ruby/lists"}