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
- Host: GitHub
- URL: https://github.com/revskill10/es-sinatra
- Owner: revskill10
- Created: 2018-08-19T17:07:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T10:26:41.000Z (over 7 years ago)
- Last Synced: 2025-04-01T18:52:49.903Z (about 1 year ago)
- Topics: event-sourcing, graphql, microservice, ruby, sinatra
- Language: CSS
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deployment
[](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
```