Example app and service templates `dotnet new -i Equinox.Templates; dotnet new eqx*/pro*` https://github.com/jet/equinox https://github.com/jet/FsCodec
This polishes the ETL template to enable clean usage for the following synchronization needs:
[x] Straight copying of all events
[x] Filtering specified categories (-x)
[x] Copying only specified categories (-i)
[x] Being able to maintain the aux collection in either the source (-as and/or default) or destination (cosmos) container (-ad)
[x] Cleaner argument processing for cases where you're syncing within the same database (EQUINOX_COSMOS_CONNECTION and EQUINOX_COSMOS_DATABASE apply to both source and destination)
This polishes the ETL template to enable clean usage for the following synchronization needs:
-x
)-i
)aux
collection in either thesource
(-as
and/or default) or destination (cosmos
) container (-ad
)EQUINOX_COSMOS_CONNECTION
andEQUINOX_COSMOS_DATABASE
apply to both source and destination)