Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spryker-community/data-exchange-batch

Hackathon team "Massive Data" created a mass data importer for data exchange API
https://github.com/spryker-community/data-exchange-batch

hackathon march-2024 spryker

Last synced: about 1 month ago
JSON representation

Hackathon team "Massive Data" created a mass data importer for data exchange API

Awesome Lists containing this project

README

        

# Data Exchange Batch

## How to install locally?

1. Check out a local instance of Spryker, e.g. (B2C Shop)[https://github.com/spryker-shop/b2c-demo-shop.git], and set it up completly

2. inside there create a new directory `spryker-community`

3. clone this repository into the new directory:
```
git clone https://github.com/spryker-community/data-exchange-batch.git
```

4. move the `composer.json` and `composer.lock` from the `spryker-community/data-exchange-batch/_local` to the root folder of the shop

5. run composer install again to install the package with symlink

6. have fun!