Description
See the official site at https://www.sequent.io/
New to Sequent? Getting Started is the place to be!
Sequent alternatives and similar gems
Based on the "Abstraction" category.
Alternatively, view Sequent alternatives based on common mentions on social networks and blogs.
-
Interactor
Interactor provides a common interface for performing complex user interactions. -
wisper
A micro library providing Ruby objects with Publish-Subscribe capabilities -
ActiveInteraction
:briefcase: Manage application specific business logic. -
Decent Exposure
A helper for creating declarative interfaces in controllers -
Mutations
Compose your business logic into commands that sanitize and validate input. -
Rails Event Store
A Ruby implementation of an Event Store based on Active Record -
dry-types
Flexible type system for Ruby with coercions and constraints -
Amoeba
A ruby gem to allow the copying of ActiveRecord objects and their associated children, configurable with a DSL on the model -
SimpleCommand
A simple, standardized way to build and use Service Objects (aka Commands) in Ruby -
Waterfall
A slice of functional programming to chain ruby services and blocks, thus providing a new approach to flow control. Make them flow! -
u-service
Represent use cases in a simple and powerful way while writing modular, expressive and sequentially logical code. -
Surrounded
Create encapsulated systems of objects and focus on their interactions -
PageletRails
Improve perceived performance of your rails application with minimum effort -
Smart Init - Simple service objects in Ruby
A simple gem for eliminating Ruby initializers boilerplate code, and providing unified service objects API -
SuperModule
SuperModule allows defining class methods and method invocations the same way a super class does without using def included(base). This also succeeds ActiveSupport::Concern by offering lighter syntax -
skinny_controllers
A pattern for allowing for easier testing of large projects' business logic -
Invokable
Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs). -
Lionshare
A Ruby interface to the Lionshare API (cryptocurrency prices) -
EasilyTypable
Ruby module that facilitates English-like type checking in an inheritance hierarchy via "type_name?" methods -
grpc_serializer
A simple library to encode nested hash to grpc object and vice versa -
simple_active_link_to
Simple rails view helper to manage "active" state of a link -
dry-rb
dry-rb is a collection of next-generation Ruby libraries, each intended to encapsulate a common task.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Sequent or a related project?
README
Sequent
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.