This page gives an overview of the Feed Job microservice for the Infosys Equinox platform.

Overview

The Feed Job microservice (“Feeds”) is used to trigger or schedule using Spring Batch job.

The following activities are driven through the Feed Job service:

  1. Data Import
  2. Data Export
  3. Project Approval
  4. Data Indexing in Search Engine (SOLR)

The following services use Feeds service:

Service Reference
Catalog https://developer.infosysequinox.com/microservices/catalog/catalog-feeds/
Foundation https://developer.infosysequinox.com/microservices/foundation/foundation-feeds/
Inventory https://developer.infosysequinox.com/microservices/inventory/inventory-feeds/
Loyalty https://developer.infosysequinox.com/microservices/loyalty/loyalty-feeds/
Merchandising https://developer.infosysequinox.com/microservices/merchandising/merchandising-feeds/
Payment https://developer.infosysequinox.com/microservices/payment/payment-feeds/
Pricing https://developer.infosysequinox.com/microservices/pricing/pricing-feeds/
Promotions https://developer.infosysequinox.com/microservices/promotions/promotions-feeds/
Ratings & Reviews https://developer.infosysequinox.com/microservices/rating-and-review/ratingsandreviews-feeds/
Reporting https://developer.infosysequinox.com/microservices/reporting/reporting-feeds/
Search https://developer.infosysequinox.com/microservices/search/search-feeds/
Subscription https://developer.infosysequinox.com/microservices/subscription/subscription-feeds/

Core Features

Service Features
Catalog
  • Ability to reflect the category aliases in the categories by reindexing the category aliases.
  • Ability to show the display name along with the attribute ID in the filter.
  • Ability to reindex products, such as FixedBundles and Collections to generate PLP and PDP responses.
  • Ability to delete the value of an attribute or field using the keyword #DELETE# in the import feed.
  • Added feed support for product and/or SKU association with model attributes.
  • Ability to honor the attribute entity changes and addition of model entity in the B2B and B2C Reindexer feed.
  • Ability to honor the data type model and the model entity in the Reindexer feed.
  • Ability to handle reference model values in product and/or SKU Import feed.
  • Added import support to create multiple attribute values for reference model type.
  • Ability to honor the model field type and additional columns in Attribute Import feed.
  • Ability to enter a maximum number of quantities that can be preordered for a particular SKU. 
  • Ability to import/export multiple attribute values for template model type.
Storefront Orchestration
  • Ability to run SFO Merchandise Publish feed for B2B to push the category related messages to RabbitMQ.
  • Ability to run SFO Merchandise Listener feed for B2B to document the category messages in SOLR.
Customer
  • GDPR compliance to delete and mask customer records.
Loyalty
  • Ability to identify the loyalty points summary for a specific duration.
Merchandising
  • Ability to set up categories and its milestones as multi-locale in the Merchandising Admin reindexer feed, which enables the Merchandising Admin user to see the product categorization in their desired language.
  • The Reindexer feed for Merchandising Admin has been implemented.
  • Ability to import category, site navigation, etc. from the local computer to the Merchandising service.

Note: To trigger or schedule an ETL job on a Pentaho server, see Feeds.


Revision History
2023-01-03 | JP – Page created and content uploaded for 8.13.0 release.