{"id":16645142,"url":"https://github.com/cosmo0920/fluent-plugin-storage-mongo","last_synced_at":"2026-05-15T12:08:55.569Z","repository":{"id":56847231,"uuid":"82167425","full_name":"cosmo0920/fluent-plugin-storage-mongo","owner":"cosmo0920","description":"Fluentd storage plugin for MongoDB.","archived":false,"fork":false,"pushed_at":"2017-04-20T08:04:03.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-23T23:38:13.242Z","etag":null,"topics":["fluentd","fluentd-plugin","mongodb"],"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/cosmo0920.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":"2017-02-16T10:12:36.000Z","updated_at":"2024-04-21T13:15:29.000Z","dependencies_parsed_at":"2022-08-31T05:04:33.116Z","dependency_job_id":null,"html_url":"https://github.com/cosmo0920/fluent-plugin-storage-mongo","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmo0920%2Ffluent-plugin-storage-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmo0920","download_url":"https://codeload.github.com/cosmo0920/fluent-plugin-storage-mongo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243180181,"owners_count":20249242,"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":["fluentd","fluentd-plugin","mongodb"],"created_at":"2024-10-12T08:13:25.590Z","updated_at":"2026-05-15T12:08:50.527Z","avatar_url":"https://github.com/cosmo0920.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mongo Storage plugin for Fluent\n\n[![Build Status](https://travis-ci.org/cosmo0920/fluent-plugin-storage-mongo.svg?branch=master)](https://travis-ci.org/cosmo0920/fluent-plugin-storage-mongo)\n\nfluent-plugin-storage-mongo is a fluentd plugin to store plugin state into mongodb.\n\n## Prerequisite\n\n* MongoDB 3.0 or later.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fluent-plugin-storage-mongo'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fluent-plugin-storage-mongo\n\n## Configuration\n\nUse _mongo_ type in storage.\n\n```aconf\n\u003cstorage\u003e\n  @type mongo\n  database fluent\n  collection test\n\n  # Following attibutes are optional\n  host fluenter\n  port 10000\n\n  # Set 'capped true' if you want to use capped collection\n  capped true\n  capped_size 100m\n\n  # Set 'user' and 'password' for authentication\n  user mongo\n  password passw0rd\n\u003c/storage\u003e\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 `fluent-plugin-storage-mongo.gemspec`, 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/cosmo0920/fluent-plugin-storage-mongo.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo0920%2Ffluent-plugin-storage-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmo0920%2Ffluent-plugin-storage-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo0920%2Ffluent-plugin-storage-mongo/lists"}