--start-standard-projections

Hi

Can I use --start-standard-projections to only start a specific system projection? I’m only interested in running by_category.

Thanks.

–start-standard-projections will only start the built in projections.

If you want to start an individual projection you can issue an http post to the http api for projections.

curl -i -d{} -X POST http://localhost:2113/projection/{name}/command/enable -u “admin:changeit”

``