sourced_store_cr

Event store in Crystal, backed by Postgres, for event sourcing. WIP

Client

make ruby_client

https://github.com/twitchtv/twirp-ruby/wiki/Twirp-Clients

# cd clients/sourced_client/rb
bin/console

cl = SourcedClient::Client.new
events = cl.read_stream('lol')
cl.append_to_stream('aa', [{ topic: 'aaa', payload: 'bytes' }])
Repository

sourced_store_cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 5
  • over 1 year ago
  • September 30, 2022
License

MIT License

Links
Synced at

Sat, 18 May 2024 08:34:04 GMT

Languages