From 011ddc1623c945f10980bfa4e58c5837a7a1557b Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Mon, 24 Mar 2025 15:50:16 +0100 Subject: [PATCH] Add readme --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..d612127 --- /dev/null +++ b/Readme.md @@ -0,0 +1,8 @@ +# Readme +The application consists of two modules: +1. In the `Migration` directory there is an application that can be run in a docker container and is used to download data from the endpoint to Dataverse (Microsoft Dynamics 365) prepared by POKASH.PL and transfer information about PIM to the BigQuery database by Google. +2. The `AzureFunction` directory contains the application code for presenting product information in the form of feed xml. Issuing an independent feed file enables aggregation of space and division of descriptions and photos depending on the purpose (marketplace that will receive information from the feed). Usage example: + - Default: https://osafeedxmlprod.azurewebsites.net/api/getfeeds + - Products marked only for GMC: https://osafeedxmlprod.azurewebsites.net/api/getfeeds?source=google + - Products marked only for Facebook: https://osafeedxmlprod.azurewebsites.net/api/getfeeds?source=facebook + - Products with photos without background: https://osafeedxmlprod.azurewebsites.net/api/getfeeds?withoutbg=true \ No newline at end of file