{"id":20195864,"url":"https://github.com/ralphv/gallifrey-rules","last_synced_at":"2025-04-10T10:14:34.398Z","repository":{"id":252141450,"uuid":"839542880","full_name":"ralphv/gallifrey-rules","owner":"ralphv","description":"A modern robust framework for handling real-time events","archived":false,"fork":false,"pushed_at":"2025-04-02T15:34:07.000Z","size":16460,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T06:17:12.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ralphv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T20:35:11.000Z","updated_at":"2025-03-11T03:28:28.000Z","dependencies_parsed_at":"2024-09-06T15:26:07.053Z","dependency_job_id":"c9743bec-1581-413e-989e-e9eb105ae307","html_url":"https://github.com/ralphv/gallifrey-rules","commit_stats":null,"previous_names":["ralphv/gallifrey-rules"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fgallifrey-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fgallifrey-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fgallifrey-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fgallifrey-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralphv","download_url":"https://codeload.github.com/ralphv/gallifrey-rules/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198893,"owners_count":21063628,"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":[],"created_at":"2024-11-14T04:19:34.963Z","updated_at":"2025-04-10T10:14:34.391Z","avatar_url":"https://github.com/ralphv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://gallifrey-rules.dev\"\u003e\n      \u003cimg src=\"https://raw.githubusercontent.com/ralphv/gallifrey-rules/main/docs/resources/gallifrey-rules-25.png\" alt=\"Logo\" width=\"150\" height=\"150\"\u003e\n    \u003c/a\u003e\n    \u003ch3 align=\"center\"\u003eGallifrey Rules\u003c/h3\u003e\n    \u003cp align=\"center\"\u003e\n        A modern robust framework for handling real-time events \n        \u003cbr /\u003e\n        \u003ca href=\"https://gallifrey-rules.dev\"\u003e\u003cstrong\u003eGet Started »\u003c/strong\u003e\u003c/a\u003e\n        \u003cbr /\u003e\n        \u003cbr /\u003e\n        \u003ca href=\"https://gallifrey-rules.dev\" target=\"_blank\"\u003eRead the Docs\u003c/a\u003e\n        .\n        \u003ca href=\"https://github.com/ralphv/gallifrey-rules-sample\" target=\"_blank\"\u003eSample Application\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\n### Interested in Gallifrey-Rules?\n\nI offer free one to one sessions via Google Meet to kick-start adoption or to answer questions about the library. \nPlease reach out at `mail[at]gallifrey-rules.dev`\n\n### What is Gallifrey-Rules?\n\n[Read the introduction here.](https://gallifrey-rules.dev/docs/intro)\n\n### Features at a glance\n\n* **Structured Event-Driven Architecture (EDA)**: Enforces a disciplined approach to event-driven development, ensuring consistency and best practices across your projects.\n* Transform **Consumer Blackbox** =\u003e Modular design with Filters, Rules, DataObjects, and Actions as customizable plugins, enabling seamless extension and flexibility.\n* **Dynamic Plugin Management**: All modules, including plugins and providers, are dynamically loaded and referenced by name,\n* **Namespace-Oriented Projects**: Projects are organized into **Namespaces**, each consisting of a **Namespace Schema** and a list of modules, promoting modularity and reusability.\n* **Abstracted Configuration Management**: Configurations are managed through an abstracted provider, allowing them to be sourced from any backend, ensuring flexibility in various environments.\n* **Logging and Metrics**: Logging and metrics are abstracted behind providers, offering a consistent and extensible approach to monitoring and diagnostics. Out of the box support for [InfluxDB](https://www.influxdata.com/)/[Grafana](https://grafana.com/).\n* **Journal Logging**: Capturing/grouping high level logs that happen during a single event.\n* **Scheduled Events Support**: Native support for scheduling events in the future, with rules that can seamlessly trigger new events based on business logic.\n* **Distributed Locks**: Out-of-the-box support for distributed locks, enabling atomic event processing and ensuring data integrity across distributed systems.\n* **Asynchronous Actions**: Actions can be easily converted into Async Actions with dedicated consumer topics, allowing for efficient time management and workload distribution.\n* **Comprehensive Metrics Tracking**: Tracks counts and durations for each plugin type, enabling quick identification of performance bottlenecks, such as slow data pullers or actions.\n* **Enforced Naming Conventions**: Consistent naming conventions across the library, enhancing the developer experience and reducing the likelihood of errors.\n* **Resilient Error Handling**: The ReactToFailure mechanism is abstracted behind a provider, giving developers control over how to handle unexpected errors in a customizable and consistent manner.\n* Fully supports [TypeScript](https://www.typescriptlang.org/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralphv%2Fgallifrey-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralphv%2Fgallifrey-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralphv%2Fgallifrey-rules/lists"}