event_sourcery-postgres:用于EventSourcery的Postgres事件存储实现

时间:2021-05-28 20:39:34
【文件属性】:
文件名称:event_sourcery-postgres:用于EventSourcery的Postgres事件存储实现
文件大小:40KB
文件格式:ZIP
更新时间:2021-05-28 20:39:34
postgres cqrs domain-driven-design event-sourcing event-sourcery EventSourcery :: Postgres 发展状况 EventSourcery当前正在由多个应用程序用于生产中,但是我们尚未完成API的确定,并且一切仍在快速发展。 在我们发布1.0之前,情况可能会有所变化,而不会先被弃用。 安装 将此行添加到您的应用程序的Gemfile中: gem 'event_sourcery-postgres' 配置 EventSourcery :: Postgres . configure do | config | config . event_store_database = Sequel . connect ( ... ) config . projections_database = Sequel . connect ( ... ) config . write_events_function_name = 'writeEven
【文件预览】:
event_sourcery-postgres-main
----.gitignore(151B)
----.rspec(22B)
----bin()
--------setup(245B)
--------console(358B)
----CODE_OF_CONDUCT.md(3KB)
----CHANGELOG.md(4KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----spec()
--------event_sourcery()
--------support()
--------spec_helper.rb(5KB)
----README.md(3KB)
----event_sourcery-postgres.gemspec(2KB)
----script()
--------bench_reading_events.rb(2KB)
--------demonstrate_event_sequence_id_gaps.rb(7KB)
--------bench_writing_events.rb(1KB)
----lib()
--------event_sourcery()
----Gemfile(147B)
----Rakefile(117B)

网友评论