-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the main reference doc for this Elixir library which leverage on latest features of ExDoc.
- Loading branch information
Showing
8 changed files
with
98 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2017 Ben Smith ([email protected]) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,31 @@ | ||
# Commanded Ecto projections | ||
|
||
Read model projections for [Commanded](https://github.com/commanded/commanded) CQRS/ES applications using [Ecto](https://github.com/elixir-ecto/ecto) for persistence. | ||
|
||
--- | ||
|
||
[Changelog](CHANGELOG.md) | ||
|
||
MIT License | ||
# Commanded Ecto Projections | ||
|
||
[](https://travis-ci.com/commanded/commanded-ecto-projections) | ||
|
||
--- | ||
[](https://hex.pm/packages/commanded_ecto_projections) | ||
[](https://hexdocs.pm/commanded_ecto_projections/) | ||
[](https://hex.pm/packages/commanded_ecto_projections) | ||
[](https://github.com/commanded/commanded-ecto-projections/blob/master/LICENSE) | ||
[](https://github.com/commanded/commanded-ecto-projections/commits/master) | ||
|
||
> This README and the following guides follow the `master` branch which may not be the currently published version. | ||
> | ||
> [Read the documentation for the latest published version of Commanded Ecto projections on Hex](https://hexdocs.pm/commanded_ecto_projections/). | ||
### Overview | ||
Model projections for [Commanded](https://github.com/commanded/commanded) CQRS/ES applications using [Ecto](https://github.com/elixir-ecto/ecto) for persistence. | ||
|
||
- [Getting started](guides/Getting%20Started.md) | ||
- [Usage](guides/Usage.md) | ||
- [Creating a read model](guides/Usage.md#creating-a-read-model) | ||
- [Creating a projector](guides/Usage.md#creating-a-projector) | ||
- [Supervision](guides/Usage.md#supervision) | ||
- [Error handling](guides/Usage.md#error-handling) | ||
- [`error/3` callback](guides/Usage.md#error3-callback) | ||
- [Error handling example](guides/Usage.md#error-handling-example) | ||
- [`after_update/3` callback](guides/Usage.md#after_update3-callback) | ||
- [Schema prefix](guides/Usage.md#schema-prefix) | ||
- [Rebuilding a projection](guides/Usage.md#rebuilding-a-projection) | ||
Read the [Changelog](CHANGELOG.md) for recent changes and the [Hex Docs](https://hexdocs.pm/commanded_ecto_projections/) on API usage. | ||
|
||
--- | ||
### Overview | ||
|
||
- [Getting started](guides/getting_started.md) | ||
- [Usage](guides/usage.md) | ||
- [Creating a read model](guides/usage.md#creating-a-read-model) | ||
- [Creating a projector](guides/usage.md#creating-a-projector) | ||
- [Supervision](guides/usage.md#supervision) | ||
- [Error handling](guides/usage.md#error-handling) | ||
- [`error/3` callback](guides/usage.md#error3-callback) | ||
- [Error handling example](guides/usage.md#error-handling-example) | ||
- [`after_update/3` callback](guides/usage.md#after_update3-callback) | ||
- [Schema prefix](guides/usage.md#schema-prefix) | ||
- [Rebuilding a projection](guides/usage.md#rebuilding-a-projection) | ||
|
||
### Example projector | ||
|
||
|
@@ -77,3 +72,10 @@ mix test | |
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. | ||
|
||
For commercial support, and consultancy, please contact [Ben Smith](mailto:[email protected]). | ||
|
||
## Copyright and License | ||
|
||
Copyright (c) 2017 Ben Smith | ||
|
||
This library is released under the MIT License. See the [LICENSE.md](./LICENSE.md) file | ||
for further details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters