Popularity
4.8
Growing
Activity
8.9
-
534
24
58

Description

See the official site at https://www.sequent.io/

New to Sequent? Getting Started is the place to be!

Monthly Downloads: 667
Programming language: Ruby
License: MIT License
Latest version: v3.5.0

Sequent alternatives and similar gems

Based on the "Abstraction" category.
Alternatively, view Sequent alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Sequent or a related project?

Add another 'Abstraction' Gem

README

Sequent

sequent Actions Status Code Climate Test Coverage

Sequent is a CQRS and event sourcing framework written in Ruby.

Getting started

See the official site at https://www.sequent.io/

New to Sequent? Getting Started is the place to be!

Contributing

Fork and send pull requests

Documentation

See the official site at https://www.sequent.io/

Want to help improve the documentation? Please let us know how we can improve by creating an issue

If you want to help write the documentation fork and send pull request.

You can start the documentation locally via:

cd docs
bundle install
bundle exec jekyll serve --livereload

Open [localhost:4000](localhost:4000)

Releasing

Change the version in lib/version.rb. Commit this change.

Then run rake release. A git tag will be created and pushed, and the new version of the gem will be pushed to rubygems.

Running the specs

If you wish to make changes to the sequent gem you can use rake spec to run the tests. Before doing so you need to create a postgres user and database first:

createuser -D -s -R sequent
createdb sequent_spec_db -O sequent
bundle exec rake db:create

The data in this database is deleted every time you run the specs!

Changelog

The most notable changes can be found in the [Changelog](CHANGELOG.md)

License

Sequent is released under the MIT License.


*Note that all licence references and agreements mentioned in the Sequent README section above are relevant to that project's source code only.