primedata-ai/prime-mage

This module use to Sync Data to Prime Data

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Type:magento2-module

1.1.8 2021-08-02 02:10 UTC

README

This module used to sync data from Magento Site to PrimeAi

#Install

composer require primedata-ai/prime-mage:1.1.2

Dependency

This module dependency some library :

  • "primedata-ai/analytics-php": "0.3.*",
  • "enqueue/redis": "^0.9.12",
  • "predis/predis": "^1.1",
  • "ext-json": "*",
  • "enqueue/dsn": "0.9.2",
  • "enqueue/amqp-tools": "0.9.12",
  • "enqueue/amqp-lib": "0.9.14",
  • "enqueue/enqueue": "0.9.2"

UseCase:

Go to Store -> PrimeData

  • Config Transport: 'Redis' or 'RabbitMQ AMQP'
  • Config Prime Client
  • Setup information for 'Redis'.
  • Setup information for RabbitMQ follow document: https://www.rabbitmq.com/documentation.html
  • To run consumer get data and sync to PrimeData Ai. Please run the command.
php bin/magento prime:sync

##Change Log 1.0.0 innit module add some event to tracking product, customer 1.1.0 Add more event for tracking add_to_cart, wishlist, review, place_order 1.1.4 Add Prime Host, add Command to consume data and send it to primeAI 2.0.0 Add RabbitMQ Message Queue using AMQP