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: 11 months ago
JSON representation
Hackathon team "Massive Data" created a mass data importer for data exchange API
- Host: GitHub
- URL: https://github.com/spryker-community/data-exchange-batch
- Owner: spryker-community
- License: mit
- Created: 2024-03-13T16:17:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T09:02:01.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T17:14:13.267Z (about 1 year ago)
- Topics: hackathon, march-2024, spryker
- Language: PHP
- Homepage: https://commercequest.space/discussion/28790/massive-data-hackathon-mar24
- Size: 246 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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!