|
1 | | -# Commanded Ecto projections |
2 | | - |
3 | | -Read model projections for [Commanded](https://github.com/commanded/commanded) CQRS/ES applications using [Ecto](https://github.com/elixir-ecto/ecto) for persistence. |
4 | | - |
5 | | ---- |
6 | | - |
7 | | -[Changelog](CHANGELOG.md) |
8 | | - |
9 | | -MIT License |
| 1 | +# Commanded Ecto Projections |
10 | 2 |
|
11 | 3 | [](https://travis-ci.com/commanded/commanded-ecto-projections) |
12 | | - |
13 | | ---- |
| 4 | +[](https://hex.pm/packages/commanded_ecto_projections) |
| 5 | +[](https://hexdocs.pm/commanded_ecto_projections/) |
| 6 | +[](https://hex.pm/packages/commanded_ecto_projections) |
| 7 | +[](https://github.com/commanded/commanded-ecto-projections/blob/master/LICENSE) |
| 8 | +[](https://github.com/commanded/commanded-ecto-projections/commits/master) |
14 | 9 |
|
15 | 10 | > This README and the following guides follow the `master` branch which may not be the currently published version. |
16 | | -> |
17 | | -> [Read the documentation for the latest published version of Commanded Ecto projections on Hex](https://hexdocs.pm/commanded_ecto_projections/). |
18 | 11 |
|
19 | | -### Overview |
| 12 | +Model projections for [Commanded](https://github.com/commanded/commanded) CQRS/ES applications using [Ecto](https://github.com/elixir-ecto/ecto) for persistence. |
20 | 13 |
|
21 | | -- [Getting started](guides/Getting%20Started.md) |
22 | | -- [Usage](guides/Usage.md) |
23 | | - - [Creating a read model](guides/Usage.md#creating-a-read-model) |
24 | | - - [Creating a projector](guides/Usage.md#creating-a-projector) |
25 | | - - [Supervision](guides/Usage.md#supervision) |
26 | | - - [Error handling](guides/Usage.md#error-handling) |
27 | | - - [`error/3` callback](guides/Usage.md#error3-callback) |
28 | | - - [Error handling example](guides/Usage.md#error-handling-example) |
29 | | - - [`after_update/3` callback](guides/Usage.md#after_update3-callback) |
30 | | - - [Schema prefix](guides/Usage.md#schema-prefix) |
31 | | - - [Rebuilding a projection](guides/Usage.md#rebuilding-a-projection) |
| 14 | +Read the [Changelog](CHANGELOG.md) for recent changes and the [Hex Docs](https://hexdocs.pm/commanded_ecto_projections/) on API usage. |
32 | 15 |
|
33 | | ---- |
| 16 | +### Overview |
| 17 | + |
| 18 | +- [Getting started](guides/getting_started.md) |
| 19 | +- [Usage](guides/usage.md) |
| 20 | + - [Creating a read model](guides/usage.md#creating-a-read-model) |
| 21 | + - [Creating a projector](guides/usage.md#creating-a-projector) |
| 22 | + - [Supervision](guides/usage.md#supervision) |
| 23 | + - [Error handling](guides/usage.md#error-handling) |
| 24 | + - [`error/3` callback](guides/usage.md#error3-callback) |
| 25 | + - [Error handling example](guides/usage.md#error-handling-example) |
| 26 | + - [`after_update/3` callback](guides/usage.md#after_update3-callback) |
| 27 | + - [Schema prefix](guides/usage.md#schema-prefix) |
| 28 | + - [Rebuilding a projection](guides/usage.md#rebuilding-a-projection) |
34 | 29 |
|
35 | 30 | ### Example projector |
36 | 31 |
|
@@ -77,3 +72,10 @@ mix test |
77 | 72 | Please [open an issue](https://github.com/commanded/commanded-ecto-projections/issues) if you encounter a problem, or need assistance. You can also seek help in the [Gitter chat room](https://gitter.im/commanded/Lobby) for Commanded. |
78 | 73 |
|
79 | 74 | For commercial support, and consultancy, please contact [Ben Smith](mailto:ben@10consulting.com). |
| 75 | + |
| 76 | +## Copyright and License |
| 77 | + |
| 78 | +Copyright (c) 2017 Ben Smith |
| 79 | + |
| 80 | +This library is released under the MIT License. See the [LICENSE.md](./LICENSE.md) file |
| 81 | +for further details. |
0 commit comments