{"id":15570645,"url":"https://github.com/raskhadafi/activerecord-oracle-queue","last_synced_at":"2025-08-11T04:07:18.670Z","repository":{"id":66685631,"uuid":"93597464","full_name":"raskhadafi/activerecord-oracle-queue","owner":"raskhadafi","description":"Extension of ActiveRecord for ORACLE queues","archived":false,"fork":false,"pushed_at":"2018-04-25T09:18:25.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T06:31:17.592Z","etag":null,"topics":["activerecord","oracle","oracle-queues","ruby"],"latest_commit_sha":null,"homepage":null,"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/raskhadafi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-06-07T05:50:55.000Z","updated_at":"2018-04-25T09:18:24.000Z","dependencies_parsed_at":"2024-05-19T12:31:05.120Z","dependency_job_id":null,"html_url":"https://github.com/raskhadafi/activerecord-oracle-queue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/raskhadafi/activerecord-oracle-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raskhadafi%2Factiverecord-oracle-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raskhadafi%2Factiverecord-oracle-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raskhadafi%2Factiverecord-oracle-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raskhadafi%2Factiverecord-oracle-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raskhadafi","download_url":"https://codeload.github.com/raskhadafi/activerecord-oracle-queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raskhadafi%2Factiverecord-oracle-queue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269827556,"owners_count":24481540,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["activerecord","oracle","oracle-queues","ruby"],"created_at":"2024-10-02T17:43:17.134Z","updated_at":"2025-08-11T04:07:18.661Z","avatar_url":"https://github.com/raskhadafi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Activerecord::Oracle::Queue\n\nActiverecord::Oracle::Queue provides access to Oracle Advanced Queuing from Rails applications.\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'activerecord-oracle-queue'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install activerecord-oracle-queue\n\n## Usage\n\n### Migration\n\nCreate a migration which generates a queue with json stored:\n\n```ruby\nclass CreateQueue \u003c ActiveRecord::Migration\n  def change\n    add_queue :yourqueue\n  end\nend\n```\n\n### Model\n\n\n```ruby\nclass QueueWorker\n  include Activerecord::Oracle::Queue::Watcher.new(:yourqueue)\n\n  def perform(json)\n    puts json\n  end\nend\n```\n\n### Execution\n\n```ruby\nrails runner QueueWorker.watch\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/raskhadafi/activerecord-oracle-queue. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Activerecord::Oracle::Queue project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/raskhadafi/activerecord-oracle-queue/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraskhadafi%2Factiverecord-oracle-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraskhadafi%2Factiverecord-oracle-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraskhadafi%2Factiverecord-oracle-queue/lists"}