Datapump is a robust tool designed to act as a bridge between your on-premise server and the Shopranos Platform. By installing Datapump on your local server, you can seamlessly integrate and access your internal resources, including local databases, internal APIs, and file systems. Datapump also enables automated and real-time data exchanges between Shopranos and your ERP system. This guide will help you get started with Datapump, from installation to configuration and usage.
Access Local Resources: Connect to local databases, internal APIs, and file systems from your on-premise server.
JavaScript Integration: Write custom JavaScript code to control and automate tasks.
Web Requests: Make HTTP requests to local or external services.
File Operations: Upload files to blob storage or generate files locally.
Scheduled Imports: Automate the import of product catalogs (e.g., products, brands, categories, attributes, customers) via cron jobs.
Real-Time Interactions: Handle real-time queries from Shopranos, such as retrieving pricing, placing orders in your local ERP, or retrieving customer transactions and balances.
ERP Prototypes: Predefined scripts available for ERPs such as Capital, Atlantis, SAP Business One, and Regate, with the flexibility to write custom scripts.
To run Datapump for development or testing purposes, simply execute datapump.exe. This will open a console displaying log information. The console will automatically close after 1 hour.
Datapump supports both staging and production environments:
Staging Environment: Any changes made to the Datapump JavaScript code are automatically placed in the staging environment. You can test these changes using the Shopranos Playground.
Production Environment: Once you are satisfied with your changes in the staging environment, you can publish them to the production environment.
Datapump is a versatile tool that enables seamless integration between your on-premise server and the Shopranos Platform. Whether you are automating product imports, handling real-time queries, or testing your scripts in a staging environment, Datapump provides the flexibility and power you need.This guide should help you get started with Datapump, making it easier to integrate and manage your data with Shopranos.