{"id":19474605,"url":"https://github.com/tomasc/dragonfly-moped_data_store","last_synced_at":"2026-08-16T19:31:46.909Z","repository":{"id":20266352,"uuid":"23539377","full_name":"tomasc/dragonfly-moped_data_store","owner":"tomasc","description":"Dragonfly data store that uses Moped::GridFS.","archived":false,"fork":false,"pushed_at":"2014-09-03T08:06:27.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-08-12T20:54:41.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/tomasc.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":"2014-09-01T10:50:44.000Z","updated_at":"2014-09-02T22:23:31.000Z","dependencies_parsed_at":"2022-08-21T19:21:08.275Z","dependency_job_id":null,"html_url":"https://github.com/tomasc/dragonfly-moped_data_store","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tomasc/dragonfly-moped_data_store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-moped_data_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-moped_data_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-moped_data_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-moped_data_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomasc","download_url":"https://codeload.github.com/tomasc/dragonfly-moped_data_store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fdragonfly-moped_data_store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36722846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-16T02:00:06.462Z","response_time":62,"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":[],"created_at":"2024-11-10T19:25:50.272Z","updated_at":"2026-08-16T19:31:46.893Z","avatar_url":"https://github.com/tomasc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dragonfly::MopedDataStore\n\n[![Build Status](https://travis-ci.org/tomasc/dragonfly-moped_data_store.svg)](https://travis-ci.org/tomasc/dragonfly-moped_data_store) [![Gem Version](https://badge.fury.io/rb/dragonfly-moped_data_store.svg)](http://badge.fury.io/rb/dragonfly-moped_data_store) [![Coverage Status](https://img.shields.io/coveralls/tomasc/dragonfly-moped_data_store.svg)](https://coveralls.io/r/tomasc/dragonfly-moped_data_store)\n\n[Dragonfly](https://github.com/markevans/dragonfly) data store that uses [Moped::GridFS](https://github.com/topac/moped-gridfs).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'dragonfly-moped_data_store'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install dragonfly-moped_data_store\n\n## Usage\n\nYou can configure Dragonfly to use the moped datastore in the dragonfly initializer like so:\n\n```ruby\n# config/initializers/dragonfly.rb\n\nrequire 'dragonfly/moped_data_store'\n\nDragonfly.app.configure do\n  datastore :moped, db: 'my-db', host: '127.0.0.1', port: '27017'\nend\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/tomasc/dragonfly-moped_data_store/fork )\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 a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasc%2Fdragonfly-moped_data_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasc%2Fdragonfly-moped_data_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasc%2Fdragonfly-moped_data_store/lists"}