文件名称:commanded-ecto-projections:阅读使用Ecto的Commanded的模型投影
文件大小:31KB
文件格式:ZIP
更新时间:2024-05-25 23:27:42
cqrs ecto read-model cqrs-framework cqrs-es
命令的Ecto投影 使用持久性的 CQRS / ES应用程序的模型投影。 麻省理工学院执照 本自述文件和以下指南遵循master分支,该分支可能不是当前发布的版本。 。 概述 模式前缀 重建投影 投影机示例 defmodule MyApp . ExampleProjector do use Commanded . Projections . Ecto , application: MyApp . Application , repo: MyApp . Projections . Repo , name: " MyApp.ExampleProjector " project % AnEvent {} = event, _metadata , fn multi -> % AnEvent { name: name} = event proje
【文件预览】:
commanded-ecto-projections-master
----mix.exs(2KB)
----.github()
--------FUNDING.yml(48B)
--------workflows()
----.tool-versions(21B)
----priv()
--------plts()
--------repo()
----lib()
--------projections()
----guides()
--------Usage.md(12KB)
--------Getting Started.md(1KB)
----config()
--------test.exs(502B)
--------prod.exs(15B)
--------config.exs(49B)
--------dev.exs(52B)
----LICENSE(1KB)
----.formatter.exs(248B)
----test()
--------projections()
--------test_helper.exs(335B)
--------support()
----README.md(3KB)
----mix.lock(6KB)
----.gitignore(114B)
----CHANGELOG.md(3KB)