https://github.com/vtex/feedconsumercsharp
A consumer boilerplate to VTEX Feed v3
https://github.com/vtex/feedconsumercsharp
boilerplate feed xp-post-purchase
Last synced: about 1 year ago
JSON representation
A consumer boilerplate to VTEX Feed v3
- Host: GitHub
- URL: https://github.com/vtex/feedconsumercsharp
- Owner: vtex
- Created: 2020-03-20T15:11:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T18:07:26.000Z (almost 6 years ago)
- Last Synced: 2025-04-14T09:14:37.753Z (about 1 year ago)
- Topics: boilerplate, feed, xp-post-purchase
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 17
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feed V3 Consumer Boilerplate C#
## Objective
Spread the best pratices and give a quick start to consume the VTEX Feed V3.
## Architceture
This same is using .net core 3.1 but this solution can be converted to another .net core version.
The approach leverages the background service netcore feature to keep processing data
In order to keep the request inside the throttling limits there is 2 semaphores:
- One controls the request in a period, usually in a minute
- Another controls the request concurrently