An open API service indexing awesome lists of open source software.

https://github.com/revskill10/es-sinatra

Sinatra Microservice with Event Sourcing and GraphQL endpoints
https://github.com/revskill10/es-sinatra

event-sourcing graphql microservice ruby sinatra

Last synced: 10 months ago
JSON representation

Sinatra Microservice with Event Sourcing and GraphQL endpoints

Awesome Lists containing this project

README

          

## Deployment

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/revskill10/es-sinatra)

## Create schemas:

```
heroku run bundle exec db:init
```

## Release:

```
heroku run bundle exec sequent:migrate:online
heroku run bundle exec sequent:migrate:offline
```