GithubHelp home page GithubHelp logo

thepratt / sequent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zilverline/sequent

0.0 1.0 0.0 847 KB

CQRS & event sourcing framework for Ruby

Home Page: https://www.sequent.io

License: MIT License

Ruby 99.94% HTML 0.06%

sequent's Introduction

Sequent

Build 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

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

License

Sequent is released under the MIT License.

sequent's People

Contributors

lvonk avatar derekkraan avatar stephanvd avatar erikrozendaal avatar bjpbakker avatar mvandiepen avatar bforma avatar s0meone avatar tomharvey avatar celinelemenn avatar acarpe avatar lucascaton avatar sophiedeziel avatar artemgurzhii avatar nbibler avatar atambo avatar sodapopcan avatar dlederle avatar macobo avatar mattgibson avatar rintaun avatar remvee avatar respire avatar smiller avatar reentim avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.