{"id":17159477,"url":"https://github.com/tomohiro/fluentular","last_synced_at":"2025-07-08T23:02:39.712Z","repository":{"id":4086928,"uuid":"5193381","full_name":"tomohiro/fluentular","owner":"tomohiro","description":":pencil: Fluentular is a Fluentd regular expression editor","archived":false,"fork":false,"pushed_at":"2023-09-25T01:42:57.000Z","size":771,"stargazers_count":189,"open_issues_count":10,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-08T23:02:26.462Z","etag":null,"topics":["docker","fluentd","heroku","ruby"],"latest_commit_sha":null,"homepage":"https://fluentular.herokuapp.com","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/tomohiro.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":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-07-26T14:53:56.000Z","updated_at":"2025-05-27T06:25:25.000Z","dependencies_parsed_at":"2024-10-31T09:03:31.587Z","dependency_job_id":"fe4797b9-6b2d-4bb2-86c4-abdff6624d8d","html_url":"https://github.com/tomohiro/fluentular","commit_stats":{"total_commits":579,"total_committers":12,"mean_commits":48.25,"dds":0.5768566493955095,"last_synced_commit":"9b01c26717fd5cb30090522f28e0521a3b956abc"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/tomohiro/fluentular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Ffluentular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Ffluentular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Ffluentular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Ffluentular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomohiro","download_url":"https://codeload.github.com/tomohiro/fluentular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomohiro%2Ffluentular/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264363730,"owners_count":23596500,"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":["docker","fluentd","heroku","ruby"],"created_at":"2024-10-14T22:14:20.890Z","updated_at":"2025-07-08T23:02:39.687Z","avatar_url":"https://github.com/tomohiro.png","language":"Ruby","readme":"# Fluentular [![Heroku App](https://img.shields.io/badge/heroku-ready-430098.svg?style=flat-square\u0026logo=heroku\u0026logoColor=white)](https://fluentular.herokuapp.com) [![LICENSE](https://img.shields.io/github/license/tomohiro/fluentular.svg?style=flat-square)](LICENSE)\n\na Fluentd regular expression editor\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/tomohiro/fluentular.svg?style=flat-square\u0026logo=docker)](https://hub.docker.com/r/tomohiro/fluentular/)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/tomohiro/fluentular/.github/workflows/test.yml?branch=main\u0026logo=github\u0026style=flat-square)](https://github.com/tomohiro/fluentular/actions)\n[![Coverage Status](https://img.shields.io/coveralls/tomohiro/fluentular.svg?style=flat-square\u0026logo=coveralls)](https://coveralls.io/github/tomohiro/fluentular)\n[![Code Climate](https://img.shields.io/codeclimate/maintainability-percentage/tomohiro/fluentular.svg?style=flat-square\u0026logo=code-climate)](https://codeclimate.com/github/tomohiro/fluentular)\n[![Dependabot](https://img.shields.io/badge/dependabot-enabled-success?style=flat-square\u0026logo=dependabot)](https://github.com/tomohiro/fluentular/network/dependencies)\n\n\n![Fluentular Screenshot](https://user-images.githubusercontent.com/54254/100218981-c85b8280-2f58-11eb-8cab-856c1e09c48e.png)\n\n\nPlatforms\n--------------------------------------------------------------------------------\n\n- [Heroku](#heroku)\n- [Docker](#docker)\n\n\n### Heroku\n\n[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\n\n### Docker\n\nYou can download and run Fluentular container from [DockerHub](https://hub.docker.com/r/tomohiro/fluentular/):\n\n```\n$ docker pull tomohiro/fluentular:latest\n$ docker run -d -p 8080:8080 tomohiro/fluentular:latest\n```\n\n#### Own build\n\nAlso you can build the app when after clone this repository:\n\n```\n$ cd fluentular\n$ docker compose up -d\n$ docker compose ps\nNAME                COMMAND                  SERVICE             STATUS              PORTS\nfluentular-app-1    \"bundle exec rackup …\"   app                 running (healthy)   0.0.0.0:8080-\u003e8080/tcp\n```\n\n\nAcknowledgment\n-------------------------------------------------------------------------------\n\n- [fluentdのformat(正規表現)の作り方について試行錯誤中 #fluentd - Glide Note - グライドノート](http://blog.glidenote.com/blog/2012/07/15/fluentd-regex-debug/)\n- [Fluentdでparser用の正規表現を書く・試す - tagomorisのメモ置き場](http://d.hatena.ne.jp/tagomoris/20120715/1342368392)\n- [Scriptular](http://scriptular.com/)\n- [Rubular: a Ruby regular expression editor and tester](http://rubular.com/)\n\n\nLICENSE\n--------------------------------------------------------------------------------\n\n\u0026copy; 2012 - 2023 Tomohiro Taira.\n\nThis project licensed under the MIT license. See [LICENSE](LICENSE) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomohiro%2Ffluentular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomohiro%2Ffluentular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomohiro%2Ffluentular/lists"}