|
1 | 1 | # Commanded Ecto Projections |
2 | 2 |
|
3 | | -[](https://travis-ci.com/commanded/commanded-ecto-projections) |
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) |
9 | | - |
10 | | -> This README and the following guides follow the `master` branch which may not be the currently published version. |
11 | | -
|
12 | | -Model projections for [Commanded](https://github.com/commanded/commanded) CQRS/ES applications using [Ecto](https://github.com/elixir-ecto/ecto) for persistence. |
| 3 | +Read model projections for [Commanded](https://github.com/commanded/commanded) CQRS/ES applications using [Ecto](https://github.com/elixir-ecto/ecto) for persistence. |
13 | 4 |
|
14 | 5 | Read the [Changelog](CHANGELOG.md) for recent changes and the [Hex Docs](https://hexdocs.pm/commanded_ecto_projections/) on API usage. |
15 | 6 |
|
| 7 | +> This README and the following guides follow the `master` branch which may not be the currently published version. |
| 8 | +
|
16 | 9 | ### Overview |
17 | 10 |
|
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) |
| 11 | +- [Getting started](guides/Getting%20Started.md) |
| 12 | +- [Usage](guides/Usage.md) |
| 13 | + - [Creating a read model](guides/Usage.md#creating-a-read-model) |
| 14 | + - [Creating a projector](guides/Usage.md#creating-a-projector) |
| 15 | + - [Supervision](guides/Usage.md#supervision) |
| 16 | + - [Error handling](guides/Usage.md#error-handling) |
| 17 | + - [`error/3` callback](guides/Usage.md#error3-callback) |
| 18 | + - [Error handling example](guides/Usage.md#error-handling-example) |
| 19 | + - [`after_update/3` callback](guides/Usage.md#after_update3-callback) |
| 20 | + - [Schema prefix](guides/Usage.md#schema-prefix) |
| 21 | + - [Rebuilding a projection](guides/Usage.md#rebuilding-a-projection) |
29 | 22 |
|
30 | 23 | ### Example projector |
31 | 24 |
|
@@ -77,5 +70,4 @@ For commercial support, and consultancy, please contact [Ben Smith](mailto:ben@1 |
77 | 70 |
|
78 | 71 | Copyright (c) 2017 Ben Smith |
79 | 72 |
|
80 | | -This library is released under the MIT License. See the [LICENSE.md](./LICENSE.md) file |
81 | | -for further details. |
| 73 | +This library is released under the MIT License. See the [LICENSE.md](./LICENSE.md) file for further details. |
0 commit comments