emarket_data_explorer.workflow

This module provides the workflow functionality.

Todo:

class emarket_data_explorer.workflow.ShopeeAsyncWorkFlow

the implementation of workflow for shopee async io

do_workflow_all(**kwargs: Dict[str, Any]) Tuple[Dict[str, Any], List[int]]

workflow for all

do_workflow_product_comment(**kwargs: Dict[str, Any]) Tuple[Dict[str, Any], List[int]]

workflow for comment

do_workflow_product_index(**kwargs: Dict[str, Any]) Tuple[Dict[str, Any], List[int]]

workflow for the index

do_workflow_product_info(**kwargs: Dict[str, Any]) Tuple[Dict[str, Any], List[int]]

workflow for product info

class emarket_data_explorer.workflow.WorkFlow

the abstract class of workflow