Skip to content

Commit

Permalink
[ibexa/cdp] Added configuration example for product export
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Dec 7, 2023
1 parent 7f5dec7 commit 0a200fa
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion ibexa/cdp/4.6/config/packages/ibexa_cdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
# stream_file:
# # Use Stream ID generated during data import from "stream file" in Data Manager
# stream_id: 00000000-00000000-00000000-00000000
# product_data:
# transport: stream_file
# stream_file:
# # Use Stream ID generated during data import from "stream file" in Data Manager
# stream_id: 00000000-00000000-00000000-00000000
#
# # You can configure multiple activations here. They have to be of type "Ibexa" in Ibexa DXP dashboard.
# activations:
Expand Down Expand Up @@ -43,7 +48,7 @@
#
# content:
# # You can use examples below to build your own data export schedule.
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-user-data --help`
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-content-data --help`
## # every 30 minutes
## -
## interval: '*/30 * * * *'
Expand All @@ -53,3 +58,16 @@
## -
## interval: '0 */12 * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft'
#
# product:
# # You can use examples below to build your own data export schedule.
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-product-data --help`
## # every 30 minutes
## -
## interval: '*/30 * * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'
##
## # every 12 hours
## -
## interval: '0 */12 * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'

0 comments on commit 0a200fa

Please sign in to comment.