Skip to content

Commit 1347ba7

Browse files
committed
Fix formatting
1 parent 3856ff2 commit 1347ba7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ This repo hosts the source for Jet's [`dotnet new`](https://docs.microsoft.com/e
2424

2525
**NOTE At present, checkpoint storage when projecting from EventStore uses Azure CosmosDB - help wanted ;)**
2626

27-
Standard processing shows importing (in summary form) from an aggregate in `EventStore` or a CosmosDB ChangeFeedProcessor to a Summary form in `Cosmos` (use `-b`(`lank`) to remove, yielding a minimal projector)
27+
Standard processing shows importing (in summary form) from an aggregate in `EventStore` or a CosmosDB ChangeFeedProcessor to a Summary form in `Cosmos`
2828

29-
`--kafka` adds Optional projection to Apache Kafka using [`Propulsion.Kafka`](https://github.com/jet/propulsion) (instead of ingesting into a local `Cosmos` store). Produces versioned [Summary Event](http://verraes.net/2019/05/patterns-for-decoupling-distsys-summary-event/) feed.
30-
`--source changeFeedOnly` removes `EventStore` wiring from commandline processing
31-
`--source kafkaEventSpans` changes source to be Kafka Event Spans, as emitted from `dotnet new proProjector --kafka`
32-
29+
- `--source changeFeedOnly` removes `EventStore` wiring from commandline processing
30+
- `--source kafkaEventSpans` changes source to be Kafka Event Spans, as emitted from `dotnet new proProjector --kafka`
31+
- `--kafka` adds Optional projection to Apache Kafka using [`Propulsion.Kafka`](https://github.com/jet/propulsion) (instead of ingesting into a local `Cosmos` store). Produces versioned [Summary Event](http://verraes.net/2019/05/patterns-for-decoupling-distsys-summary-event/) feed.
32+
- `--noFilter` - removes category filtering boilerplate
33+
- `--blank`: remove sample Ingester logic, yielding a minimal projector
34+
3335
- [`proSync`](propulsion-sync/README.md) - Boilerplate for a console app that that syncs events between [`Equinox.Cosmos` and `Equinox.EventStore` stores](https://github.com/jet/equinox) using the [relevant `Propulsion`.* libraries](https://github.com/jet/propulsion), filtering/enriching/mapping Events as necessary.
3436

3537
## Consumer Templates combining usage of Equinox and Propulsion

0 commit comments

Comments
 (0)