{"id":13835615,"url":"https://github.com/zilverline/sequent","last_synced_at":"2025-07-10T10:30:46.071Z","repository":{"id":29159694,"uuid":"32690099","full_name":"zilverline/sequent","owner":"zilverline","description":"CQRS \u0026 event sourcing framework for Ruby","archived":false,"fork":false,"pushed_at":"2024-10-18T12:54:44.000Z","size":1824,"stargazers_count":541,"open_issues_count":4,"forks_count":58,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-10-19T10:48:38.787Z","etag":null,"topics":["activerecord","cqrs","eventsourcing","eventstore","ruby","sequent"],"latest_commit_sha":null,"homepage":"https://sequent.io","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/zilverline.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-22T18:56:51.000Z","updated_at":"2024-10-17T12:40:27.000Z","dependencies_parsed_at":"2023-10-26T12:28:46.249Z","dependency_job_id":"9e8a2857-21bf-47a4-a6cf-af141ac754c3","html_url":"https://github.com/zilverline/sequent","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilverline%2Fsequent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilverline%2Fsequent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilverline%2Fsequent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zilverline%2Fsequent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zilverline","download_url":"https://codeload.github.com/zilverline/sequent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225427651,"owners_count":17472711,"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":["activerecord","cqrs","eventsourcing","eventstore","ruby","sequent"],"created_at":"2024-08-04T14:01:06.414Z","updated_at":"2025-07-10T10:30:46.062Z","avatar_url":"https://github.com/zilverline.png","language":"Ruby","readme":"# Sequent\n\n[![sequent Actions Status](https://github.com/zilverline/sequent/workflows/rspec/badge.svg)](https://github.com/zilverline/sequent/actions) [![Code Climate](https://codeclimate.com/github/zilverline/sequent/badges/gpa.svg)](https://codeclimate.com/github/zilverline/sequent) [![Test Coverage](https://codeclimate.com/github/zilverline/sequent/badges/coverage.svg)](https://codeclimate.com/github/zilverline/sequent)\n\n\u003e Sequent is a CQRS and event sourcing framework written in Ruby.\n\n## Getting started\n\nSee the official site at https://www.sequent.io/\n\nNew to Sequent? [Getting Started](http://www.sequent.io/docs/getting-started.html) is the place to be!\n\n## Contributing\n\nFork and send pull requests. You can setup a working development environment manually (see below) or by using https://devenv.sh with Nix. You can also\nuse https://direnv.net/ do setup your environment automatically, see `.envrc.example` for the minimal configuration.\n\nThen just run `devenv up` to start Postgres and Jekyll. Run `devenv test` to (re-)create the databases and run the specs.\n\n## Documentation\n\nSee the official site at https://sequent.io/\n\nWant to help improve the documentation? Please let us know how we can improve by [creating an issue](https://github.com/zilverline/sequent/issues/new)\n\nIf you want to help write the documentation fork and send pull request.\n\nYou can start the documentation locally via:\n\n```\ncd docs\nbundle install\ncp .env.example .env\nbundle exec jekyll serve --livereload\n```\n\nOpen [localhost:4000](http://localhost:4000)\n\nA GitHub personal access token is required if you want Jekyll to retrieve GitHub metadata information.\n[Create a new personal access token](https://github.com/settings/tokens/new) (no scope is required) and configure it in the .env file.\n\n## Releasing\n\nEnsure the version in `lib/version.rb` is the new version. If not change it and update the sequent version for all the `gemfiles`:\n\n```\nBUNDLE_GEMFILE=gemfiles/ar_7_2.gemfile bundle update sequent --conservative\nBUNDLE_GEMFILE=gemfiles/ar_8_0.gemfile bundle update sequent --conservative\n```\n\nCommit the changes.\n\nThen run `rake release`. A git tag will be created and pushed, and the new version of the gem will be pushed to rubygems.\n\n\n## Running the specs\n\n### Database setup\n* When using a local PostgreSQL database, create the user:\n  ```shell\n  createuser -D -s -R sequent\n  ```\n* If you're not using a local Postgres database, setup the database using docker:\n  ```shell\n  docker run --name sequent -e POSTGRES_HOST_AUTH_METHOD=trust -e POSTGRES_USER=sequent -p 5432:5432 -d postgres:16\n  ```\n\n### Create the database\nHave Sequent create the database:\n```shell\nSEQUENT_ENV=test bundle exec rake sequent:db:create\n```\n\nRun `rspec spec` to run the tests with the current database schema.\n\nTo ensure the specs use the latest database schema run:\n\n```\nSEQUENT_ENV=test rake sequent:db:drop sequent:db:create spec\n```\n\n## Changelog\n\nThe most notable changes can be found in the [Changelog](CHANGELOG.md)\n\n## License\n\nSequent is released under the MIT License.\n","funding_links":[],"categories":["Ruby","Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilverline%2Fsequent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzilverline%2Fsequent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzilverline%2Fsequent/lists"}