Add readme
This commit is contained in:
parent
e9805da1f4
commit
011ddc1623
|
|
@ -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
|
||||
Loading…
Reference in New Issue