{"id":18365030,"url":"https://github.com/dayvsonlima/ultrafast","last_synced_at":"2026-05-18T10:34:43.186Z","repository":{"id":59158515,"uuid":"188108373","full_name":"dayvsonlima/ultrafast","owner":"dayvsonlima","description":"🚀 optimize atomic inserts using the redis as buffer","archived":false,"fork":false,"pushed_at":"2019-06-12T17:10:18.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T23:07:55.117Z","etag":null,"topics":["activerecord","postgresql","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dayvsonlima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-22T20:23:27.000Z","updated_at":"2019-06-12T17:10:20.000Z","dependencies_parsed_at":"2022-09-13T20:10:28.127Z","dependency_job_id":null,"html_url":"https://github.com/dayvsonlima/ultrafast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dayvsonlima/ultrafast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fultrafast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fultrafast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fultrafast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fultrafast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dayvsonlima","download_url":"https://codeload.github.com/dayvsonlima/ultrafast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayvsonlima%2Fultrafast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["activerecord","postgresql","ruby"],"created_at":"2024-11-05T23:12:26.989Z","updated_at":"2026-05-18T10:34:43.162Z","avatar_url":"https://github.com/dayvsonlima.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ultrafast\n\nWelcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ultrafast`. To experiment with that code, run `bin/console` for an interactive prompt.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ultrafast'\n```\n\nAnd then execute:\n\n    $ bundle\n\nAdd this rake task in yours `lib/tasks/ultrafast.rake`\n\n```ruby\nnamespace :ultrafast do\n  desc 'start ultrafast server'\n  task start: [:environment] do\n    Ultrafast::Server.start\n  end\nend\n```\n\n## Usage\n\nAdd this module in your module:\n\napp/models/user.rb\n```ruby\nclass User \u003c ApplicationRecord\n  extend Ultrafast::Model\nend\n```\n\nReplace your `create` method by `fast_create`\n\n```ruby\nUser.fast_create(user_params)\n```\n\nStart the fast_create server\n\n    $ rake ultrafast:start\n\n## Configurations\n\nRedis connection\n```sh\n# Default is 6379\nUF_REDIS_PORT\n\n# Default is 127.0.0.1\nUF_REDIS_HOST\n\n# Default is 0\nUF_REDIS_DB\n```\n\nServer loop\n```sh\n# Define the interval between loop inserts\n# Default is 0.5\nUF_LOOP_INTERVAL\n```\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. 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/dayvsonlima/ultrafast. 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## Code of Conduct\n\nEveryone interacting in the Ultrafast project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/dayvsonlima/ultrafast/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayvsonlima%2Fultrafast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdayvsonlima%2Fultrafast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayvsonlima%2Fultrafast/lists"}